v1
latestOpenAPI 3.1.02026-08-04490133.8 KBCreate Payout Transaction Beneficiary
post/payouts
Request body
Response
200
Example response
{
"code": 200,
"data": {
"transaction": {
"transactionId": "BP11678735362605",
"currency": "UGX",
"type": "payout",
"amount": 1000,
"userId": 3,
"sourceCurrency": "UGX",
"destinationCurrency": "NGN",
"destinationAmount": "191.16",
"destinationCountry": "NG",
"beneficiary": {
"id": 272,
"firstName": "John Doe",
"lastName": "Smith",
"phoneNumber": "+234812345678",
"country": "NG",
"createdAt": "2023-03-13T19:22:43.538Z",
"updatedAt": "2023-03-13T19:22:44.986Z"
},
"status": "pending",
"createdAt": "2023-03-13T19:22:46.070Z",
"updatedAt": "2023-03-13T19:22:46.071Z"
}
},
"success": true
}