cURL
curl --request POST \ --url https://api.pcxpay.com/v1/virtual-accounts/admin/transactions/{transaction_id}/approve \ --header 'Authorization: Bearer <token>'
{ "status": "success", "message": "Operation completed successfully", "data": {} }
Approves a pending NGN withdrawal that requires admin review before processing. Requires internal-admin role.
internal-admin
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Withdrawal approved
success
error
"success"
"Operation completed successfully"