Request
POST /payments/verify
string
required
The Razorpay order ID returned when the order was created (
POST /payments/order).string
required
The Razorpay payment ID provided by Razorpay after the user completes checkout.
string
required
The HMAC-SHA256 signature provided by Razorpay. Used to confirm the payment is authentic.
string
The payment mode used during checkout (e.g.
upi, card). Optional.Response
boolean
true if the signature is valid and the payment is verified; false otherwise.string
A human-readable description of the verification result.