Web test tool — paste checkout response and pay via PayU, or simulate a mock callback
How to use:
1. Call POST /orders/v1/checkout/ with valid auth token
2. Copy the "payment": { ... } object from the response
3. Paste it below and choose Real PayU (goes to PayU test gateway) or Mock (instant, no PayU)
1
Paste Payment Object from Checkout Response
2
Payment Details Preview
3
Choose Payment Mode
Submits a real form POST to PayU. PayU will redirect back to your surl/furl after payment.
Mock Mode — bypasses PayU entirely. Calls
POST /orders/v1/test-callback/ with the txn_id directly.
Use this for instant end-to-end testing without a real payment.