Checkout cart detail respoonse schema includes cart id, delivery promise, items, comment, coupon text etc.
Fields
app_intercept_url
StringApp intercept url which is used to redirect on app after payment in confirmed/failed.
callback_url
StringCallback url to be redirected after payment received/failed.
cart
CheckCartCheckout cart detail respoonse schema includes cart id, delivery promise, items, comment, coupon text etc.
data
JSONData of the user cart checkout includes cart data, address, user id, order type etc.
message
StringMessage of the cart checkout API response.
order_id
StringOrder id generated after placing order.
payment_confirm_url
StringPayment confirm url used to redirect after payment is confirmed.
success
BooleanSuccess flag of cart checkout API response.
Was this section helpful?