sandboxSimulate Fiat Deposit

Simulate Fiat Deposit

Fire a fake fiat deposit (on the account's own rail) through the full pipeline.

curl -X POST "https://sandbox.rasto.co/api/sandbox/simulate/fiat_deposit" \
  -H "Content-Type: application/json" \
  -H "Api-Key: example_string" \
  -H "Api-Version: example_string" \
  -H "Idempotency-Key: example_string" \
  -H "Api-Key: YOUR_API_KEY" \
  -d '{
  "virtual_account_id": "example_string",
  "amount": 3.14,
  "sender_name": "John Doe",
  "sender_account": "example_string",
  "remittance_info": "example_string"
}'
{}
POST
/api/sandbox/simulate/fiat_deposit
POST
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: Api-Key)
Api-Keystring
Required

API key (sent in header)

Content-Typestring
Required

The media type of the request body

Options: application/json
header
Api-Versionstring

The /api contract to serve this request under, as an ISO date. Omit to use the default (2026-08-01), omitting it always keeps today's behaviour, so a future breaking change cannot move you. Supported: 2026-08-01.

header
Idempotency-Keystring
Required

Unique per request; a retry with the same key replays the stored response byte-for-byte.

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Api-Keystring
Required

API Key for authentication. Provide your API key in the header.

Headers

Api-Versionstring

The /api contract to serve this request under, as an ISO date. Omit to use the default (2026-08-01), omitting it always keeps today's behaviour, so a future breaking change cannot move you. Supported: 2026-08-01.

Idempotency-Keystring
Required

Unique per request; a retry with the same key replays the stored response byte-for-byte.

Responses