Authorizations
Bearer HTTP authentication specified with the header Authorization: Bearer <access_token>
Headers
This header is used to uniquely identify a logical request, ensuring that it is not processed more than once during retries.
64
Specifies which version of the Monime API will handle this request.
caph.2025-08-23
, caph.2025-06-20
The value is the tenancy parameter that Monime uses to determine which space the request is intended for.
64
Body
Initiates a transfer of funds between two financial accounts within the same ecosystem.
Amount to be transferred from the source to the destination financial account.
Source financial account from which the funds will be withdrawn.
Destination financial account where the funds will be deposited.
Optional description of the transfer. Useful for developer context, logging, or internal references.
150
Custom metadata for attaching structured context or developer-defined identifiers.
Response
OK
Represents the status of the query operation, confirming if it was successful. This field is always true
Contains a list of messages providing relevant information or feedback related to the query or operation
An Internal Transfer is the movement of funds between financial accounts that exist within the same Space.
Unlike payouts or customer payments that cross external networks (banks, card schemes, or mobile money), an Internal Transfer happens entirely within Monime’s ledger.
It is the mechanism for shifting balances between accounts you own or manage, and it never leaves your organization’s financial boundary.
Use Cases
-
Wallet Top-ups
A customer wallet account can be funded by moving money from your master operational account.
Example: A user adds SLE 1,000 to their app wallet. Your backend issues an Internal Transfer from your Operational Float to the user’s Wallet Account. -
Inter-Account Routing
Businesses often separate funds for accounting clarity (e.g., “Card Collections,” “Mobile Money Collections,” “Bank Transfers”).
Example: At the end of each day, you route all Mobile Money collections into a central Settlement Account. -
Internal Settlements
Useful when multiple departments or sub-entities operate under one Space.
Example: Subsidiary A owes Subsidiary B SLE 50,000. Instead of moving money through the banking system, you perform an Internal Transfer inside your Monime ledger. -
Float Management
Fintechs maintain float across accounts to support disbursements.
Example: If your Disbursement Account is running low, you move funds from your Collection Account to top it up before processing payouts.