POST
/
transactions
/
{transactionId}
/
execute

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>.

Path Parameters

transactionId
string
required

The ID of the transaction.

Body

application/json
transactionSignatures
string[]
required

All signatures required for this transaction.

Response

202 - 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 off-ramp.

state
object

The transactions's results.

status
enum<string>
Available options:
processing
type
enum<string>

The type of this transaction

Available options:
off-ramp
updatedAt
string

The timestamp from when the transaction was last updated.