Checkout cart detail respoonse schema includes cart id, delivery promise, items, comment, coupon text etc.
Fields
app_intercept_url
StringApp intercept url for app redirection. Example: 'fynd://checkout/callback'
callback_url
StringCallback url after payment success/failed. Example: 'https://example.com/pay/callback'
cart
CheckCartCheckout cart detail respoonse schema includes cart id, delivery promise, items, comment, coupon text etc.
data
JSONPayment related fields returned by the API across different aggregators (like Razorpay, Juspay, Paytm, Simpl, etc.). It contains details such as transaction amount, payment method, aggregator info, wallet/bank codes, callback URLs, and QR or UPI information.
message
StringMessage of the cart checkout API response. Example: 'Checkout initialized'
order_id
StringOrder id generated after placing order. Example: 'FY2025-10001'
payment_confirm_url
StringPayment confirm url used to redirect after payment is confirmed. Example: 'https://example.com/pay/confirm'
success
BooleanSuccess flag of cart checkout API response. Example: true
Was this section helpful?