APIs used for Integration
| Use case → Reference | command / primary value |
|---|---|
| Collect payment (redirect to PayU) — Collect Payment API (PayU Hosted Checkout) | Browser form POST to _payment API (see below table) |
| Verify a payment — Verify Payment API | verify_payment |
| Check transaction info — Check Action Status with PayU ID | check_action_status |
| Get transaction by txnid — Get Transaction Info API | get_transaction_info |
| Refund a transaction — Refund Transaction API | cancel_refund_transaction |
Collect Payment endpoint:
POST https://test.payu.in/_payment(test) ·POST https://secure.payu.in/_payment(production)hashon_payment(standard sequence):sha512(key|txnid|amount|productinfo|firstname|email|udf1|udf2|udf3|udf4|udf5||||||SALT)
Post-service (commandAPIs) endpoint:POST https://info.payu.in/merchant/postservice.php?form=2
Post-service hash formula:sha512(key|command|var1|SALT)
Updated about 1 hour ago
Did this page help you?
