Trusted by 10,000+ Indians

Accept Payments. Grow Revenue.

Integrate our payment API in minutes. Accept wallet payments from thousands of eVoucher users with simple REST endpoints and real-time webhook notifications.

Go Live in Three Steps

From sign-up to accepting payments in minutes

1

Sign Up

Create a merchant account and complete business verification. We'll review and approve your application within 24 hours.

2

Get API Keys

Access your sandbox and production API keys from the merchant dashboard. Start testing with our sandbox environment immediately.

3

Accept Payments

Integrate the payment endpoint, configure webhooks, and start accepting wallet payments from eVoucher users.

bash
curl -X POST https://api.evouchers.in/v1/payments \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "amount": 15000,
    "currency": "INR",
    "description": "Order #1234",
    "merchant_order_id": "ord_abc123",
    "webhook_url": "https://yoursite.com/webhooks/evoucher"
  }'

RESTful JSON API

Standard REST endpoints with JSON request and response bodies. Comprehensive error codes and pagination support.

Webhook Events

Receive real-time notifications for payment confirmations, refunds, and settlement events via configurable webhooks.

HMAC Signatures

Every webhook is signed with HMAC-SHA256 so you can verify authenticity and prevent tampering.

Sandbox Environment

Full-featured sandbox with test wallets and simulated payments. Develop and test without touching real money.

Test & Production Keys

Separate API keys for sandbox and production. Switch environments with a single key change — no code modifications.

🏦

T+2 Settlement

Funds are settled to your bank account within two business days. Track settlement status in real-time from your dashboard.

🏷️

Transaction Fee

2%

A flat 2% fee per successful transaction. No setup fees, no monthly charges, no minimum volume requirements.

Ready to accept payments?