Since when the order has been waiting for a payment.
When the order was cancelled.
When the order was created.
When the order was fulfilled.
When the payment for the order was received.
The order's price is guaranteed until this time.
A unique identifier for an order. Do not confuse this with PaymentDetailsBankAccount.bankReference! One is for tracking orders internally, the other is only for banks.
On resolve, an object (which is intentionally abstracted to be
robust against API changes) that will be sent to Bity's /order
endpoint.
On rejection, the error object.
A currency code supported by Bity. See /currencies
endpoint for available codes.
A numerical string amount to retain precision, i.e. "14.3339"
.
A currency code supported by Bity. See /currencies
endpoint for available codes.
A numerical string amount to retain precision, i.e. "14.3339"
.
Generated using TypeDoc
Represents an order returned from the Exchange API's
/order/:uuid
endpoint when the user has not authenticated themselves. This is to protect Bity users' privacy.As you can see, the amount of data returned is significantly reduced compared to the full OrderPaymentDetails.
Orders go through this typical life-cycle:
createdAt
awaitingPaymentSince
paymentReceivedAt
executedAt
...and of course
canceledAt
can happen somewhere.