English
cURL
curl --request PATCH \ --url https://sandbox.killb.app/api/v2/backoffice/withdrawals/{id}/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "status": "PENDING" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "virtualAccountId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "customerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "amount": 123, "currency": "<string>", "network": "<string>", "address": "<string>", "status": "PENDING", "metadata": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "transferId": "<string>", "transferProof": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
New withdrawal status
PENDING
PROCESSING
COMPLETED
FAILED
REJECTED