Skip to main content
PUT
Update sandbox transaction state

Authorizations

X-API-Key
string
header
required

API Key

Headers

IDEMPOTENCY-KEY
string
required

a UUID ensuring the state update operation is only processed once

X-API-Version
string

Selects the API version for this request, as an ISO date (YYYY-MM-DD). Omit to use the default version (2025-03-13). Supported versions: 2025-03-13, 2026-07-01.

Path Parameters

id
string<uuid>
required

the ID of the ramp transaction to update

Body

application/json; charset=utf-8

Parameters required to update the ramp transaction state

state
enum<string>
required
Available options:
Pending,
Completed,
Failed

Response

amount_in
string<decimal>
required

The amount deposited

amount_out
string<decimal>
required

The amount to be paid out

autoramp_id
string<uuid>
required

The autoramp ID used

created_at
string<date-time>
required

When the transaction was created

currency_in
string
required

The input currency

currency_out
string
required

The output currency

customer_id
string<uuid>
required

The customer ID

id
string<uuid>
required

The ID of the created ramp transaction

state
string
required

The initial state