Create an Order [v3]
POST/api/v3/create-order
Create an order to initiate a payment collection. The response includes an order token for launching the checkout.
Quick Reference
- Required:
currency,total_amount,invoice_id - Conditional:
amount_before_tax,tax(default 0),user,shipping_address,order_line_items(based on merchant config) - Returns:
order_id,status,token(order token for checkout SDK), and order metadata - Data Security: Encryption supported | Authentication
Request
Responses
- 200
- 4XX
- 5XX
When the order is successfully created, the response will be as below.
When the order cannot be created, the response will be as below
When there is a problem on the server, the response will be as below