Interactive Tester
API Tester
Validate your API credentials and inspect the payment gateway response live.
Request
LIVE
Response
No request sent
Fill in your credentials and click "Send Request" to test the API.
cURL Equivalent
curl -X POST https://pay.tezzcorp.in/api/v1/create-order \
-H "X-API-Key: YOUR_API_KEY" \
-H "X-API-Secret: YOUR_SECRET" \
-H "Content-Type: application/json" \
-d '{"amount":100,"order_id":"TEST_001","customer_name":"Test","customer_email":"test@example.com","customer_phone":"9000000000","description":"Test"}'
