Bolivia

Learn about the dLocal supported payment methods in Bolivia.

Market specifications

Take a look of all the payment methods available.

Country reference Cards supported APM supported

Cards


Find all the information about the card supported capabilities.

Capabilities Process Card Payments

Alternative Payments

Learn how to integrate cash, bank transfer or wallet payment.

Pago al Paso Bank Transfer QR payments


Market specifications

Do you want to know more information about Bolivia's market? Go to the Unlock your local payment methods in Latin America article.

Country reference

country codecurrency codedocument namedocument formatdocument required?
BOBOBCIBetween 5 to 20 digitsYes

Cards supported

payment_method_idBrand IDNamepayment_method_typeDetailsAllowed FlowsLogo
CARDVIVisaCARDCredit Card ​DIRECT REDIRECT
CARDVDVisa DebitCARDDebit Card ​DIRECT REDIRECT
CARDMCMastercardCARDCredit Card ​DIRECT REDIRECT
CARDMDMastercard DebitCARDDebit Card ​DIRECT REDIRECT

ℹ️

To offer all the card options that may be available in your integration, send the payment_method_id as CARD.

Alternative Payment Method supported

payment_method_idNamepayment_method_typeDetailsAllowed FlowsLogo
CYPago al PasoTICKETCash payments​DIRECT REDIRECT
IOBank TransferBANK_TRANSFERBank TransferDIRECT REDIRECT
QRQR PaymentsQRQR paymentsDIRECT REDIRECT


Cards

Capabilities

To view the information for all the cards, position the cursor over the table and use the horizontal scroll to navigate.

Visa CreditVisa DebitMastercard CreditMastercard Debit
Minimum amount1 BOB1 BOB1 BOB1 BOB
RefundsYesYesYesYes
RecurringNoNoNoNo
Chargeback optionYesYesYesYes
Chargeback Dispute optionNoNoNoNo
DescriptorCan be personalized, depending on the provider.Can be personalized, depending on the provider.Can be personalized, depending on the provider.Can be personalized, depending on the provider.

How to process Card Payments?

Learn how to process payments with credit and debit cards with dLocal in our Card Payments section.



Alternative Payment Method

Pago al Paso

Pago al Paso is a payment solution that allows users to pay for purchases at multiple points, such as pharmacies, gas stations, and other stores, using a payment voucher to pay with cash.

Capabilities

Pago al Paso
Min. amount1 BOB
Max. expiration time supported5 days
Notification delayImmediate
RefundsYes
FlowDIRECT
REDIRECT

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringBOB

Transaction currency in ISO 4217.
Yes
countryStringBO

Transaction country in ISO 3166.
Yes
payment_method_idStringCY

ID of the selected payment method.
Yes
payment_method_flowStringDIRECT or REDIRECTYes
payer.nameStringName of the payer.No
payer.emailStringEmail of the payer.No
payer.documentNumberDocument of the payer.No
order_idNumberID of the capture given by the merchant in their system. Think of it as an external ID of the capture.No
notification_urlStringNotifications will be sent in every change of status of a payment to the notification_url specified by the merchant.No

Examples

{
    "amount": 100,
    "currency": "BOB",
    "country": "BO",
    "payment_method_id": "CY",
    "payment_method_flow": "DIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "janedoe@mymail.com",
        "document": "123456789",
        "address": {
            "country": "BO",
            "state": "Beni",
            "city": "Reyes",
            "zip_code": "8858",
            "street": "Av. Principal",
            "number": "5940"
        }
    },
    "order_id": "34545sk3483kqw0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "D-4-69279ad9-10d5-405f-67yt-4dc7de746a52",
    "amount": 100,
    "currency": "BOB",
    "payment_method_id": "CY",
    "payment_method_type": "TICKET",
    "payment_method_flow": "DIRECT",
    "country": "BO",
    "bank_transfer": {},
    "ticket": {
        "type": "CUSTOM",
        "number": "79656",
        "expiration_date": "2023-11-29T03:59:00.000+0000",
        "company_name": "Dlocal",
        "provider_logo": "https://static.dlocal.com/images/providers/pagoalpaso.png",
        "image_url": "https://pay.dlocal.com/gmf-apm/payments/M-a3825399-4a31-4de2-8765-e3d3a48...",
        "amount": 100,
        "currency": "BOB"
    },
    "created_date": "2023-11-23T13:58:04.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "34545sk3483kqw0",
    "notification_url": "http://merchantsite.com/notification/new"
}

Example ticket

Bank Transfer UI built with the information in the example above.

Pago al Paso UI built with the information in the example above.


Bank Transfer

Bank transfer is a service that allows customers to carry out bank transfers from bank accounts of any bank in Bolivia.

Capabilities

Bank Transfer
Min. amount1 BOB
Max. expiration time supported5 days
Notification delayUp to 1 business day
RefundsYes
FlowDIRECT
REDIRECT

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringBOB

Transaction currency in ISO 4217.
Yes
countryStringBO

Transaction country in ISO 3166.
Yes
payment_method_idStringIO

