Skip to main content
POST

Headers

authorization
string
required

The API key as a string.

signature
string
required

See the Generating Signature section for more details.

timestamp
number
required

A timestamp in milliseconds. See the Timestamp Security section for more details.

timstamp-tolerance
number

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.

Body

application/json
amount
string
required

Withdrawal amount as a decimal string. Must be ≥ 0.01, with up to 2 decimal places.

Example:

"5000.00"

currency
string
required

Currency to withdraw. Only ARS is accepted.

Example:

"ARS"

gateway_data
object
required

Gateway-specific data for the withdrawal.

promise
string

Signed JWT from the swap service. When provided, a crypto-to-ARS swap is executed before the withdrawal. Omit for a direct ARS withdrawal.

source
string

Optional field to indicate funds come from wallet or ripio trade (default is wallet)

Example:

"trade"

Response

Withdrawal transaction created successfully.

error_code
string
required
Example:

null

message
string
required
Example:

null

data
object
required

Transaction object returned by the transactions list, detail and creation endpoints (GET /transactions/, GET /transactions/{id}/, and the 201 responses of every /transactions/{rail}/{action}/ endpoint). All three surfaces share this exact shape.