Creates a Stripe payment intent for cart checkout. Uses GET method with query parameters. Supports both guest and authenticated customer payments with automatic tax calculation and discount application.
Bearer {jwt_token}
Bearer token for authenticated customers (optional for guest checkout). Format: Bearer {jwt_token}
The unique identifier for the restaurant location
The unique identifier for the cart to process payment for
Payment intent created successfully.
The response is of type object
.