You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| amount*| integer | Amount of the order to be paid |
70
+
| method | string | The payment method used to make the payment. If this parameter is not passed, customers will be able to make payments using both netbanking and UPI payment methods. Possible values is `netbanking` or `upi`|
71
+
| currency*| string | Currency of the order. Currently only `INR` is supported. |
72
+
| receipt | string | Your system order reference id. |
73
+
| notes | array | A key-value pair |
74
+
|bank_account | array | All keys listed [here](https://razorpay.com/docs/payments/third-party-validation/#step-2-create-an-order) are supported |
| amount*| integer | Amount of the order to be paid |
521
+
| currency*| string | The currency of the payment (defaults to INR) |
522
+
| order_id*| string | The unique identifier of the order created. |
523
+
| email*| string | Email of the customer |
524
+
| customer_id*| string | The id of the customer to be fetched |
525
+
| contact*| string | Contact number of the customer |
526
+
| notes | array | A key-value pair |
527
+
| description | string | Descriptive text of the payment. |
528
+
| save | boolean | Specifies if the VPA should be stored as tokens.Possible value is `0`, `1`|
529
+
| callback_url | string | URL where Razorpay will submit the final payment status. |
530
+
| ip*| string | The client's browser IP address. For example `117.217.74.98`|
531
+
| referer*| string | Value of `referer` header passed by the client's browser. For example, `https://example.com/`|
532
+
| user_agent*| string | Value of `user_agent` header passed by the client's browser. For example, `Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36`|
533
+
| upi* (for Upi only) | array | All keys listed [here](https://razorpay.com/docs/payments/third-party-validation/s2s-integration/upi/collect#step-14-initiate-a-payment) are supported |
| amount*| integer | Amount of the order to be paid |
569
+
| currency*| string | The currency of the payment (defaults to INR) |
570
+
| order_id*| string | The unique identifier of the order created. |
571
+
| email*| string | Email of the customer |
572
+
| customer_id*| string | The id of the customer to be fetched |
573
+
| contact*| string | Contact number of the customer |
574
+
| notes | array | A key-value pair |
575
+
| description | string | Descriptive text of the payment. |
576
+
| save | boolean | Specifies if the VPA should be stored as tokens.Possible value is `0`, `1`|
577
+
| callback_url | string | URL where Razorpay will submit the final payment status. |
578
+
| ip*| string | The client's browser IP address. For example `117.217.74.98`|
579
+
| referer*| string | Value of `referer` header passed by the client's browser. For example, `https://example.com/`|
580
+
| user_agent*| string | Value of `user_agent` header passed by the client's browser. For example, `Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36`|
581
+
| upi* (for Upi only) | array | All keys listed [here](https://razorpay.com/docs/payments/third-party-validation/s2s-integration/upi/intent/#step-2-initiate-a-payment) are supported |
0 commit comments