Request
POST /payments/order
The amount to charge, in Indian Rupees (INR). Must be a positive integer.
A short description of the ride. Optional.
The payment mode to associate with this order (e.g.
upi, card). Optional.Response
The unique Razorpay order identifier. Pass this to the Razorpay checkout SDK on the client.
The order amount in paise (INR × 100).
Always
INR.All amounts in the Razorpay response are denominated in paise. For example, an
amountInInr of 150 returns amount: 15000.