WITHDRAWAL
to list all withdrawal transactions.STATUS
field in these responses indicates the current stage of withdrawal processing (e.g., pending approval, approved, completed).
payment_method_id
via the List Entity Payment Methods endpoint. This endpoint requires the entity ID, which can be found by following instructions in the Account Structure page.
Once the correct payment_method_id
is obtained, call Create Withdrawal again, specifying the fiat amount, the payment method, and the destination type DESTINATION_PAYMENT_METHOD
. For a straightforward example, see Create Withdrawal To Payment Method.
Please note: All requests discussed above require proper authentication. For more information, visit REST API Authentication.