--- title: "Boleto Bancário Flutter Drop-in" description: "Add Boleto Bancário to your Drop-in integration." url: "https://docs.adyen.com/payment-methods/boleto-bancario/flutter-drop-in" source_url: "https://docs.adyen.com/payment-methods/boleto-bancario/flutter-drop-in.md" canonical: "https://docs.adyen.com/payment-methods/boleto-bancario/flutter-drop-in" last_modified: "2026-05-22T12:56:54+02:00" language: "en" --- # Boleto Bancário Flutter Drop-in Add Boleto Bancário to your Drop-in integration. [View source](/payment-methods/boleto-bancario/flutter-drop-in.md) You can add Boleto Bancário to your existing integration. The following instructions show only what you must add to your integration specifically for Boleto Bancário. If an instruction on this page corresponds with a step in the main integration guide, it includes a link to corresponding step of the main integration guide. The additions you must make depends on the [server-side flow](/online-payments/build-your-integration) that your integration uses: ## Sessions flow Drop-in ### Before-You-Begin ## Requirements | Requirement | Description | | | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | - | | **Integration type** | Make sure that you have an existing Sessions flow [Flutter Drop-in integration](/online-payments/build-your-integration/advanced-flow?platform=Flutter\&integration=Drop-in). | | | **Checkout API** | Make sure that you use Checkout API v68 or later. | | | **Setup steps** | Before you begin, contact our [Support Team](https://ca-test.adyen.com/ca/ca/contactUs/support.shtml?form=other) to add Boleto Bancário in your Customer Area. | | ### Add-Parameters-Sessions-Request ## Add additional parameters to your /sessions request When you [create a payment session](/online-payments/build-your-integration/sessions-flow?platform=Flutter\&integration=Drop-in#create-a-payment-session), add the following parameters: | Parameter | Required | Description | | ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | [shopperName](https://docs.adyen.com/api-explorer/Checkout/latest/post/sessions#request-shopperName) | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | The shopper's `firstName` and `lastName`. | | [billingAddress](https://docs.adyen.com/api-explorer/Checkout/latest/post/sessions#request-billingAddress) | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | The shopper's `city`, `country`, `houseNumberOrName`, `postalCode,stateOrProvince`, and `street`. | | [socialSecurityNumber](https://docs.adyen.com/api-explorer/Checkout/latest/post/sessions#request-socialSecurityNumber) | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | The shopper's CPF or CNPJ number. | | [deliverAt](https://docs.adyen.com/api-explorer/Checkout/latest/post/sessions#request-deliverAt) | | **Checkout API v68 or later** The due date of the payment, using [ISO 8601](https://www.w3.org/TR/NOTE-datetime) format in UTC. If this is in a weekend or national holiday, the shopper can pay the Boleto the next working day. By default, the shopper has five days to complete the payment. | | [shopperEmail](https://docs.adyen.com/api-explorer/Checkout/latest/post/sessions#request-shopperEmail) | | The shopper's email address. This is used for sending the shopper a copy of the payment form. | | [shopperStatement](https://docs.adyen.com/api-explorer/Checkout/latest/post/sessions#request-shopperStatement) | | Free-text field with payment instructions. If you include this, make sure to state that you do not accept payments for a higher or lower amount than the original amount, or payments after the due date. | If you leave the `shopperStatement` empty, it is populated with the following default Portuguese text: | | | | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Não aceitar pagamento via cheque e/ou após a data do vencimento. | Do not accept payment by cheque and/or after the due date. | | Seu pedido será enviado somente após a confirmação do pagamento deste boleto, desde que não tenha divergência de valores entre o valor cobrado e o valor pago. | Your order will only be processed once the payment of this Boleto has been confirmed and as long as there is no difference between the payable and paid amounts. | | A falta de pagamento deste boleto não implica em qualquer multa ou juros e o pedido será automaticamente cancelado. | Failure to pay this boleto will not incur any penalty or interest and your order will be automatically cancelled. | | Não deposite nem faça transferência. | Do not pay by deposit or bank transfer. | ### Add-Configuration ## Add additional configuration for Boleto Bancário You do not need to add any configuration parameters for Boleto Bancário. ## Test and go live Boleto Bancário is an offline payment method. In the test environment, you can simulate a Boleto payment by promoting the pending payment to a sale. 1. Log in to your [test Customer Area](https://ca-test.adyen.com/). 2. Go to **Transactions** > **Offers**. 3. Select the **PSP reference** of the pending Boleto payment. 4. Select the **Promote this offer to a sale** button. Check the status of Boleto Bancário test payments in your [Customer Area](https://ca-test.adyen.com/): * Boletos that are pending or that have expired are under **Transactions** > **Offers**. * Boletos that have been paid (including test offers that you manually promoted to sale) are under **Transactions** > **Payments**. Test the reconciliation process by promoting test payments from offer to sale in your test Customer Area. Before you can accept live Boleto Bancário payments, you need to [submit a request for Boleto Bancário](/payment-methods/add-payment-methods) in your [live Customer Area](https://ca-live.adyen.com/). ## Advanced flow Drop-in ### Before-You-Begin ## Requirements | Requirement | Description | | | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | - | | **Integration type** | Make sure that you have an existing Advanced flow [Flutter Drop-in integration](/online-payments/build-your-integration/advanced-flow?platform=Flutter\&integration=Drop-in). | | | **Action handling** | Make sure that your existing integration is set up to [handle the additional action](/online-payments/build-your-integration/advanced-flow/?platform=Flutter\&integration=Drop-in#handle-the-redirect). `action.type`: **voucher**. | | | **Setup steps** | Before you begin, [add Boleto Bancário in your Customer Area](/payment-methods/add-payment-methods). | | ### Add-Configuration ## Add additional configuration for Boleto Bancário You do not need to add any configuration parameters for Boleto Bancário. ### Add-Parameters-Payments-Request ## Add additional parameters to your /payments request When you [make a payment](/online-payments/build-your-integration/advanced-flow/?platform=Flutter\&integration=Drop-in#make-a-payment), add the following parameters to the [/payments](https://docs.adyen.com/api-explorer/Checkout/latest/post/payments) request: | Parameter | Required | Description | | ---------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | paymentMethod.type | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | **boletobancario** | | [shopperName](https://docs.adyen.com/api-explorer/Checkout/latest/post/payments#request-shopperName) | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | The shopper's `firstName` and `lastName`. | | [billingAddress](https://docs.adyen.com/api-explorer/Checkout/latest/post/payments#request-billingAddress) | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | The shopper's `city`, `country`, `houseNumberOrName`, `postalCode,stateOrProvince`, and `street`. | | [socialSecurityNumber](https://docs.adyen.com/api-explorer/Checkout/latest/post/payments#request-socialSecurityNumber) | ![-white\_check\_mark-](/user/data/smileys/emoji/white_check_mark.png "-white_check_mark-") | The shopper's CPF or CNPJ number. | | [deliveryDate](https://docs.adyen.com/api-explorer/Checkout/latest/post/payments#request-deliveryDate) | | The due date of the payment, using [ISO 8601](https://www.w3.org/TR/NOTE-datetime) format in UTC. If this is in a weekend or national holiday, the shopper can pay the Boleto the next working day. By default, the shopper has five days to complete the payment. | | [shopperEmail](https://docs.adyen.com/api-explorer/Checkout/latest/post/payments#request-shopperEmail) | | The shopper's email address. This is used for sending the shopper a copy of the payment form. | | [shopperStatement](https://docs.adyen.com/api-explorer/Checkout/latest/post/payments#request-shopperStatement) | | Free-text field with payment instructions. If you include this, make sure to state that you do not accept payments for a higher or lower amount than the original amount, or payments after the due date. | If you leave the `shopperStatement` empty, it is populated with the following default Portuguese text: | | | | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Não aceitar pagamento via cheque e/ou após a data do vencimento. | Do not accept payment by cheque and/or after the due date. | | Seu pedido será enviado somente após a confirmação do pagamento deste boleto, desde que não tenha divergência de valores entre o valor cobrado e o valor pago. | Your order will only be processed once the payment of this Boleto has been confirmed and as long as there is no difference between the payable and paid amounts. | | A falta de pagamento deste boleto não implica em qualquer multa ou juros e o pedido será automaticamente cancelado. | Failure to pay this boleto will not incur any penalty or interest and your order will be automatically cancelled. | | Não deposite nem faça transferência. | Do not pay by deposit or bank transfer. | The response includes the `action.type`: voucher, and the following: * `pspReference`: Our unique reference for the payment. * `resultCode`: **PresentToShopper** * `action`: Object containing information about the voucher: * `downloadUrl`: Link to the downloadable Boleto in PDF format. * `expiresAt`: The date and time when the due date expires. * `paymentMethodType`: Indicates the issuing bank. * `reference`: The barcode number for the payment. * `totalAmount`: The `currency` and `value` of the amount due. ## Test and go live Boleto Bancário is an offline payment method. In the test environment, you can simulate a Boleto payment by promoting the pending payment to a sale. 1. Log in to your [test Customer Area](https://ca-test.adyen.com/). 2. Go to **Transactions** > **Offers**. 3. Select the **PSP reference** of the pending Boleto payment. 4. Select the **Promote this offer to a sale** button. Check the status of Boleto Bancário test payments in your [Customer Area](https://ca-test.adyen.com/): * Boletos that are pending or that have expired are under **Transactions** > **Offers**. * Boletos that have been paid (including test offers that you manually promoted to sale) are under **Transactions** > **Payments**. Test the reconciliation process by promoting test payments from offer to sale in your test Customer Area. Before you can accept live Boleto Bancário payments, you need to [submit a request for Boleto Bancário](/payment-methods/add-payment-methods) in your [live Customer Area](https://ca-live.adyen.com/).