ID of the selected payment method.
Yes
payment_method_flowStringDIRECT or REDIRECTYes
payer.nameStringName of the payer.No
payer.emailStringEmail of the payer.No
payer.documentNumberDocument of the payer.Yes
order_idNumberID of the capture given by the merchant in their system. Think of it as an external ID of the capture.No
notification_urlStringNotifications will be sent in every change of status of a payment to the notification_url specified by the merchant.No

Examples

{
    "amount": 1000,
    "currency": "BOB",
    "country": "BO",
    "payment_method_id": "IO",
    "payment_method_flow": "DIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "janedoe@mymail.com",
        "document": "123456789",
        "address": {
            "country": "BO",
            "state": "Beni",
            "city": "Reyes",
            "zip_code": "8858",
            "street": "Av. Principal",
            "number": "5940"
        }
    },
    "order_id": "34545sk3483kqw0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "D-4-1fdce2c4-3779-4ba2-892c-8d8ddd5343cf",
    "amount": 1000,
    "currency": "BOB",
    "payment_method_id": "IO",
    "payment_method_type": "BANK_TRANSFER",
    "payment_method_flow": "DIRECT",
    "country": "BO",
    "bank_transfer": {
        "bank_account_type": "CHECKING",
        "bank_name": "Banco BCP",
        "bank_code": "BCP",
        "beneficiary_name": "Demerge Bolivia S.R.L.",
        "bank_account": "701-5096526-3-96",
        "bank_account_label": "Convenio / Cuenta de Destino",
        "reference": "10446649",
        "redirect_url": "https://pay.dlocal.com/gmf-apm/payments/M-9b3f73ae-9d6e-41c8-a08d-f7d40344f1a1",
        "user_payment_amount": 1000,
        "payment_instruction": "Realiza una transferencia a esta cuenta a través de tu home banking, o desde el banco desde el que prefieras operar, utilizando la referencia y el resto de los datos detallados más arriba.",
        "expiration_date": "2024-07-02T02:59:00.000+0000"
    },
    "ticket": {},
    "created_date": "2024-06-26T19:00:10.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "54d95e5a-8848-4f9b-acf7-800f25b2ca10",
    "notification_url": "http://merchantsite.com/notification/new"
}

Example ticket

Bank Transfer UI built with the information in the example above.

Bank Transfer UI built with the information in the example above.

QR Payments

The QR Payments in Bolivia allows payments to be made by scanning a QR code with a mobile phone.

It is a secure way to pay, promoted by ASFI to encourage financial inclusion and reduce costs. It works without the need for bank cards using mobile bank applications or digital payments.

Capabilities

QR Payments
Min. amount1 BOB
Max. expiration time supported5 days
Notification delayImmediate
RefundsYes
FlowDIRECT
REDIRECT

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringBOB

Transaction currency in ISO 4217.
Yes
countryStringBO

Transaction country in ISO 3166.
Yes
payment_method_idStringQR

ID of the selected payment method.
Yes
payment_method_flowStringDIRECT or REDIRECTYes
payer.nameStringName of the payer.No
payer.emailStringEmail of the payer.No
payer.documentNumberDocument of the payer.Yes
order_idNumberID of the capture given by the merchant in their system. Think of it as an external ID of the capture.No
notification_urlStringNotifications will be sent in every change of status of a payment to the notification_url specified by the merchant.Yes

Examples

{
    "amount": 100,
    "currency": "BOB",
    "country": "BO",
    "payment_method_id": "QR",
    "payment_method_flow": "DIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "janedoe@mymail.com",
        "document": "123456789",
        "address": {
            "country": "BO",
            "state": "Beni",
            "city": "Reyes",
            "zip_code": "8858",
            "street": "Av. Principal",
            "number": "5940"
        }
    },
    "order_id": "123456789",
    "callback_url": "http://merchantsite.com/success_page",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new"
}
{
    "id": "D-4-79c14dff-d2d6-4e74-8013-390126d5fe0f",
    "amount": 100,
    "currency": "BOB",
    "payment_method_id": "QR",
    "payment_method_type": "TICKET",
    "payment_method_flow": "DIRECT",
    "country": "BO",
    "bank_transfer": {},
    "ticket": {
        "type": "CUSTOM",
        "number": "5006783",
        "expiration_date": "2024-01-16T16:24:34.233+0000",
        "provider_logo": "https://static.dlocal.com/images/providers/atc.png",
        "image_url": "https://pay.dlocal.com/gmf-apm/payments/M-c3a48e74-f961-4f43-b883-6492d1112a12",
        "amount": 100,
        "currency": "BOB",
        "qr_code": "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..."
    },
    "created_date": "2024-01-11T12:49:34.000+0000",
    "status": "PENDING",
    "status_detail": "The payment is pending.",
    "status_code": "100",
    "order_id": "a05d59ca-6583-4727-947e-0b7e92247123",
    "notification_url": "http://merchantsite.com/notification/new"
}"

Example ticket

ATC QR UI built with the information in the example above.

QR Payments UI built with the information in the example above.