
ℹ️ 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/checkouts
API call.- Merchant redirects the customer to the
redirect_url
returned by Pagaleve.- Customer logs in or signs up on Pagaleve and approves the checkout.
- Merchant invokes the
V1/Payments
API call to process the payment and finalize the purchase.