Order Status & Document Access
● LiveRetrieve the generated e-Stamp certificate/document once an order completes.
GET
● Live/v1/orders/:id/documentsList documents for an order
List generated documents (e.g. the e-Stamp certificate PDF) for a completed order.
Required scope: documents.read
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | header | Yes | Bearer <api-key> (e.g. sk_test_... in sandbox, sk_live_... in production). The x-api-key header is also accepted. |
GET
● Live/v1/orders/:id/documents/:documentId/downloadGet a document download URL
Get a (typically short-lived, signed) URL to download a specific document.
Required scope: documents.read
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | header | Yes | Bearer <api-key> (e.g. sk_test_... in sandbox, sk_live_... in production). The x-api-key header is also accepted. |