Documentation Index
Fetch the complete documentation index at: https://docs.zennopay.in/llms.txt
Use this file to discover all available pages before exploring further.
The full response shape (settlement details, provider references, etc.) is
still being finalized. 🚧
Path parameters
Zennopay intent ID, e.g. zp_AbCd1234EfGh5678.
Response
One of created, authorized, captured, failed, expired, or refunded.
Authorized amount in USD cents.
th_promptpay or vn_vietqr.
Present only when status is captured.
Example
curl https://api.zennopay.com/v1/payment_intents/zp_AbCd1234EfGh5678 \
-H "X-Zennopay-Key-Id: wizz_sandbox_2026q2" \
-H "X-Zennopay-Timestamp: 2026-05-21T14:30:00Z" \
-H "X-Zennopay-Nonce: ..." \
-H "X-Zennopay-Signature: ..."
{
"intent_id": "zp_AbCd1234EfGh5678",
"status": "captured",
"amount_usd_cents": 345,
"corridor": "th_promptpay",
"created_at": "2026-05-21T14:30:00Z",
"captured_at": "2026-05-21T14:31:12Z"
}