Creates a new fiat transaction directly from an autoramp configuration for testing purposes. This bypasses the normal deposit flow and creates a ramp transaction with the specified amount using the autoramp’s configuration (customer, recipient, currencies, etc.).
API Key
a UUID ensuring a Ramp Transaction operation is only processed once
Parameters required to create a new sandbox ramp transaction
The amount to deposit (in the autoramp's input currency)
The autoramp ID to use for the transaction
Optional: Specify the output amount directly (if not provided, calculated from amount, fee, and fx_rate)
Optional: Specify a deterministic deposit ID instead of generating one
Optional: Specify the fee amount (defaults to 0.25% of amount)
Optional: Specify the exchange rate (defaults to 1.0)
Pending, Completed, Failed Currency
Can be either crypto or fiat
{ "blockchain": "Solana", "token": "USDC" }A wallet deposit source of an autoramp transaction
{
"blockchain": "Solana",
"wallet_address": "7QqLDBU5iT4VWshsqRdWKHjKdqZqKqYbpjhCkqDnKXSp"
}Optional: Specify a deterministic transaction ID instead of generating one
The amount deposited
The amount to be paid out
The autoramp ID used
When the transaction was created
The input currency
The output currency
The customer ID
The ID of the created ramp transaction
The initial state