Verify Payout/Withdrawal
The withdrawal process for cash to bank.
GET
/verify-payout
This endpoint verifies the status of a payout (i.e., a bank transfer) associated with a previously initiated withdrawal. It accepts the transaction reference, tx_ref
, and returns a sanitized response with key information
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <api_key>
Body
Name
Type
Description
tx_ref
string
The transaction reference used to identify the payout record.
Example
Common Error Responses
Last updated