Get all Payouts
This API lets you view all your payouts
get/disbursements/payouts
Request body
Response
200
Example response
{
"success": true,
"message": "Payouts fetched successfully",
"data": {
"results": [
{
"id": 23224,
"_id": "23224",
"amountSent": 1000,
"amountReceived": 1000,
"sourceCurrency": "NGN",
"destinationCurrency": "NGN",
"fee": 100,
"beneficiaryName": "Hassan Sarz",
"status": "successful",
"reference": "3b20fa8e3c324305",
"businessName": "Lokey Inc",
"createdAt": "2022-10-25T11:29:35.000Z",
"updatedAt": "2022-10-25T11:29:43.000Z"
}
],
"total": 88
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.