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
createdAt
string

The timestamp from when the transaction was submitted.

customerId
string

The customer performing the operation.

id
string

The id of the transaction.

request
object

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

state
object

The transactions's results.

type
enum<string>

The type of this transaction

Available options:
on-ramp
updatedAt
string

The timestamp from when the transaction was last updated.