Bolivia
Market specifications
Take a look of all the payment methods available.
Country reference Cards supported APM supportedCards
Find all the information about the card supported capabilities.
Capabilities Process Card PaymentsAlternative Payments
Learn how to integrate cash, bank transfer or wallet payment.
Pago al Paso Bank Transfer QR payments Multipago Domicíliate (Recurring QR)Market specifications
Do you want to know more information about Bolivia's market? Go to the Tap Into Latin America’s High-Growth Potential article.
Country reference
country code | currency code | amount decimals | document name | document format | document required? |
|---|---|---|---|---|---|
BO | BOB | 2 | CI or NIT | Between 5 to 20 digits for CI and 7 to 10 (usually 9) digits for NIT. | Yes |
Cards supported
payment_method_id | Brand ID | Name | payment_method_type | Details | Allowed Flows | Logo |
|---|---|---|---|---|---|---|
CARD | VI | Visa | CARD | Credit Card | DIRECT REDIRECT | |
CARD | VD | Visa Debit | CARD | Debit Card | DIRECT REDIRECT | |
CARD | MC | Mastercard | CARD | Credit Card | DIRECT REDIRECT | |
CARD | MD | Mastercard Debit | CARD | Debit Card | DIRECT REDIRECT |
To offer all the card options that may be available in your integration, send the
payment_method_idasCARD.
Alternative Payment Method supported
payment_method_id | Name | payment_method_type | Details | Allowed Flows | Logo |
|---|---|---|---|---|---|
CY | Pago al Paso | TICKET | Cash payments | DIRECT REDIRECT | ![]() |
IO | Bank Transfer | BANK_TRANSFER | Bank Transfer | DIRECT REDIRECT | ![]() |
QR | QR Payments | QR | QR payments | DIRECT REDIRECT | ![]() |
CY | Multipago | TICKET | Cash payments | DIRECT 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 Credit | Visa Debit | Mastercard Credit | Mastercard Debit | |
|---|---|---|---|---|
| Minimum amount | 1 BOB | 1 BOB | 1 BOB | 1 BOB |
| Refunds | Yes | Yes | Yes | Yes |
| Recurring | No | No | No | No |
| Chargeback option | Yes | Yes | Yes | Yes |
| Chargeback Dispute option | Yes | Yes | Yes | Yes |
| Descriptor | Can 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. amount | 1 BOB |
| Max. expiration time supported | 5 days |
| Notification delay | Immediate |
| Refunds | Yes |
| Flow | DIRECT REDIRECT |
Request parameters
| Property | Type | Description | Mandatory? |
|---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | BOBTransaction currency in ISO 4217. | Yes |
country | String | BO Transaction country in ISO 3166. | Yes |
payment_method_id | String | CY ID of the selected payment method. | Yes |
payment_method_flow | String | DIRECT or REDIRECT | Yes |
payer.name | String | Name of the payer. | No |
payer.email | String | Email of the payer. | No |
payer.document | String | Document of the payer. | No |
order_id | String | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | No |
notification_url | String | Notifications 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": "[email protected]",
"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

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. amount | 1 BOB |
| Max. expiration time supported | 5 days |
| Notification delay | Up to 1 business day |
| Refunds | Yes |
| Flow | DIRECT REDIRECT |
Request parameters
| Property | Type | Description | Mandatory? |
|---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | BOBTransaction currency in ISO 4217. | Yes |
country | String | BO Transaction country in ISO 3166. | Yes |
payment_method_id | String | IO ID of the selected payment method. | Yes |
payment_method_flow | String | DIRECT or REDIRECT | Yes |
payer.name | String | Name of the payer. | No |
payer.email | String | Email of the payer. | No |
payer.document | String | Document of the payer. | Yes |
order_id | String | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | No |
notification_url | String | Notifications 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": "[email protected]",
"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.
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. amount | 1 BOB |
| Max. expiration time supported | 5 days |
| Notification delay | Immediate |
| Refunds | Yes |
| Flow | DIRECT REDIRECT |
Request parameters
| Property | Type | Description | Mandatory? |
|---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | BOBTransaction currency in ISO 4217. | Yes |
country | String | BO Transaction country in ISO 3166. | Yes |
payment_method_id | String | QR ID of the selected payment method. | Yes |
payment_method_flow | String | DIRECT or REDIRECT | Yes |
payer.name | String | Name of the payer. | No |
payer.email | String | Email of the payer. | No |
payer.document | String | Document of the payer. | Yes |
order_id | String | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | No |
notification_url | String | Notifications 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": "[email protected]",
"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": "iVBORw0KGgoAAAANSUhEUgAAAT8AAAE/CAYAAAAwpsSrAAAbE0lEQVR42u3dd6gcVRTAYbvG3sVeYyGIvWJEjUFB/UNFjS2xoMYusSAWECVGRUUsQWzYEWzYI7YoKgZbxN5IYsOusUeNV87APva9bJl9754yu78DD3SzdebONzPn3nvufIkgCKIHYz42AUEQ4EcQBAF+BEEQ4EcQBAF+BEEQ4EcQBAF+BEEQ4EcQBAF+BEEQ4EcQBAF+BEEQ4EcQBAF+BEEQ4EcQBAF+BEEQ4EcQBAF+BEEQ4EcQBAF+BEEQ4EcQBPgRBEGAH0EQBPgRBEGAH0EQBPgRBEGAX7kPmm++7H/N3r/M53b6nKE8X/v7WP7eMo8P5bUan6Xx/trvo7Gvcx2nlsc1+IEf+IEf+IEf+IEf+IFfRfGzfB+Ng08b7Fyoa7ynRmPPdXLLdRBrwBB5X2icTLx8AD/wAz/wAz/wAz/wAz/wC4if9kEQbUdpHBBeUOX6LK/cnnY+VTvPFwEVy5MP+IEf+IEf+IEf+IEf+IEf+KkOY/Hq6tc44DQOIMtGHSFfO5T393pt1XOu4Ad+4Ad+4Ad+4Ad+4Ad+PY6fV97IMudkeUDn+g4RwIg8u0ij/UQY6gJ+4Ad+4Ad+4Ad+4Ad+4Ad+Lvke7SEDlo3dcpiG5W/MdaDnaocRZoRoFCewvNCw9AH8wA/8wA/8wA/8wA/8wC8IftG64nmcx3k87wmKen7gx+M8Dn7gB348zuPg14P4RcgpaudUcuWitMuTa5y4ouV9o5V1t8w3e+XtKmcG+IEf+IEf+IEf+IEf+IGfPVTaI9a1G4X2amZepfS1T0ReK+ZVZYaH9nCbKp4QwA/8wA/8wA/8wA/8wA/8AuKnfZB51QL0moCuPelcu1y9JajaRRdybTeNHKd2HrrK+ULwAz/wAz/wAz/wAz/wAz9F/CzrhGnkoqJNQNfYbpYr6WnnxnLlXzVO8l6LjXsddz2f8wM/8AM/8AM/8AM/8AM/ytjrNkbLoQdeK555nTS0f1fVD3Sv+n8RVl0DP/ADP/ADP/ADP/ADP/DrEfw0GmCEYRQa+adoC4BH2/65trl2e9BArioXAl77DvzAD/zAD/zAD/zAD/zALwh+GgeTdk7Rq7FYNnbL52jvR8tJ/Br7yOsE5ZXbBj/wAz/wAz/wAz/wAz/w6wL8LCdne9V+y5XH8jpRaOfkLKG1LOqQCyrt367RzjVyyeAHfuAHfuAHfuAHfuAHfl2W89M4gCx3VNXr+UXDxrJ+oeVJWOPkY1lTUPukCn7gB37gB37gB37gB37g18U5P+0D13JyueVfhEYUbRJ8hKEi0XLP2u1c4+QDfuAHfuAHfuAHfuAHfuDXZfh5levWOJi0c3KWB0e0nE2EuoPaMx4s21K0FeFc+h7AD/zAD/zAD/zAD/zAD/zs8dPYORFyihEWprbMD2nnwDT2SwTAvPLrEfYX+IEf+IEf+IEf+IEf+IFfF+OXa6dFONAth9Jo/JYIKGp8/2hDirRnhORqk5b7AvzAD/zAD/zAD/zAD/zAr8vw08ifVWWyvtci7drbyhK5CHkpr6UYvI4vy5Me+IEf+IEf+IEf+IEf+IFfRfGz3ACW+S3tA7Eqv7cquahc279bCxVEWKIB/MAP/MAP/MAP/MAP/MCvC/Dzyvnlyj9FWLQ58upnGqhobGfLfe11XGhsZy/gwQ/8wA/8wA/8wA/8wA/8guOnjYflAaGd39JoXBEmu2u0B6/hQhrt03LpA8s2Rhl78AM/8AM/8AM/8AM/8AM/sxLyljXeLCd8a9e0i3ASsGwzlrMcNI4v7edHWPAc/MAP/MAP/MAP/MAP/MCvQvhpbIBuqh3oNfxBe0hFhPyudp5P+7do5GJznVSjggd+4Ad+4Ad+4Ad+4Ad+4OcclpPXLct1W8ITYbU3DVQ0toPld/NarU57hb0INSzBD/zAD/zAD/zAD/zAD/wC5vw0Gotl7iTCMBbLAyXaLAqvoS5esxwsT3raJ/BI+T/wAz/wAz/wAz/wAz/wA7+gub1ok/tzvU/kmRlD+f5eDdyr/UQrhKB9svKqfQh+4Ad+4Ad+4Ad+4Ad+4BccP6+cgdcO8RruYZk7tNzOXqu6RVvNzGtx8sg5fvADP/ADP/ADP/ADP/ADP0f8vFZd0/5u2quoWW7PCPBrY2+5yl+Ek6d2m7ScPQN+4Ad+4Ad+4Ad+4Ad+4Fch/CIswuxVX9BrmIDlhHXLmR+WuWSvoSIRhqhYtjfwAz/wAz/wAz/wAz/wA78exC/a4skRavh5bRPtPGi02Qka+VrLthH5BOi96h34gR/4gR/4gR/4gR/4gZ8DfpbDDaqyipcGGBoNNvISBEPJM0U46DWGCHkVmQA/8AM/8AM/8AM/8AM/8OvBGR4akHjVGLPMc0RYJczrYNXOH2vsU8ucYoSV9yhjD37gB37gB37gB37gB349iJ/2AW05fCbCgeg1BEMjD2d5crM8iUWrBViVWozgB37gB37gB37gB37gB37k/FxmAOTKq0Uo8BAtD6pxgtLORVVlqIj2UCPtcvvgB36VxW+ttdZKBxxwQLr88sv7Hvvvv//SX3/9lX7//ff0xx9/FP8tj0nIc+U1iy66aFpooYXS/PPPD37gB37gVz38fvvtt3ke+/DDD9M+++xT4Lbkkkum/fffP7311lt9AMprnn322TR+/Pi0/vrrp2HDhqUFFlgA/MCvu/DTLtluiYdX/TlL+IcaP//8c9puu+36YbbgggumHXbYIX3//fdNX7fZZpulJZZYorgS9Dp5WuZZvZC2LErR8zk/8Ost/G666aYCsYGfsfLKK6c77rij6es++OCDNGHChLTuuuuCH/iBH/hVD79jjz02LbLIIvN8htz+nnbaaS1fK7nB+++/H/zAr1r45dp42qW+vT7XaxjIUBrm2LFj05tvvtnRbx4zZkxaeOGF5/lOkteT9ysT06dPT+PGjUvLL798thOpxv7KdXLzyr15DYcBP/ALj9+MGTNK/9Y5c+akr7/+Ou23334N8VtsscWKjo/PP/+8YSdJo88++eSTwQ/8wA/87PFrF3Pnzk1fffVVevnll9Ptt9+ezjrrrKL3tlHPrTwmQ1yOP/74NHny5DR16tQCwn///bfp+3/55ZfgB37Vwk8DGO1F0bVB1TjIcgMpeTm53Zw1a1bbz/vuu+/Sk08+mc4888y0xRZbFOP2yn62XBluvPHG6dRTTy3e44cffmj6OTNnziy+k3w37cn00WoTei1xoD1bCPzALxR+0kmx2267tc3xyVg9Gcc3adKkNGLEiGIs32APRHmtDHG56qqr0meffdYyBzhq1Kh+HSngB37gB35D3s4ytm699dZLDzzwQNvPeeedd4pb1xVXXHGeqzl5D7kKbASi5Pzk3zbaaKPiv+v/bc0110znn39+cZXXLB588MHi/WszQsAP/CqV88uFhzZOuXI8GrNeNPCWcXly+ypDTVqF5OBOP/30ohe29trFF188jRw5Mp1xxhnptttuS/fcc09aaqml5vmuq666arr11luLf5fPkoHQ9Vdyq6++epo4cWLRaWK5fy1zh14gRSsIAX7gFwI/6YjYfPPN00cffdT2dveuu+5Kw4cP7wea5O2k8+LXX38tnvPLL7+klVZaaZ7vKh0h0sEhMXv27DRlypS+4Sy152y44YbFQGiZDwx+4Ad+4KeKn1y5XXrppW2f/+2336YTTjih75Z22WWXTeeee26Rq6vN2a0hKdDVFyyQ/9500037XVlKL6/M6jjllFP6AJTn7bXXXumNN94AP/CrDn6WE+u1V9bSBtKrcQ18jWAjULXqbKjFtGnT0ujRo/teK4UL6osV1MdOO+3Ub7iLgCmdKY2uJt9777106KGH9kP1zjvvbPt9mlWDscyr5coxRyh1H2GIEPiBnxl+As5xxx3XELCB8fjjj6ctt9yy77UXXnhh+vHHHxs+V8pWSTGD2nNlGMzhhx/e8Ln//PNPeuyxx9LWW2/dd3v88MMPt/0+zXqZwQ/8wA/82r5WUJLSUmXi0UcfLYal1F57wQUXNB2fJzMz6nGSDpWzzz676XtLJZiHHnooXXTRRcXcXhlD2C4G9hiDH/iFyPlp5OQsy4Rr71jtGTBl30dmXJSZaiYhnRpyO1t77e677950TODFF1/cb4rbMsssk66++uqW7y+dHH..."
},
"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

