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 for app redirection. Example: 'fynd://checkout/callback'
callback_url
String
Callback url after payment success/failed. Example: 'https://example.com/pay/callback'
Checkout cart detail respoonse schema includes cart id, delivery promise, items, comment, coupon text etc.
data
JSON
Payment 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
String
Message of the cart checkout API response. Example: 'Checkout initialized'
order_id
String
Order id generated after placing order. Example: 'FY2025-10001'
payment_confirm_url
String
Payment confirm url used to redirect after payment is confirmed. Example: 'https://example.com/pay/confirm'
success
Boolean
Success flag of cart checkout API response. Example: true