Authorization: Bearer sk_test_yourkey is accepted. Lookup is by our reference (VPY_TXN_…).
Response
Fulfill when
data.status is success and data.amount matches the order.
Idempotent fulfillment
Webhooks retry. The customer can reload the callback URL.- Load the order by
reference. - If it is already marked paid, return 200.
- If verify says
successand the amount matches, mark paid once.
Checkout helpers (access code)
GET /v1/payment/checkout/statusGET /v1/payment/checkout/verifyGET /v1/payment/checkout/events