# Create stamp order (/api-reference/stamps/createStampOrder)

Create a stamp procurement order and start the background procurement
workflow.

- This call is **asynchronous** — a successful response does not mean
  `stamps` is populated yet. Poll `GET /api/v1/stamps/order-status` or
  `GET /api/v1/stamps/list` until instances become `available`.
- Billing charges `estamp_duty` (`stamp_duty_amount × quantity`) plus
  `estamp_fees` (one per stamp). The request is rejected if the wallet
  balance is insufficient.


This page is generated from the OpenAPI specification — read /openapi.yaml for the full request/response schemas, examples, and error codes.