QR Payments UI built with the information in the example above.
Multipago
Multipago 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
| Multipago | |
|---|---|
| Min. amount | 1 BOB |
| Max. expiration time supported | 5 days |
| Notification delay | Immediate |
| Refunds | Yes |
| Flow | DIRECT REDIRECT |
Request parameters
| Property | Type | Description | Mandatory? |
|---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | BOBTransaction currency in ISO 4217. | Yes |
country | String | BO Transaction country in ISO 3166. | Yes |
payment_method_id | String | CY ID of the selected payment method. | Yes |
payment_method_flow | String | DIRECT or REDIRECT | Yes |
payer.name | String | Name of the payer. | No |
payer.email | String | Email of the payer. | No |
payer.document | String | Document of the payer. | No |
order_id | String | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | No |
notification_url | String | Notifications will be sent in every change of status of a payment to the notification_url specified by the merchant. | No |
Examples
{
"amount": "40",
"currency": "BOB",
"country": "BO",
"payment_method_flow": "DIRECT",
"payment_method_id": "CY",
"payer": {
"name": "Dante Antonio Vargas Aracena",
"email": "[email protected]",
"document": "1111111111"
},
"order_id": "#34545sk3483kqw1",
"notification_url": "http://merchantsite.com/notification/new",
"callback_url": "http://merchantsite.com/success_page"
}
{
"id": "D-4-5d83cc9e-d6f0-48d7-9791-5ca2286b6a2f",
"amount": 40,
"currency": "BOB",
"payment_method_id": "CY",
"payment_method_type": "TICKET",
"payment_method_flow": "DIRECT",
"country": "BO",
"bank_transfer": {},
"ticket": {
"type": "CUSTOM",
"number": "100052",
"expiration_date": "2025-06-09T03:59:59.000+0000",
"provider_logo": "https://static.dlocal.com/images/providers/multipago.png",
"image_url": "https://sandbox.dlocal.com/gmf-apm/payments/M-28f82c86-7883-4b55-b759-9ea1ee...",
"amount": 40,
"currency": "BOB"
},
"created_date": "2025-06-06T11:52:57.000+0000",
"status": "PENDING",
"status_detail": "The payment is pending.",
"status_code": "100",
"order_id": "#34545sk3483kqw1",
"notification_url": "http://merchantsite.com/notification/new"
}Example ticket

