Skip to main content
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.
  1. Load the order by reference.
  2. If it is already marked paid, return 200.
  3. If verify says success and the amount matches, mark paid once.

Checkout helpers (access code)

  • GET /v1/payment/checkout/status
  • GET /v1/payment/checkout/verify
  • GET /v1/payment/checkout/events
Use secret-key verify on the server.