ℹ️ Checkout Steps
- Merchant authenticates with the Pagaleve API.
- Pagaleve returns the Bearer token, which must be included in the header of all future calls to the Pagaleve API.
- Merchant initiates a checkout request with the
V1/checkoutsAPI call.- Merchant redirects the customer to the
redirect_urlreturned by Pagaleve.- Customer logs in or signs up on Pagaleve and approves the checkout.
- Merchant invokes the
V1/PaymentsAPI call to process the payment and finalize the purchase.
