Finance — entry 008 of 47

Boleto.Cloud

Verified Jul 2026

Boleto.Cloud generates and manages Brazilian boletos (bank payment slips) across multiple banks through a single REST API, covering single issuance (POST /boletos, returning a ready PDF), batch issuance (up to 300 per request), and installment-plan (carnê) generation, plus automatic bank registration via banking API or CNAB file and status lookups. Requests authenticate with HTTP Basic Auth using an API key against separate sandbox (sandbox.boletocloud.com) and production (app.boletocloud.com) hosts. The free plan supports unlimited (volume-capped) boleto issuance with no monthly fee since Boleto.Cloud never intermediates payments; paid plans start at R$35/month for higher volume and lower per-boleto rates, and a live Origin-header probe found no Access-Control-Allow-Origin header on either GET or OPTIONS requests.

boletobrazilpaymentsinvoicingfintech
AuthenticationAPI KeySign up with the provider to obtain credentials.
HTTPSSupportedTraffic is encrypted in transit.
CORSDisabledBrowser calls need a server-side proxy.
PricingFreemiumA usable free tier exists, with paid plans for more volume.
FormatsJSON, PDFResponses can be requested as JSON or PDF.

GreatAPIs Score

Score81out of 100
Authentication15/25API key required
Pricing17/20Freemium tier available
Docs14/20Documentation URL provided
Formats15/15Supports 2 response formats
Freshness20/20Verified within 6 months

Embed this badge

Scored 81 on greatapis.com
<a href="https://greatapis.com/api/boleto-cloud/"><img src="https://greatapis.com/badge/boleto-cloud.svg" alt="Scored 81 on greatapis.com"></a>

Auth quickstart

  1. Sign up with the provider to get an API key.
  2. Send it on every request as a headerAuthorization: <key>
  3. The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.