List articles
List the supported articles for a state. Use the returned article_id
when creating a procurement order.
Authorization
bearerAuth Bearer token authentication — paste your access token below.
In: header
Query Parameters
Supported stamp state code.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/stamps/articles?state_code=string"{ "data": [ { "article_id": "2337", "article_code": "AFFIDAVIT", "article_name": "Affidavit" } ], "status_code": 200, "message": "Success", "success": true}List state codes GET
List the state codes supported for stamp procurement.
Create stamp order POST
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.