curl --request GET \
--url https://sandbox-api.payfonte.com/billing/v1/disbursements \
--header 'client-id: <api-key>' \
--header 'client-secret: <api-key>'{
"statusCode": 200,
"total": 58,
"page": 1,
"pages": 29,
"limit": 2,
"data": [
{
"clientId": "payfusion",
"status": "success",
"statusDescription": "success",
"reference": "D20250303232852ZSWSJ",
"providersReference": "pt-D20250303232852ZSWSJ",
"externalReference": "D20250303231740IWYKI",
"currency": "XOF",
"country": "CI",
"transferRecipientId": "677696a160f343c392c0449d",
"transferRecipientLabel": "Wave | +2250538102474",
"charge": 11000,
"amount": 100000,
"provider": "wave-ivory-coast",
"providerLabel": "Wave",
"providerLogo": "https://docs.wave.com/images/business-penguin-a4539369.png",
"channel": "mobile-money",
"integrationId": "6762bcccdd35fc1c7cae5bd6",
"id": "67c69da4099fde3f44c85345"
}
]
}Retrieve a paginated list of all disbursement transactions
curl --request GET \
--url https://sandbox-api.payfonte.com/billing/v1/disbursements \
--header 'client-id: <api-key>' \
--header 'client-secret: <api-key>'{
"statusCode": 200,
"total": 58,
"page": 1,
"pages": 29,
"limit": 2,
"data": [
{
"clientId": "payfusion",
"status": "success",
"statusDescription": "success",
"reference": "D20250303232852ZSWSJ",
"providersReference": "pt-D20250303232852ZSWSJ",
"externalReference": "D20250303231740IWYKI",
"currency": "XOF",
"country": "CI",
"transferRecipientId": "677696a160f343c392c0449d",
"transferRecipientLabel": "Wave | +2250538102474",
"charge": 11000,
"amount": 100000,
"provider": "wave-ivory-coast",
"providerLabel": "Wave",
"providerLogo": "https://docs.wave.com/images/business-penguin-a4539369.png",
"channel": "mobile-money",
"integrationId": "6762bcccdd35fc1c7cae5bd6",
"id": "67c69da4099fde3f44c85345"
}
]
}Start date for filtering transactions (inclusive)
"2025-01-01"
End date for filtering transactions (inclusive)
"2025-03-31"
Page number for pagination
x >= 1Number of records per page
1 <= x <= 100Successfully retrieved disbursements