mutation

checkoutCart

Enhanced version of checkout process that supports multiple mode of payment(MOP).
Arguments
buyNow
Boolean
This indicates the type of cart to checkout.
cartCheckoutDetailRequestInput
CartCheckoutDetailRequestInput
Checkout request schema which includes custom meta, merchant code, cart id, payment methods, address id, callback url, order type, billing address and card details.
cartType
String
The type of cart.
Response
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.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...