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 orders:read.
Successful result
A successful request returns 200, 202. The response schema below defines the body your integration receives.
GET
Read Order Receipt
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 `orders:read`.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
Next
Read Order Receipt