Multipago UI built with the information in the example above.
Domicíliate (Recurring QR)
Domicíliate is a payment method in Bolivia that allows users to enroll in a subscription system for a fixed amount.
Users enroll by scanning an interoperable QR code from their banking app, and then monthly debits are made for the agreed amount.
Capabilities
| Multipago | |
|---|---|
| Min. amount | 1 BOB |
| Notification delay | Inmediate |
| Refunds | No |
| Expiration time | End of day |
| Flow | DIRECT REDIRECT |
One time user enrollment
This is the API request that is used to create an enrollment in Domicíliate. The flow doesn’t support enrollment without payment.
| Property | Type | Description | Mandatory? |
|---|---|---|---|
amount | Number | Amount to be charged. | Yes |
currency | String | BOBTransaction currency in ISO 4217. | Yes |
country | String | BO Transaction country in ISO 3166. | Yes |
payment_method_id | String | QL ID of the selected payment method. | Yes |
payment_method_flow | String | DIRECT or REDIRECT | Yes |
payer.name | String | Name of the payer. | Yes |
payer.email | String | Email of the payer. | No |
payer.phone | String | Phone of the payer. | No |
enrollment.external_id | String | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | Yes |
enrollment.type | String | Possible options include: MERCHANT_SUBSCRIPTION: For subscriptions with future recurring payments initiated by the merchant. | Yes |
enrollment.description | String | Enrollment description. | No |
enrollment.notification_url | String | Notifications will be sent in every change of status of a enrollment to theenrollment.notification_url specified by the merchant. | Yes |
order_id | Number | ID of the capture given by the merchant in their system. Think of it as an external ID of the capture. | Yes |
description | String | Description of the items purchased | No |
notification_url | String | Notifications will be sent in every change of status of a payment to thenotification_url specified by the merchant. | Yes |
Sample request
{
"amount":100,
"currency":"BOB",
"country":"BO",
"payment_method_id":"QL",
"payment_method_flow":"DIRECT",
"payer":{
"name":"Beni Reyes",
"email":"[email protected]",
"phone":"71234567"
},
"enrollment":{
"external_id":"abc6db7b-353d-45a5-947f-c13db93eb264",
"type":"MERCHANT_SUBSCRIPTION",
"description":"Domicíliate subscription",
"notification_url":"http://merchantsite.com/en_notifications",
"subscription":{
"start_date":"2026-12-10",
"frequency":"MONTHLY",
"amount":{
"type":"FIXED",
"value":100
}
}
},
"order_id":"34545sk3483kqw0",
"description":"Tshirt",
"notification_url":"http://merchantsite.com/notifications"{
"id": "D-4-x1ku59mv-jupq33upb577v8-8l5mmfc5uq84",
"amount": 100,
"currency": "BOB",
"payment_method_id": "QL",
"payment_method_type": "TICKET",
"payment_method_flow": "DIRECT",
"country": "BO",
"bank_transfer": {},
"ticket": {
"type": "CUSTOM",
"expiration_date": "2026-04-26T03:59:59.000+0000",
"company_name": "Test",
"provider_name": "Test",
"provider_logo": "https://static.dlocal.com/images/providers/linkser.svg",
"amount": 100,
"qr_code": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAADwCAYAAAA+VemSAAA"
},
"created_date": "2026-04-17T21:32:15.000+0000",
"status": "PENDING",
"status_detail": "The payment is pending.",
"status_code": "100",
"order_id": "34545sk3483kqw0",
"notification_url": "http://merchantsite.com/notifications",
"enrollment": {
"id": "E-4-f13187da-1269-42bc-a632-d5c1b339bab5",
"external_id": "abc6db7b-353d-45a5-947f-c13db93eb264",
"created_date": "2026-04-17T21:32:17.696+0000",
"status": "PENDING",
"status_code": "100",
"status_details": "The enrollment is pending."
}{
"id": "D-4-x1ku59mv-jupq33upb577v8-8l5mmfc5uq84",
"external_id": "abc6db7b-353d-45a5-947f-c13db93eb264",
"currency": "BOB",
"country": "BO",
"type": "MERCHANT_SUBSCRIPTION",
"payment_method_id": "QL",
"payment_method_flow": "DIRECT",
"payment_method_type": "TICKET",
"created_date": "2026-02-26 T10:22:03.000+0000",
"status": "ACTIVE",
"status_detail": "The enrollment is active.",
"status_code": "200",
"notification_url": "http://merchantsite.com/en-notifications"
}{
"id": "D-4-x1ku59mv-jupq33upb577v8-8l5mmfc5uq84",
"amount": 100,
"status": "PAID",
"status_detail": "The payment is paid",
"status_code": "200",
"currency": "BOB",
"country": "BO",
"payment_method_id": "QL",
"payment_method_flow": "DIRECT",
"payment_method_type": "TICKET",
"payer": {
"name": "Beni Reyes",
"email": "[email protected]",
"phone": "71234567"
},
"enrollment": {
"id": "E-4-f13187da-1269-42bc-a632-d5c1b339bab5",
"external_id": "abc6db7b-353d-45a5-947f-c13db93eb264"
},
"order_id": "34545sk3483kqw0",
"notification_url": "http://www.merchantsite.com/notifications",
"created_date": "2024-07-26T20:37:20.000+0000"
}Example ticket

Domicíliate voucher built with the information in the example above.
Recurring payments
Payments must be made once per month before or on the debit date (the same day in subsequent months following enrollment). The payment will be executed by the network on the debit date.
Example:
- Enrollment: February 26, 2026
- Merchant sends payment request: March 25, 2026
- Payment remains pending and is executed on March 26, 2026.
Sample request
{
"amount": 1,
"currency": "BOB",
"country": "BO",
"payment_method_id": "QL",
"payment_method_flow": "DIRECT",
"payer": {
"name": "Beni Reyes",
"email": "[email protected]",
"phone": "71234567"
},
"enrollment": {
"id": "E-4-f13187da-1269-42bc-a632-d5c1b339bab5"
},
"order_id": "34545sk3483kqw0",
"description": "Tshirt",
"notification_url": "http://merchantsite.com/notifications",{
"id": "D-4-x1ku59mv-jupq33upb577v8-8l5mmfc5uq86",
"amount": 1,
"currency": "BOB",
"payment_method_id": "QL",
"payment_method_type": "TICKET",
"payment_method_flow": "DIRECT",
"country": "BO",
"created_date": "2026-03-26 T10:22:03.000+0000",
"status": "PENDING",
"status_detail": "The payment is pending.",
"status_code": "100",
"order_id": "34545sk3483kqw0",
"notification_url": "http://merchantsite.com/notifications"
}{
"id": "D-4-x1ku59mv-jupq33upb577v8-8l5mmfc5uq86",
"amount": 100,
"status": "PAID",
"status_detail": "The payment is paid",
"status_code": "200",
"currency": "BOB",
"country": "BO",
"payment_method_id": "QL",
"payment_method_flow": "DIRECT",
"payment_method_type": "TICKET",
"payer": {
"name": "Beni Reyes",
"email": "[email protected]",
"phone": "71234567"
},
"enrollment": {
"id": "E-4-f13187da-1269-42bc-a632-d5c1b339bab5",
"external_id": "abc6db7b-353d-45a5-947f-c13db93eb264"
},
"order_id": "34545sk3483kqw0",
"notification_url": "http://www.merchantsite.com/notifications",
"created_date": "2024-07-26T20:37:20.000+0000"
}Updated 14 days ago




