Confirm Order
Fire this api to confirm the order.
This endpoint allows you to confirm the order
GET
https://yourdomain.com /api/confirm/order /api/confirm/order
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer {bearer_token without brackets} |
Accept* | String | application/json |
Request Body
Name | Type | Description |
---|---|---|
same_as* | Integer | IF billing and shipping is same set value to 1 | IF billing and shipping is different then set value to 0. |
billing_id* | Integer | REQUIRED IF same_as set as 0 enter the billing id eg : 23 |
address_id* | Integer | enter the address id eg : 1 |
handlingcharge* | String | Enter the handling charge eg: 728.10 |
currency* | String | Enter the currency ISO code 3 eg : INR |
txn_id* | String | Enter the transcation id which captured from payment gateway. |
payment_method* | String | Enter the payment method name eg: paypal |
subtotal* | String | Enter the subtotal eg: 32647.28 |
amount* | String | Enter the amount eg: 37999.54 |
IF response fail
Last updated