Withdraw funds from the card into the account balance.
Card withdrawal is applicable to both SINGLE and SHARE mode cards.
The API token for login provided by UQPay.
Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts. If omitted or empty, the request is executed using the master account.
More information at Connected Accounts.
A unique identifier (UUID) used to maintain operation idempotency, ensuring that repeated executions of the same operation do not result in unintended effects or duplication. It helps preserve data consistency in the face of network errors, retries, or failures.
Universally unique identifier (UUID v4) of a resource.
"71fdb0fe-9682-457a-9361-e8868694f12f"
Recharge or withdraw amount for this card.
x > 0100.02
Card withdraw successfully.
Unique identifier for the card.
"c0cef051-29c5-4796-b86a-cd5b684bfad7"
ID of the card order.
"c0cef051-29c5-4796-b86a-cd5ee34bfad7"
The order type.
CARD_CREATE, CARD_RECHARGE, CARD_WITHDRAW, CARD_UPDATE "CREATE_CARD"
Recharge or withdraw amount for this card.
x > 0100.02
The card currency. For example USD or SGD.
SGD, USD "USD"
Create time at which the object was created.
"2024-03-21T17:17:32+08:00"
Updated time at which the object was created.
"2024-03-21T17:17:32+08:00"
Completed time at which the object was created.
"2024-03-21T17:17:32+08:00"
This field will contain the status of the request after processing.
PENDING -The initial status of the order request.PROCESSING - If this status shall be subject to webhooks notification.SUCCESS - The final status of the order request is successful.FAILED - The final status of the order request is failed.PENDING, PROCESSING, SUCCESS, FAILED