post https://apisandbox.cieloecommerce.cielo.com.br/1/sales/
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/ |
Additional rules for Banco do Brasil boleto:
- The parameters
Customer.Address.Street
,Customer.Address.Number
,Customer.Address.Complement
,Customer.Address.District
must total up to 60 characters; - The
DigitableLine
parameter is not returned for Banco do Brasil boleto; - The
Customer
node 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).