Sell with Pix without turning payments into a project.
Create a charge, show the QR Code and track confirmation in the dashboard. When it makes sense, connect API and webhooks in the same flow.
Pix Checkout
PaidCustomer paid via Pix
R$ 320,00
Order #1042 · illustrative example
From the first charge to an automated flow.
You don't have to start with the most complex path. Start selling and deepen the integration when the product asks for it.
1% per Pix, with a minimum of R$ 0.99 per transaction. No monthly fee.
See full pricingCheckout should help, not over-explain.
It helps the customer pay and shows your team what happened.
They get what to do
The screen doesn't try to teach a new method. It shows Pix in a direct way.
You know what happened
Created, paid or expired charges show in the dashboard with no manual hunting.
Your system knows too
When it's time to automate, webhooks keep your product in sync.
Three steps to get off the ground.
The first Pix can be simple. Automation comes right after.
Create
Generate a Pix charge by link, checkout or API. Use the path that fits your moment.
Receive the Pix
Your customer scans the QR Code or uses copy-paste. The experience stays familiar.
Unlock the next step
Check the status in the dashboard or use the webhook to release access, order or service in your product.
Docs to go live without guessing.
Start with the shortest path. When you want to automate, the API and webhooks join the same flow.
// create a Pix charge
POST /v1/charges
{ "amount": 32000, "method": "pix" }
// notifies your system when the customer pays
webhook checkout.paid → { "status": "paid" }Questions about checkout
The essentials before integrating.
Ready to sell with Pix?
Create your account, generate a charge and see the flow working. Then connect API and webhooks at your own pace.