For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
API StatusPartner Portal
HomeGuidesAPI ExplorerSDKsGitHubSupport
HomeGuidesAPI ExplorerSDKsGitHubSupport
  • Introduction
    • Welcome to Monite
    • Monite account structure
    • Postman collections
    • Support
  • Get started
    • Step 1. Get your credentials
    • Step 2. Implement server side
      • Overview
      • Drop-in quick start
      • React SDK quick start
LogoLogo
API StatusPartner Portal
On this page
  • Overview
  • Drop-in
  • React SDK
  • API-only
Get startedStep 3. Implement client side

Step 3: Implement client side

Learn what you need to configure on your client-side to implement the Monite solution.

Was this page helpful?
Previous

Drop-in quick start

Get started with Monite’s Drop-in web component.

Next
Built with

Overview

Monite offers multiple integration options for partners to integrate their applications with Monite’s services seamlessly. Each option provides varying levels of control and customization, catering to different partner needs.

Drop-in

Monite’s Drop-in is a component library built upon JavaScript’s Web Components. Drop-in is designed to be framework-agnostic and includes custom elements to be inserted directly into your HTML.

To proceed with this option, follow Drop-in quick start.

React SDK

Monite’s React UI SDK is a library of ready-to-use React components connected to the Monite API. The SDK is designed for React-based client-side and server-side applications.

This option allows you to retain control over the visual aspects and branding while Monite does the heavy lifting.

To proceed with this option, follow React SDK quick start.

API-only

With the API-only integration, partners can interact with Monite’s services by making direct requests to Monite servers using the available API endpoints. This option gives you complete control over your integration process, allowing you to implement the necessary API calls from your application.

With API-only integration, you have the flexibility to handle your backend logic implementation while leveraging Monite’s services.

To proceed with this option, follow any corresponding section in Monite’s documentation, for example, Accounts Payable or Accounts Receivable.