Overview

All 10 features active

Total Revenue

₹0

+12.4% this period

Total Orders

0

+8.1% this period

Success Rate

0.0%

+0.3% this period

Active Subs

0

+5 this period

Revenue

7d trend
No revenue data yet — create your first payment order via API

Quick Start

1. Create Order
curl -X POST https://finvexpay.com/v1/orders \
  -H "X-Finvex-Key: KEY_ID:SECRET" \
  -d '{"amount":50000,"currency":"INR"}'
2. Calculate GST
curl https://finvexpay.com/v1/gst/calculate \
  -H "X-Finvex-Key: KEY_ID:SECRET" \
  -d '{"amount":100000,"hsn_code":"998316"}'
3. Send WhatsApp
curl -X POST https://finvexpay.com/v1/whatsapp/send-payment \
  -H "X-Finvex-Key: KEY_ID:SECRET" \
  -d '{"phone":"+919876543210","amount":50000}'