Read Order Receipt
Intent
Reads the order receipt without changing it.
When to call it
Call this after your application has received or stored the identifier for the order receipt.
Access boundary
Authorize the request with a token that carries customer_portal:read or customer_portal:write.
Successful result
A successful request returns 200, 202. The response schema below defines the body your integration receives.
GET
Read Order Receipt
Authorizations
Authentication: Customer session tokens authenticate buyers within your organization. Generate one through the customer session operation.
Path Parameters
Identifier of the order.
Response
Request completed successfully
Order's receipt data.
Url: URL to the receipt PDF.
Previous
List Orders### Intent
Reads the available orders as a pageable collection without changing them.
### When to call it
Call this when an interface, sync, or support workflow needs to inspect orders. Use the filters and paging controls shown below to limit the result.
### Access boundary
Authorize the request with a token that carries `customer_portal:read` or `customer_portal:write`.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
Next
Read Order Receipt