> For the complete documentation index, see [llms.txt](https://docs.pandablue.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pandablue.com/deposits/payment-methods/america/honduras.md).

# Honduras

{% hint style="warning" %}
*At the moment, the payment methods listed for Honduras are only available for certain industries. Please contact your Account Manager to learn more about eligibility and available options for your business.*\
\
*Additionally, please note that PayPal is currently down due to operational issues. We’re working to resolve this and appreciate your patience.*
{% endhint %}

## Payment Methods

<table><thead><tr><th>Icon</th><th width="171">payment_method</th><th>Name</th><th width="142">Flow</th><th width="146">payment_type</th><th width="180">Available for test</th><th>iFrame supported</th></tr></thead><tbody><tr><td><img src="/files/ZFWbnSAqyG0Z9XrFGuVe" alt="" data-size="line"></td><td><code>PPL</code></td><td>PayPal</td><td><code>REDIRECT</code><br><code>ONE_SHOT</code></td><td>VOUCHER</td><td>Yes</td><td>Yes</td></tr><tr><td><img src="/files/9SAaa4k4KD5Ly6tixOMy" alt="" data-size="original"></td><td><code>TMO</code></td><td>Tigo Money</td><td><code>REDIRECT</code></td><td>WALLET</td><td>Yes</td><td>Yes</td></tr><tr><td><img src="/files/6rIlkGzaESeCzoSPIcSY" alt="" data-size="original"></td><td><code>FIC</code></td><td>Ficohsa</td><td><code>REDIRECT</code></td><td>VOUCHER</td><td>Yes</td><td>Yes</td></tr></tbody></table>

{% hint style="success" %}
Use the [Payment Methods Endpoint](broken://pages/-M7hYgDIPRyR1p3XGmws) to retrieve the Payment Methods' types, logos and more details.
{% endhint %}

### Fields required for the OneShot Experience

| Payment Method Name | country | amount | payer\[] | payment\_method |
| ------------------- | :-----: | :----: | :------: | :-------------: |
| All                 |   Yes   |   Yes  |    Yes   |       Yes       |

###

### Payer object requirements

| Payment Method Name | document | email | first\_name | last\_name |
| ------------------- | :------: | :---: | :---------: | :--------: |
| All                 |    Yes   |  Yes  |     Yes     |     Yes    |

{% hint style="success" %}
Other fields not in these lists are optional.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pandablue.com/deposits/payment-methods/america/honduras.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
