The complete ordering flow from menu to confirmed order:Documentation Index
Fetch the complete documentation index at: https://help.atlas.kitchen/llms.txt
Use this file to discover all available pages before exploring further.
After payment
After creating a payment intent, direct the diner to theatlas_pay_url to complete payment. Then poll POST /cart/order to confirm:
POST /cart/order validates the payment in real-time against the payment processor. It does not depend on webhooks
- Payment succeeded → cart converts to a confirmed order, full order object returned
- Payment not completed →
422with"Insufficient payment made to the cart"