Payout-Regional payout solution Supported Payment Methods Payment Method Supported Currencies Minimum Payout Amount per Transaction Maximum Payout Amount per Transaction Bank account ZAR 20.00 ZAR 200,000.00 ZAR
Bank account# Request Example:# The following example shows the minimum parameter set. For parameter details, refer to:Create a Payout {
"payment_amount" : 13000 ,
"source_amount" : 13000 ,
"payment_currency" : "ZAR" ,
"source_currency" : "ZAR" ,
"beneficiary_data" : {
"nickname" : "test1" ,
"destination_data" : {
"destination_type" : "bank_account" ,
"bank_account" : {
"account_number" : "2121562123" ,
"account_holder_name" : "JOHN DOE" ,
"bank_name" : "Access Bank" ,
"certificate" : {
"certificate_type" : "id_card" ,
"certificate_number" : "9105160596211"
}
}
}
}
}
List of South African Banks: Bank Name FNB Standard Bank Nedbank Capitec Bank Investec Bank Tyme Bank African Bank Limited Bidvest Bank Access Bank CitiBank Discovery Bank Limited FirstRand Bank HSBC South Africa Standard Chartered Bank ABSA Bank
Retrieve a Payout # Webhook# POST:/v1/webhook_endpoints {
"url" : "https://..." ,
"description" : "I am description" ,
"enabled_events" : [
"payout.canceled" ,
"payout.created" ,
"payout.failed" ,
"payout.paid" ,
"payout.updated"
]
}
Once a webhook is successfully registered, an HTTPS request will be sent to the registered URL whenever the specified event occurs.
Test Webhook# Create a payout to trigger thepayout.created
event. This will send a callback notification for the payout creation event to the designated Webhook URL. Modified at 2025-07-22 09:51:42