Retrieve an order
Returns a single order by ID.
Authorizations
The Server API Key obtained from the kelviq application. Pass as a Bearer token in the Authorization header. Example: 'Authorization: Bearer YOUR_API_KEY'
Path Parameters
The order ID.
Response
The order.
A completed, failed, or otherwise resolved order. Orders in PENDING status (payment not yet attempted) are never returned by the list/retrieve endpoints.
Order ID.
"ORD-20260729103000-AB3K9"
A product in the catalog. Each product can have multiple plans, images and files.
PENDING, COMPLETE, FAILED, REFUNDED, PARTIAL_REFUND, CANCELLED, FRAUDULENT "COMPLETE"
"2026-07-29T10:31:12Z"
Decimal amount, serialized as a string (e.g. "261.00"), not a JSON number.
"261.00"
Decimal amount, serialized as a string, not a JSON number.
"0.00"
Decimal amount, serialized as a string, not a JSON number.
"0.00"
Decimal amount, serialized as a string, not a JSON number.
"261.00"
"USD"
26100
0
0
26100
"$"
The billing address of the customer.
A versioned plan attached to a product. Updates create new versions; only the published version is is_latest=true.
ONE_TIME, SUBSCRIPTION "SUBSCRIPTION"
Licenses issued for the order's subscription, if the plan includes licensing.
false
Summary of the subscription linked to this order. An empty object ({}) when the order has no linked subscription.
"INV-20260729103000-XZ7Q1"
The payment method used for the order's first successful transaction. null if no successful transaction exists yet.