WiPay
WAPIsv2.0.2Withdrawals

Delete Withdrawal

Cancel a withdrawal. The withdrawal amount is refunded to the user's balance. Deletable only when status is `Not On ACH File` (0), or `Released By Compliance` (4) for normal/sub-banked types.

DELETE
/withdrawals/{transaction_id}
AuthorizationBearer <token>

OAuth2 access token obtained from POST /auth/tokens.

In: header

Path Parameters

transaction_idstring

Response Body

curl -X DELETE "https://tt.wipayfinancial.com/wapi/withdrawals/string"
{
  "message": "Withdrawal deleted successfully."
}
{
  "message": "string"
}