TransactionLink
The Transaction Object
Unique identifier for the transaction.
Example:
"13da3c28-a068-4642-9ce2-b730cfda5f5f"
External identifier for the transaction provided by the merchant.
Example:
"a9x7bq2lmw5p"
Timestamp of the transaction in UTC. ISO 8601 format. Note that Knot does not guarantee a specific order in which transactions are returned.
Example:
"2024-11-10T00:00:00+00:00"
URL associated with the transaction.
Example:
"https://www.example.com/orders/123123123"
Status of the order associated with the transaction.
Available options:
ORDERED
, BILLED
, SHIPPED
, DELIVERED
, REFUNDED
, CANCELLED
, FAILED
, COMPLETED
, PICKED_UP
, UNRECOGNIZED
Example:
"COMPLETED"
List of payment methods.
Was this page helpful?