Withdraw
The withdrawal process for cash to bank.
Last updated
The withdrawal process for cash to bank.
Last updated
POST
/withdraw
Processes a withdrawal by verifying an on-chain redemption transaction and then initiating a bank transfer to the payout details previously sent along with the request. It requires the generated transaction reference (pvRef
) and the signed redeem transaction hash (txHash
) from the blockchain.
Headers
Content-Type
application/json
Authorization
Bearer <api_key>
Body
pvRef
string
The transaction reference generated during redemption.
txHash
string
The signed transaction hash from the blockchain.
Example
Common Error Responses