StampMitraStampMitra Developers

Order Status & Document Access

● Live

Retrieve the generated e-Stamp certificate/document once an order completes.

GET/v1/orders/:id/documents
● Live

List documents for an order

List generated documents (e.g. the e-Stamp certificate PDF) for a completed order.

Required scope: documents.read

Parameters

NameTypeRequiredDescription
AuthorizationheaderYesBearer <api-key> (e.g. sk_test_... in sandbox, sk_live_... in production). The x-api-key header is also accepted.
GET/v1/orders/:id/documents/:documentId/download
● Live

Get a document download URL

Get a (typically short-lived, signed) URL to download a specific document.

Required scope: documents.read

Parameters

NameTypeRequiredDescription
AuthorizationheaderYesBearer <api-key> (e.g. sk_test_... in sandbox, sk_live_... in production). The x-api-key header is also accepted.