Simulates a fiat deposit for an on-ramp transaction in the sandbox environment. Valid for ARS, MXN, and COP currencies with bank_transfer paymentMethodType.
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
Details for simulating the deposit.
The payment method type for the simulated deposit.
"bank_transfer"
The amount of fiat to send.
2100
Alias or CVU to which the deposit will be made (from onramp fiatPaymentInstructions). Used for ARS deposits.
"0100000000000000000001"
CLABE to which the deposit will be made (from onramp fiatPaymentInstructions). Used for MXN deposits.
"706180196550550550"
Payment URL to identify the order (from onramp fiatPaymentInstructions). Used for COP deposits.
"https://example.com/payment/abc123"
Deposit simulation successful. Returns 200 OK with empty body.
The response is of type object.