cURL
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": "provider-slug" } }
Verify a Disbursement
Reference of the transaction to verify
The response is of type object.
object