Skip to main content
GET
TypeScript

Path Parameters

orderId
string
required

The ID of the order to fetch.

Minimum string length: 1

Response

Order response

id
string
required
via
object
required
Example:
status
enum<string>
required
Available options:
CREATED,
AWAITING_PAYMENT,
AWAITING_INFORMATION,
PENDING_USER_ACTION,
PROCESSING,
CANCELED,
COMPLETED,
FAILED
Example:

"PROCESSING"

createdAt
string<date-time>
required
executionSteps
object[]
required
executionResponseDetails
object
required
Example:
settlement
object
required

Settlement configuration for the order

Example:
createdBy
string
required

The ID of the user who created the order

updatedAt
string<date-time>
receipt
object
Example:
generalFees
object[]
Example:
participantsIdentification
object

KYC/AML participant identification

Example:
paymentInstructions
object[]

Payment instructions for the order, the client can use one of these to pay the order.

Example:
customerInternalReferenceId
string

Internal reference ID for the customer

note
string

Optional note for the Order

Maximum string length: 512
expiresAt
string<date-time>
failure
object