Get Razorpay Payment ORDER ID
Fire this api to get the razorpay order id
This endpoint allows you to get razorpay payment id.
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"amount": 50,
"order_id": "order_GnDmNHLmMoYjEU"
}IF response fail
{
"msg": "The amount field is required.",
"status": "fail"
}Last updated