post https://sandbox.cashfree.com/pg/orders
Order
An order is an entity which has a amount and currency associated with it. It is something for which you want to collect payment for.
Use this API to create orders with Cashfree from your backend to get a payment_sessions_id
.
You can use the payment_sessions_id
to create a transaction for the order.
URLs
- Production/Live: https://api.cashfree.com/pg/orders
- Sandbox/Test: https://sandbox.cashfree.com/pg/orders
Callback