post
https://apisandbox.cieloecommerce.cielo.com.br/new-endpoint
Create a boleto transaction.
| Environment | Method | Endpoint |
|---|---|---|
| Sandbox | post | https://apisandbox.cieloecommerce.cielo.com.br/1/sales/ |
| Production | post | https://api.cieloecommerce.cielo.com.br/1/sales/ |
Alphanumeric CNPJs will be implemented by the Brazilian Federal Revenue Service in July 2026This change applies only to new registrations. There will be no changes to existing CNPJs.
The alphanumeric CNPJ is already supported by Cielo, with no changes required to your integration.
We recommend checking whether adjustments are needed in your merchant’s own checkout systems.
Additional rules for Banco do Brasil boleto:
- The parameters
Customer.Address.Street,Customer.Address.Number,Customer.Address.Complement,Customer.Address.Districtmust total up to 60 characters; - The
DigitableLineparameter is not returned for Banco do Brasil boleto; - The
Customernode has restrictions regarding accepted characters: - Valid characters: Uppercase letters from A to Z;
- Special characters: Hyphen (-) and apostrophe ('), but it cannot contain spaces between the letters;
- Correct examples: D'EL-REI, D'ALCORTIVO, SANT'ANA;
- Incorrect examples: D'EL - REI (space between words).
The Banco do Brasil boleto integration must use the BancoDoBrasil3 provider, valid from 03/05/2026.