cURL
curl --request GET \ --url https://api.atlas.kitchen/storefronts/v1/cart/payment_breakdown \ --header 'X-Channel-Id: <api-key>'
{ "minimum_order_value": 123, "donation_amount": 123, "cash_vouchers_amount": 123, "service_charge": 123, "delivery_fee": 123, "amount_to_free_delivery": 123, "amount_to_next_delivery_fee": 123, "delivery_fee_waiver_cart_subtotal": 123, "surcharge": 123, "surcharge_label": "<string>", "use_points": true, "points_amount": 123, "points_value": 123, "discount": 123, "admin_discount": 123, "is_post_tax_discount": true, "subtotal": 123, "total": 123, "total_including_tax": 123, "tax": 123, "tax_inclusive_prices": true, "amount_paid": 123, "amount_unpaid": 123 }
Returns itemized charges including subtotal, tax, delivery fee, discounts, service charge, and points value.
Channel identifier. A second header X-Session-Id is also required.
X-Session-Id
Payment breakdown
Was this page helpful?