📄️ Cart Checkout
Creates an order from the customer's shopping cart and initiates the payment process.
📄️ Order Checkout
Processes payment for an existing unpaid order.
📄️ Payment Gateway Callback
Handles payment gateway callbacks for both GET and POST requests. These endpoints are used in the configuration of payment gateways like PayPal, Stripe, Zarinpal, etc. and are not called directly by the user. (For example, when a user completes payment on the gateway site, the gateway redirects back to this endpoint with the payment status. Frontend applications should not call these endpoints directly.)
📄️ Notes
Payment System Architecture