Nicaragua
Learn about the dLocal supported payment methods in Nicaragua.
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 PaymentsMarket specifications
Do you want to know more information about Nicaragua's market? Go to the Tap Into Latin America’s High-Growth Potential article.
Country reference
| countrycode | currencycode | amountdecimals | documentname | documentformat | documentrequired? | 
|---|---|---|---|---|---|
| NI | NIO | 2 | DNI | 14 digits (13 numbers, 1 letter) | Yes | 
Cards supported
| payment_method_id | Brand ID | Name | payment_method_type | Details | Allowed Flows | Logo | 
|---|---|---|---|---|---|---|
| CARD | VI | Visa | CARD | Credit Card | DIRECTREDIRECT | |
| CARD | MC | Mastercard | CARD | Credit Card | DIRECTREDIRECT | |
| CARD | JC | JCB | CARD | Credit Card | DIRECTREDIRECT | |
| CARD | AE | American Express | CARD | Credit Card | DIRECTREDIRECT | |
| CARD | DI | Discover | CARD | Credit Card | DIRECTREDIRECT | |
| CARD | DC | Diners | CARD | Credit Card | DIRECTREDIRECT | 
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 | 
|---|---|---|---|---|---|
| PU | PuntoXpress | TICKET | Cash payment | DIRECTREDIRECT |  | 
Cards
Capabilities
| Visa Credit | Mastercard Credit | JCB | American Express | Discover | Diners | |
|---|---|---|---|---|---|---|
| Refunds | Yes | Yes | Yes | Yes | Yes | Yes | 
| Recurring | Yes | Yes | Yes | Yes | Yes | Yes | 
| Chargeback option | Yes | Yes | Yes | Yes | Yes | Yes | 
| Chargeback Dispute option | Yes | Yes | Yes | Yes | Yes | Yes | 
| Descriptor | Merchant name | Merchant name | Merchant name | Merchant name | Merchant name | Merchant name | 
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
PuntoXpress
A cash-collection company with a presence in several Central American countries.
They help customers cash in or make deposits on any of our affiliated venues which consist of very popular supermarkets, pharmacies, and even gas stations.
Capabilities
| PuntoXpress | |
|---|---|
| Min. amount | 1.5 NIO | 
| Max. expiration time supported | 5 days | 
| Notification delay | Immediate | 
| Refunds | Yes | 
| Flow | DIRECTREDIRECT | 
Request parameters
| Property | Type | Description | Mandatory? | 
|---|---|---|---|
| amount | Number | Amount to be charged. | Yes | 
| currency | String | NIOTransaction currency in ISO 4217. | Yes | 
| country | String | NITransaction country in ISO 3166. | Yes | 
| payment_method_id | String | PUID of the selected payment method. | Yes | 
| payment_method_flow | String | DIRECTorREDIRECT | Yes | 
| payer.name | String | Name of the payer. | Yes | 
| payer.email | String | Email of the payer. | Yes | 
| 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_urlspecified by the merchant. | No | 
Examples
{
    "amount": 20,
    "currency": "NIO",
    "country": "NI",
    "payment_method_id": "PU",
    "payment_method_flow": "DIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "12345678901",
        "address": {
            "country": "NI",
            "state": "Managua",
            "city": "Managua",
            "zip_code": "11012",
            "street": "Calle Principal",
            "number": "2345"
        }
    },
    "order_id": "34545sk3483kqw0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "D-4-457a4909-4f5f-4973-121e8-f852795m46da",
    "amount": 20,
    "currency": "NIO",
    "payment_method_id": "PU",
    "payment_method_type": "TICKET",
    "payment_method_flow": "DIRECT",
    "country": "NI",
    "bank_transfer": {},
    "ticket": {
        "type": "CUSTOM",
        "number": "132073",
        "expiration_date": "2023-06-18T05:59:00.000+0000",
        "id": "1100347444581",
        "company_name": "puntoxpress",
        "provider_name": "puntoxpress",
        "provider_logo": "https://static.dlocal.com/images/providers/LogoPuntoxpressSVNI.png",
        "image_url": "https://pay.dlocal.com/gmf-apm/payments/M-67ffaf85-3872-41af-9186-cabc5b1e45aa",
        "amount": 20,
        "currency": "NIO"
    },
    "created_date": "2023-06-13T20:19:20.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

PuntoXpress UI built with the information in the example above.
User Interface Tips UI
If you are using this payment method through a DIRECT integration, follow the tips below in order to make it easier for your customers to complete payments, boosting your conversion rates.
| Element | Tip | 
|---|---|
| Ticket Number | It is the number that payers must dictate to the cashiers in order to complete payment. Name it "Referencia". | 
| Currency and Amount | Should be relevant elements in the ticket. Users need to have that information very clearly. | 
| Currency Symbol | $ | 
| Expiration date | Display this element clearly and visible enough. In Nicaragua, the date format is DD/MM/YYYY. | 
| Payment instructions | Although most users are familiarized with PuntoXpress, it is a good practice to help those who are not. The image above is an example of instructions, but if needed, our team will be happy to help you with more personalized instructions. | 
| Save button | It helps users to have their tickets always on their phones, making it needless to take notes or keep the browser open. | 
| Print button | It is useful for some users who need to have their tickets printed. | 
Updated 2 months ago
