GET
/
transactions
/
{transactionId}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>.

Path Parameters

transactionId
string
required

The ID of the transaction.

Response

200 - application/json
id
string

The id of the transaction.

customerId
string

The customer performing the operation.

type
enum<string>

The type of this transaction

Available options:
on-ramp
state
object

The transactions's results.

request
object

An object containing the parameters used for this on-ramp.

createdAt
string

The timestamp from when the transaction was submitted.

updatedAt
string

The timestamp from when the transaction was last updated.