- Add and manage your beneficiaries efficiently
- Transfer money to your beneficiaries’ accounts using different transfer methods
- Track the transfer status
- Check the ledger and available balance instantly
Beneficiary APIs
| API Name | Description | 
|---|---|
| Add Beneficiary | Add a beneficiary to your Payouts account. | 
| Retrieve Beneficiary Details | Retrieve a beneficiary’s details. | 
| Find Beneficiary ID | Find the ID of a specific beneficiary. | 
| Remove Beneficiary | Remove a beneficiary from your Payouts account. | 
| Retrieve Beneficiary Transfers | Retrieve transfer data of a specific beneficiary. | 
Account APIs
| API Name | Description | 
|---|---|
| View Balance | View the ledger and available balance of your account. | 
| View Balance V1.2 | Version 1.2 allows you to specify the payment instrument Id. | 
| Self Withdrawal | Request a self-withdrawal from your Payouts account. | 
| Internal Transfer | Request an internal transfer between your Payouts accounts. | 
Transfers APIs
| API Version 1.2 | API Version 1 | Description | Transactions Per Minute (TPM) | Response Time | 
|---|---|---|---|---|
| Standard Transfer Sync V1.2 | Standard Transfer Sync | Initiate a sync transfer request | N/A | 9.77 s | 
| Standard Transfer Async V1.2 | Standard Transfer Async | Initiate an async transfer request | 1000 | 25.0 ms | 
| Direct Transfer V1.2 | Direct Transfer | Initiate an amount transfer request directly to the beneficiary not in the database. | 1000 | 9.04 s | 
| Get Transfer Status V1.2 | Get Transfer Status | Get the status of the transfer request. | - | 244 ms | 
| Batch Transfer V1.2 | Batch Transfer | Initiate a transfer request to multiple beneficiaries. | 1000 | 182 ms | 
| Get Batch Transfer Status V1.2 | Get Batch Transfer Status | Get the status of the batch transfer request. | - | 6.19 ms | 
