Procure government e-stamps at scale over a clean REST API — prepaid stamp-duty wallet, full audit register, signed webhooks, and a sandbox. Built for legal, fintech, and procurement teams.
Submit hundreds of stamps in one call. Two-phase validate-then-commit with per-row errors and a price quote.
Fund a pass-through stamp-duty wallet by NEFT — no GST on funding. Holds and debits from an append-only ledger.
stamp.verified, order.fulfilled, wallet.low_balance — signed with Standard Webhooks and full delivery log.
Build against isolated sandbox with sk_test_ keys, then flip to sk_live_. Idempotent, stable error envelope.
curl https://api.draftindia.dev/v1/stamps \
-H "Authorization: Bearer sk_live_..." \
-H "Idempotency-Key: ord_9x2..." \
-d '{
"state": "MH",
"party_a": "Acme Pvt Ltd",
"party_b": "Beta LLP",
"amount_paise": 50000,
"purpose": "Rent Agreement"
}'