mutation
checkoutCart
Enhanced version of checkout process that supports multiple mode of payment(MOP).
Arguments
buyNow
BooleanThis indicates the type of cart to checkout.
cartCheckoutDetailRequestInput
CartCheckoutDetailRequestInputCheckout request schema which includes custom meta, merchant code, cart id, payment methods, address id, callback url, order type, billing address and card details.
cartType
StringThe type of cart.
Response
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.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...
Was this section helpful?