For AI agents: visit https://pagaleve-docs-en.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
ℹ️ 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.