Create an Order
POST https://api.razorpay.com/v1/orders
Create an order using this API. Amount and currency are mandatory parameters.
Know more about the Create an Order API.
Request Body
{"amount"=>1000000, "currency"=>"INR", "receipt"=>"Receipt no. 1", "notes"=>{"notes_key_1"=>"Tea, Earl Grey, Hot", "notes_key_2"=>"Tea, Earl Grey… decaf."}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |