Honduras

Learn about the dLocal supported payment methods in Honduras.

Market specifications

Take a look of all the payment methods available.

Country reference Cards 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.

Tengo


Market specifications

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

Country reference

country codecurrency codedocument namedocument formatdocument required?
HNHNLDNI13 digitsYes

Cards supported

payment_method_idBrand IDNamepayment_method_typeDetailsAllowed FlowsLogo
CARDVIVisaCARDCredit CardDIRECT REDIRECT
CARDMCMastercardCARDCredit CardDIRECT REDIRECT
CARDJCJCBCARDCredit CardDIRECT REDIRECT
CARDAEAmerican ExpressCARDCredit CardDIRECT REDIRECT
CARDDIDiscoverCARDCredit CardDIRECT REDIRECT
CARDDCDinersCARDCredit CardDIRECT 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
PUTengoTICKETCash Payment ​DIRECT REDIRECT

Cards

Capabilities

Visa CreditMastercard CreditJCBAmerican ExpressDiscoverDiners
RefundsYesYesYesYesYesYes
RecurringYesYesYesYesYesYes
Chargeback optionYesYesYesYesYesYes
Chargeback Dispute optionYesYesYesYesYesYes
DescriptorMerchant nameMerchant nameMerchant nameMerchant nameMerchant nameMerchant 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

Tengo

A cash-collection company with a presence in several Central American countries, they have a network of 7,000+ payment points at a regional level in Central America. 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

Tengo
Min. amount1 HNL
Max. expiration time supported30 days
Notification delayImmediate
RefundsYes
FlowDIRECT
REDIRECT

Request parameters

PropertyTypeDescriptionMandatory?
amountNumberAmount to be charged.Yes
currencyStringHNL

Transaction currency in ISO 4217.
Yes
countryStringHN

Transaction country in ISO 3166.
Yes
payment_method_idStringPU

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": 10,
    "currency": "HNL",
    "country": "HN",
    "payment_method_id": "PU",
    "payment_method_flow": "DIRECT",
    "payer": {
        "name": "Jane Doe",
        "email": "[email protected]",
        "document": "1234567890123",
        "address": {
            "country": "HN",
            "state": "Tegucigalpa",
            "city": "Tegucigalpa",
            "zip_code": "8858",
            "street": "Main St.",
            "number": "540"
        }
    },
    "order_id": "34545sk3483kqw0",
    "description": "Tshirt",
    "notification_url": "http://merchantsite.com/notification/new",
    "callback_url": "http://merchantsite.com/success_page"
}
{
    "id": "D-4-852ec3b5-342w-47ac-a3de-03d59c24b80a",
    "amount": 10,
    "currency": "HNL",
    "payment_method_id": "PU",
    "payment_method_type": "TICKET",
    "payment_method_flow": "DIRECT",
    "country": "HN",
    "bank_transfer": {},
    "ticket": {
        "type": "CUSTOM",
        "number": "186191",
        "expiration_date": "2024-04-23T05:59:00.000+0000",
        "id": "1331958178076",
        "company_name": "tengo pagos",
        "provider_name": "puntoxpress",
        "provider_logo": "https://static.dlocal.com/images/providers/LogoPuntoxpressHNTengo.png",
        "image_url": "https://pay.dlocal.com/gmf-apm/payments/M-96fd147d-b5c2-4re3-9558-0df1d158fbfd",
        "amount": 10,
        "currency": "HNL"
    },
    "created_date": "2024-04-17T15:37:59.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

Tengo UI built with the information in the example above.

Tengo UI built with the information in the example above.