Single ZAR Payout
Last updated
Last updated
To send money to a single bank account, you need a single API. This process requires an active balance where the funds are debited then sent.
POST
https://staging.moneywaveapp.com/v1/disburse
Destination and transfer details are passed for processing
Authorization
string
Authorization Token
lock*
String
Password required to access active wallet
senderName*
String
Sender/Business Name to appear in the bank statement
accountNumber*
String
Beneficiary account number.
bankcode*
String
Destination Bank
currency*
String
Currency of amount to send i.e USD
amount*
String
Amount to send
ref*
String
Unique transaction tracking reference
narration*
String
Description to appear in bank Statement
x_recipient_name*
String
Beneficiary Name
x_recipient_address
String
Beneficiary address
walletUref
String
Specify the source balance
After a disburse request is received via API, it is submitted for processing. When completed a response is returned. See the example response in the API snippet above.
A disbursement is successful only when the disburse API response has the value below.