Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
Body
application/json
Details for simulating the deposit.
The payment method type for the simulated deposit.
Example:
"bank_transfer"
The amount of fiat to send.
Example:
2100
Alias or CVU to which the deposit will be made (from onramp fiatPaymentInstructions). Used for ARS deposits.
Example:
"0100000000000000000001"
CLABE to which the deposit will be made (from onramp fiatPaymentInstructions). Used for MXN deposits.
Example:
"706180196550550550"
Response
Deposit simulation successful. Returns 200 OK with empty body.
The response is of type object.