# Monime > Monime is an API-first payment platform that makes it easy to collect, transfer, and manage money across multiple channels. Whether you’re a startup or enterprise, Monime helps you power checkout sessions, recurring payments, wallet apps, and embedded financial services with reliability and speed. ## Docs - [Changelog](https://docs.monime.io/apis/changelog.md): Track our API evolution - [Introduction](https://docs.monime.io/apis/index.md) - [Get Bank](https://docs.monime.io/apis/versions/caph-2025-08-23/bank/get-bank.md): Retrieves detailed information about a specific bank provider using its Monime-assigned provider ID. - [List Banks](https://docs.monime.io/apis/versions/caph-2025-08-23/bank/list-banks.md): Retrieves a list of supported banks available in the specified country. Useful for rendering provider selection options during user payment setup or onboarding. - [Bank](https://docs.monime.io/apis/versions/caph-2025-08-23/bank/object.md) - [Create Checkout Session](https://docs.monime.io/apis/versions/caph-2025-08-23/checkout-session/create-checkout-session.md): Creates a new checkout session to initiate a user payment experience. - [Delete Checkout Session](https://docs.monime.io/apis/versions/caph-2025-08-23/checkout-session/delete-checkout-session.md): Deletes a checkout session. This operation is only allowed if the session has not yet been initiated by the user. - [Get Checkout Session](https://docs.monime.io/apis/versions/caph-2025-08-23/checkout-session/get-checkout-session.md): Retrieves the full details of a checkout session by ID. - [List Checkout Sessions](https://docs.monime.io/apis/versions/caph-2025-08-23/checkout-session/list-checkout-sessions.md): Retrieves list of checkout sessions. - [Checkout Session](https://docs.monime.io/apis/versions/caph-2025-08-23/checkout-session/object.md) - [Create Financial Account](https://docs.monime.io/apis/versions/caph-2025-08-23/financial-account/create-financial-account.md): Creates a new financial account for holding or managing funds within a Space. - [Get Financial Account](https://docs.monime.io/apis/versions/caph-2025-08-23/financial-account/get-financial-account.md): Retrieves details of a financial account by its ID. - [List Financial Accounts](https://docs.monime.io/apis/versions/caph-2025-08-23/financial-account/list-financial-accounts.md): Retrieves list of financial accounts. - [Financial Account](https://docs.monime.io/apis/versions/caph-2025-08-23/financial-account/object.md) - [Update Financial Account](https://docs.monime.io/apis/versions/caph-2025-08-23/financial-account/update-financial-account.md): Partially updates a financial account. Fields not included in the request body remain unchanged. - [Get Financial Transaction](https://docs.monime.io/apis/versions/caph-2025-08-23/financial-transaction/get-financial-transaction.md): Retrieves the details of a financial transaction, including its type, amount, source account, and ownership trace. - [List Financial Transactions](https://docs.monime.io/apis/versions/caph-2025-08-23/financial-transaction/list-financial-transactions.md): Retrieves a list of financial transactions. - [Financial Transaction](https://docs.monime.io/apis/versions/caph-2025-08-23/financial-transaction/object.md) - [Create Internal Transfer](https://docs.monime.io/apis/versions/caph-2025-08-23/internal-transfer/create-internal-transfer.md): Initiates a transfer of funds between two financial accounts within the same ecosystem. - [Delete Internal Transfer](https://docs.monime.io/apis/versions/caph-2025-08-23/internal-transfer/delete-internal-transfer.md): Deletes a specific transfer object by its ID. Only applicable for transfers in a deletable state (e.g., pending). - [Get Internal Transfer](https://docs.monime.io/apis/versions/caph-2025-08-23/internal-transfer/get-internal-transfer.md): Retrieves detailed information about a specific transfer by its ID. - [List Internal Transfers](https://docs.monime.io/apis/versions/caph-2025-08-23/internal-transfer/list-internal-transfers.md): Retrieves a list of internal fund transfers between financial accounts within the Monime ecosystem. - [Internal Transfer](https://docs.monime.io/apis/versions/caph-2025-08-23/internal-transfer/object.md) - [Update Internal Transfer](https://docs.monime.io/apis/versions/caph-2025-08-23/internal-transfer/update-internal-transfer.md): Updates mutable fields (like description or metadata) of an existing transfer object. - [Get Momo](https://docs.monime.io/apis/versions/caph-2025-08-23/momo/get-momo.md): Retrieves detailed information about a specific momo provider using its Monime-assigned provider ID. - [List Momos](https://docs.monime.io/apis/versions/caph-2025-08-23/momo/list-momos.md): Retrieves a list of supported momos available in the specified country. Useful for rendering provider selection options during user payment setup or onboarding. - [Momo](https://docs.monime.io/apis/versions/caph-2025-08-23/momo/object.md) - [Create Payment Code](https://docs.monime.io/apis/versions/caph-2025-08-23/payment-code/create-payment-code.md): Creates a new payment code with the specified parameters for value collection and provider restrictions. - [Delete Payment Code](https://docs.monime.io/apis/versions/caph-2025-08-23/payment-code/delete-payment-code.md): Deletes a payment code by ID. This operation is only allowed if the code hasn't been used. - [Get Payment Code](https://docs.monime.io/apis/versions/caph-2025-08-23/payment-code/get-payment-code.md): Retrieve a payment code object by its ID. - [List Payment Codes](https://docs.monime.io/apis/versions/caph-2025-08-23/payment-code/list-payment-codes.md): Retrieves a list of payment codes with support for filtering by mode, USSD code, and status. - [Payment Code](https://docs.monime.io/apis/versions/caph-2025-08-23/payment-code/object.md) - [Update Payment Code](https://docs.monime.io/apis/versions/caph-2025-08-23/payment-code/update-payment-code.md): Partially updates an existing payment code with new values, rules, or account bindings. - [Get Payment](https://docs.monime.io/apis/versions/caph-2025-08-23/payment/get-payment.md): Retrieve the full details of a specific payment using its ID. - [List Payments](https://docs.monime.io/apis/versions/caph-2025-08-23/payment/list-payments.md): Lists payments with optional filters like status or creation date. - [Payment](https://docs.monime.io/apis/versions/caph-2025-08-23/payment/object.md) - [Patch Payment](https://docs.monime.io/apis/versions/caph-2025-08-23/payment/patch-payment.md): Updates mutable fields of a payment object like name, description, or metadata. - [Create Payout](https://docs.monime.io/apis/versions/caph-2025-08-23/payout/create-payout.md): Creates a new payout with a specified amount, destination, and optional source account. - [Delete Payout](https://docs.monime.io/apis/versions/caph-2025-08-23/payout/delete-payout.md): Deletes a payout object by ID. This is only allowed if the payout is still in a pre-processing state (e.g., pending or scheduled). - [Get Payout](https://docs.monime.io/apis/versions/caph-2025-08-23/payout/get-payout.md): Retrieves a payout object by its unique identifier. - [List Payouts](https://docs.monime.io/apis/versions/caph-2025-08-23/payout/list-payouts.md): Retrieves list of payouts. - [Payout](https://docs.monime.io/apis/versions/caph-2025-08-23/payout/object.md) - [Update Payout](https://docs.monime.io/apis/versions/caph-2025-08-23/payout/update-payout.md): Updates an existing payout object by ID. Fields can only be modified if the payout has not yet been processed. - [Get Provider KYC](https://docs.monime.io/apis/versions/caph-2025-08-23/provider-kyc/get-provider-kyc.md): Retrieves the KYC profile of an account from a specified provider. - [Provider KYC](https://docs.monime.io/apis/versions/caph-2025-08-23/provider-kyc/object.md) - [Get Receipt](https://docs.monime.io/apis/versions/caph-2025-08-23/receipt/get-receipt.md): Retrieves a receipt using its order number. - [Receipt](https://docs.monime.io/apis/versions/caph-2025-08-23/receipt/object.md) - [Redeem Receipt](https://docs.monime.io/apis/versions/caph-2025-08-23/receipt/redeem-receipt.md): Redeem one or more entitlements from a receipt. When processing a bulk redemption, if any entitlement is already exhausted, the entire operation is rejected. - [Create USSD OTP](https://docs.monime.io/apis/versions/caph-2025-08-23/ussd-otp/create-ussd-otp.md): Creates a new USSD OTP session for secure phone-bound verification. - [Delete USSD OTP](https://docs.monime.io/apis/versions/caph-2025-08-23/ussd-otp/delete-ussd-otp.md): Deletes a USSD OTP session by its ID. - [Get USSD OTP](https://docs.monime.io/apis/versions/caph-2025-08-23/ussd-otp/get-ussd-otp.md): Retrieve a single USSD OTP session by its ID. - [List USSD OTPs](https://docs.monime.io/apis/versions/caph-2025-08-23/ussd-otp/list-ussd-otps.md): Retrieves a list of USSD OTP sessions with optional filtering and pagination. - [Ussd Otp](https://docs.monime.io/apis/versions/caph-2025-08-23/ussd-otp/object.md) - [Create Webhook](https://docs.monime.io/apis/versions/caph-2025-08-23/webhook/create-webhook.md): Create a new webhook with configuration for target URL, events, headers, and security. - [Delete Webhook](https://docs.monime.io/apis/versions/caph-2025-08-23/webhook/delete-webhook.md): Delete a webhook by its ID. This action is irreversible. - [Get Webhook](https://docs.monime.io/apis/versions/caph-2025-08-23/webhook/get-webhook.md): Retrieve details of a specific webhook by its ID. - [List Webhooks](https://docs.monime.io/apis/versions/caph-2025-08-23/webhook/list-webhooks.md): Retrieves list of webhooks. - [Webhook](https://docs.monime.io/apis/versions/caph-2025-08-23/webhook/object.md) - [Update Webhook](https://docs.monime.io/apis/versions/caph-2025-08-23/webhook/update-webhook.md): Partially update an existing webhook's configuration and behavior. - [Creating a Monime Space](https://docs.monime.io/dashboard-guide/create-a-business-account.md): Step-by-step guide to setting up your business account (Monime Space) - [Setting Up Your Monimeer Account](https://docs.monime.io/dashboard-guide/create-an-account.md): Complete guide to creating your personal Monime account (Monimeer) - [Overview](https://docs.monime.io/dashboard-guide/index.md): Overview of the Monime Dashboard guide - [Personal Access Tokens](https://docs.monime.io/dashboard-guide/personal-access-tokens.md): Generate and manage secure access tokens for Monime API integration - [MCP Server](https://docs.monime.io/developer-resources/ai-development-tools/mcp-server.md): Learn how to use the Monime Docs MCP server and integrate it with AI clients like VS Code (Copilot), Cursor, Claude, and more - [Authentication](https://docs.monime.io/developer-resources/api-basics/authentication.md): How clients prove identity and gain the right access - [Environment](https://docs.monime.io/developer-resources/api-basics/environment.md): Flip from Test to Live with a token swap or dashboard toggle. - [Errors](https://docs.monime.io/developer-resources/api-basics/errors.md): Retry with confidence for resilience - [Idempotency](https://docs.monime.io/developer-resources/api-basics/idempotency.md): Retry with confidence for resilience - [API Overview](https://docs.monime.io/developer-resources/api-basics/index.md): Learn how to build with the APIs - [Object Metadata](https://docs.monime.io/developer-resources/api-basics/metadata.md): Tag your objects with your own contexts - [Ownership Graph](https://docs.monime.io/developer-resources/api-basics/ownership-graph.md): Retry with confidence for resilience - [API Pagination](https://docs.monime.io/developer-resources/api-basics/pagination.md): How to page through Monime resources efficiently using cursors. - [Rate Limits](https://docs.monime.io/developer-resources/api-basics/rate-limiting.md): API limits keep Monime stable; learn how to use it to your advantage. - [API Headers](https://docs.monime.io/developer-resources/api-basics/standard-headers.md): Learn how to use and deal with Monime's API - [Best Practices](https://docs.monime.io/developer-resources/authentication/best-practices.md): Secure your integration - [Concepts](https://docs.monime.io/developer-resources/authentication/concepts.md): Learn what holds it together. - [Authentication](https://docs.monime.io/developer-resources/authentication/index.md): Learn how your requests get permitted. - [Troubleshooting](https://docs.monime.io/developer-resources/authentication/troubleshoot.md): Fix your problem - [Configuration](https://docs.monime.io/developer-resources/integrations/wordpress/woocommerce/configuration.md): Configure API credentials, webhooks, and payment options. - [Installation](https://docs.monime.io/developer-resources/integrations/wordpress/woocommerce/installation.md): Step-by-step guide to installing the Monime WooCommerce plugin. - [Overview](https://docs.monime.io/developer-resources/integrations/wordpress/woocommerce/overview.md): Introduction to the Monime WooCommerce plugin. - [Troubleshooting](https://docs.monime.io/developer-resources/integrations/wordpress/woocommerce/troubleshooting.md): Common issues and solutions for the Monime WooCommerce plugin. - [Usage & Order Management](https://docs.monime.io/developer-resources/integrations/wordpress/woocommerce/usage.md): Understanding the payment flow and managing orders in WooCommerce with Monime Payment Gateway. - [Concepts](https://docs.monime.io/get-started/concepts.md): Learn Monime's core conceptual model - [Welcome](https://docs.monime.io/get-started/index.md) - [Learn More](https://docs.monime.io/get-started/overview.md): Monime - How It Works, and How to Get Started? - [Create checkout session](https://docs.monime.io/guide/checkout-session/create-checkout-session.md) - [Overview](https://docs.monime.io/guide/checkout-session/index.md): Overview of Monime Checkout Sessions and how to use them - [Create Checkout Session (Next.js App Router)](https://docs.monime.io/guide/checkout-session/nextjs-app-router.md): Step-by-step guide to implement a Checkout Session endpoint using the Next.js App Router API routes - [Best Practices](https://docs.monime.io/guide/webhook/best-practices.md) - [HMAC Verification](https://docs.monime.io/guide/webhook/hmac-verification.md) - [Introduction](https://docs.monime.io/guide/webhook/introduction.md) - [Structure and Events](https://docs.monime.io/guide/webhook/structure.md) - [Troubleshoot](https://docs.monime.io/guide/webhook/troubleshoot.md) ## OpenAPI Specs - [openapi](https://docs.monime.io/apis2/2024-08-01/openapi.yaml)