Skip to main content

ColombiaHonduras

Honduras has rapidly embraced digital financial solutions, with Tigo Money standing out as the country’s leading mobile wallet.

This cash-based digital solution is widely adopted across Honduras, offering a practical and accessible payment channel for both businesses and users.

🖥️ Payment Interface Preview

tip

Please note that the process is always the same, before processing the transaction you must create the order, here is an example of the body for this country.

{
"country": "HND",
"origin": "api",
"amount": "30",
"email": "test@gmail.com"
}

Pay In

Cash

Type TransactionType PaymentPayment MethodSupported ProvidersLogos
cashincashtigo_moneyTigoMoneyAkisi

Complete transaction - Body (Sample Request)

{
"hash": "U2FsdGVkX19oU6%....",
"paymentMethod" : "tigo_money",
"typePayment" : "cash",
"typeTransaction":"cashin",
"description" : "Test order",
"customer": {
"typeDocument":"DNI",
"document" : "1234567890",
"name": "Juan",
"lastName":"Pérez",
"phoneNumber":"3133133131"
},
"address": {
"line1": "123 First Street",
"line2": "",
"countryCode": "US",
"stateProvince": "FL",
"city": "Orlando",
"postalCode": "32830"
},
}

Wallet

Paypal

This endpoint allows you to initiate a payment process with PayPal through our API.
We will generate a checkout URL where the customer can be redirected to securely complete the payment process.

Complete transaction - Body (Sample Request)

{
"hash": "U2FsdGV...",
"paymentMethod": "paypal",
"typePayment": "wallet",
"typeTransaction": "walletin",
"merchantId": "564153131",
"urlReturn": "https://google.com",
"urlRejected": "https://youtube.com",
"urlWebhook": "https://webhook/ok"
}

Aditional Notes

  • The merchant must redirect the user to the payer-action URL immediately after receiving the response.
  • Do not rely solely on user redirection to confirm the payment; always validate the final payment status using the webhook.

Limits

💡 Note: The values expressed in this "Limits" section are in USD.

Cash

MinimumMaximumMin. Daily TransactionsMax. Daily Transactions
2 USD1.000 USDNo limits apply9.999

Bank Transfer

MinimumMaximumMin. Daily TransactionsMax. Daily Transactions
2 USD1.000 USDNo limits apply9.999

💰 Fees & Rates

These are the applicable processing fees (before VAT) for transactions in Honduras, grouped by payment method.

Payment MethodTypeProvidersFee
📲 APMsCash InTigo Money3.5% + 0.10 USD - min 1 USD

💡 Note: All fees are expressed in USD and exclude VAT.