Initiate Payout
This endpoint performs the following actions:
Initiate remittance transaction
Endpoint
Headers
Request Body
//sample payout initiation request
{
"transactionId": "Merchant-Transaction-Id",
"amount": "10",
"currency": "GHS",
"payoutMethodId": "BQXVyDP8MD",
"description": "Payout description",
"accountId": "+23354xxxxxxxx",
"sender": {
"firstname": "QwikFit",
"lastname": "22Autos",
"email": "sender-email", //[email protected]
"address": "Dome Pillar 2",
"phone": "+23324xxxxxxxx"
},
"beneficiary": {
"firstname": "Kofi",
"lastname": "Amartey",
"phone": "+23354xxxxxx",
"email": "[email protected]",
"bankCode": ""
}
}
Parameters
Type
Description
Sample Response
Last updated