Bank Account Transfers
The API enables you to transfer funds directly from your available balance to supported bank accounts. The documentation below explains further.
Overview
Step 1: Obtain the required data for the payment request
Parameter
Type
Required
Description
{
"merchant_reference": "MCTREFT2WMNWZ23SBN6Y",
"transaction_method": "BANK",
"currency": "UGX",
"amount": 10000,
"provider_code": "bank_ug",
"account_number": "9030015124058",
"customer_name": "JOHN DOE",
"description": "Test Payout",
"extra_params": {
"bank_code": "stanbic_bank_ug"
}
}Step 2: Handshake - Verify transaction
Step 3: Handle the final status webhook
Last updated