curl --request GET \
--url https://sandbox-api.payfonte.com/billing/v1/disbursements/verify/{reference} \
--header 'client-id: <api-key>' \
--header 'client-secret: <api-key>'{
"data": {
"status": "success",
"reference": "<string>",
"externalReference": "<string>",
"amount": 100000,
"currency": "USD, NGN, XOF, XAF",
"user": {
"name": "Example User",
"email": "user@example.com",
"phoneNumber": "2347012345678"
},
"provider": "<string>"
}
}Verify a Disbursement
curl --request GET \
--url https://sandbox-api.payfonte.com/billing/v1/disbursements/verify/{reference} \
--header 'client-id: <api-key>' \
--header 'client-secret: <api-key>'{
"data": {
"status": "success",
"reference": "<string>",
"externalReference": "<string>",
"amount": 100000,
"currency": "USD, NGN, XOF, XAF",
"user": {
"name": "Example User",
"email": "user@example.com",
"phoneNumber": "2347012345678"
},
"provider": "<string>"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.payfonte.com/llms.txt
Use this file to discover all available pages before exploring further.