# Boleto payments Learn how to accept payments with Boleto. Boleto is an official (regulated by the Central Bank of Brazil) payment method in Brazil. To complete a transaction, customers receive a voucher stating the amount to pay for services or goods. Customers then pay the boleto before its expiration date in one of several methods, including at authorised agencies or banks, ATMs, or online bank portals. You’ll receive payment confirmation after 1 business day, and funds will be available for payout 2 business days after payment confirmation. #### Payment method properties - **Customer locations** Brazil - **Payment method family** Cash-based payment method - **Connect support** Yes - **Presentment currency** BRL - **Recurring Payments** Yes - **Dispute support** [No](https://docs.stripe.com/payments/boleto.md#disputed-payments) - **Manual capture support** No - **Payment confirmation** Customer-initiated - **Payout timing** 2 business days - **Refunds / Partial refunds** [No / No](https://docs.stripe.com/payments/boleto.md#refunds) #### Business locations Stripe accounts in the following countries can accept Boleto payments: - BR #### Product support - Connect - Checkout - Payment Links - Elements1 - Subscriptions - Invoicing 1Express Checkout Element doesn’t support Boleto. ## Payment flow ![](https://b.stripecdn.com/docs-statics-srv/assets/checkout.4af16ecfd4f0a3f4044c56d6100c4a42.svg) Selects Boleto at checkout ![](https://b.stripecdn.com/docs-statics-srv/assets/voucher.23c9ddface4b2e061575d0ef9470ef8e.svg) Receives payment codes and a confirmation number ![](https://b.stripecdn.com/docs-statics-srv/assets/bank_portal.cd5d369eb435691133edeb668c8bf557.svg) Makes a payment at banks or online bank portals. ![](https://b.stripecdn.com/docs-statics-srv/assets/success.1ee3b6d34d944693e654e84f6d1be9f3.svg) Receives notification that payment is complete ## Get started You don’t have to integrate Boleto and other payment methods individually. If you use our front-end products, Stripe automatically determines the most relevant payment methods to display. Go to the [Stripe Dashboard](https://dashboard.stripe.com/settings/payment_methods) and enable Boleto. To get started with one of our hosted UIs, follow a quickstart: - [Checkout](https://docs.stripe.com/checkout/quickstart.md): Our pre-built, hosted checkout page. - [Elements](https://docs.stripe.com/payments/quickstart-checkout-sessions.md): Our drop-in UI components. ### Other payment products The following Stripe products also let you add Boleto from the Dashboard: - [Invoicing](https://docs.stripe.com/invoicing/no-code-guide.md) - [Payment Links](https://docs.stripe.com/payment-links.md) - [Subscriptions](https://docs.stripe.com/billing/subscriptions/overview.md) If your integration requires manually listing payment methods, learn how to [manually configure Boleto as a payment](https://docs.stripe.com/payments/boleto/accept-a-payment.md). Check out the Boleto [sample on GitHub](https://github.com/stripe-samples/accept-a-payment). ## Disputes Generally Boleto payments can’t be disputed by the customer. However, in some instances irregularities similar to disputes (by the bank) can occur (for example, due to mishandling). In these cases, Stripe will need to contact you for next steps. ## Refunds Boleto payments can’t be refunded. You need to create a separate process to credit customers who require a refund. ## Amount limits The amount for a single Boleto must be at least R5.00 USD and no more than R49,999.99 USD.