Initiates an ARS withdrawal to a registered CVU/CBU bank account for the authenticated user.
The gateway_data.bank_account field must be a valid CBU, CVU or alias.
The otp_code is required when the user has two-factor authentication enabled.
Country restriction: Only available for accounts with country = AR.
The API key as a string.
See the Generating Signature section for more details.
A timestamp in milliseconds. See the Timestamp Security section for more details.
An additional, non-required parameter, that you can send to specify the number of milliseconds after the timestamp for the request to be valid. See the Timestamp Security section for more details.
Withdrawal amount as a decimal string. Must be ≥ 0.01, with up to 2 decimal places.
"5000.00"
Currency to withdraw. Only ARS is accepted.
"ARS"
Gateway-specific data for the withdrawal.
Signed JWT from the swap service. When provided, a crypto-to-ARS swap is executed before the withdrawal. Omit for a direct ARS withdrawal.
Two-factor authentication code. Required when the user has 2FA enabled.
Withdrawal transaction created successfully.