Funds overview
Funds denote a way to move money in and out of a user account within the platform. The movement of funds is governed by the limits configured during product setup. A sufficient pre-fund balance will be required before any movement of funds to the user balance can proceed
Use cases
Learn how to use the funds API to manage funds for user accounts on the platform
Credit funds
Add description here
Debit funds
Add description here
Perform P2P
Add description here
Reverse funds
Add description here
Funds-related API and Webhooks
Closed-loop transaction
Closed-loop transaction
Funds | Create Debit Transaction (Wallet to Prefund) |
| Perform a debit to a user account (source) to prefund (receiver) |
Funds | Create Credit Transaction (Prefund to Wallet) |
| Perform a prefund (source) to a user account (receiver) credit |
Funds | Create Credit Transaction (Wallet to Wallet) |
| Perform an account (source) to account (receiver) credit |
Funds | Create Debit Reversal Transaction |
| Perform a reversal of a previous account debit |
Webhooks | No webhooks are available | — | Webhooks are only available for asynchronous transactions. Closed-loop transactions are synchronous transactions that will provide a success and failure response after execution. |
Related Links
On this page
- Funds overview