object

CartCheckoutResponse

Checkout cart detail respoonse schema includes cart id, delivery promise, items, comment, coupon text etc.
Fields
app_intercept_url
String
App intercept url which is used to redirect on app after payment in confirmed/failed.
callback_url
String
Callback url to be redirected after payment received/failed.
Checkout cart detail respoonse schema includes cart id, delivery promise, items, comment, coupon text etc.
data
JSON
Data of the user cart checkout includes cart data, address, user id, order type etc.
message
String
Message of the cart checkout API response.
order_id
String
Order id generated after placing order.
payment_confirm_url
String
Payment confirm url used to redirect after payment is confirmed.
success
Boolean
Success flag of cart checkout API response.