Order
Get Order
Returns a specific order belonging to the authenticated user’s account.
GET
Get Order
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
200 - application/json
Order
The unique identifier for the order (e.g. ord_xxxxx).
The URL to view this order in the Portal.
Available options:
created, in_progress, awaiting_review, completed, refunded, cancelled A custom reference provided by the customer.
Custom metadata attached to the order.
The order total in cents.
The currency code (e.g. "usd").
The associated quote identifier.
The associated cart.
The associated documents.