Live Mode
VP

Quick Start

Use your API key to create a payment order:

curl -X POST https://api.vastpay.app/v1/payments/orders \
  -H "Authorization: Bearer vpay_test_xxx" \
  -H "Content-Type: application/json" \
  -d '{
    "amount": 1000,
    "currency": "INR",
    "customerEmail": "customer@example.com",
    "description": "Order #123"
  }'