> 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/guides/deposits/payment-methods/america/paraguay.md).

# Paraguay

### Country specifications

<table><thead><tr><th align="center">country code</th><th align="center">currency code</th><th width="137.60546875" align="center">amount decimals</th><th>document name</th><th width="149.94921875">document format</th><th align="center">document required?</th></tr></thead><tbody><tr><td align="center"><code>PY</code></td><td align="center"><code>PYG</code> and <code>USD</code></td><td align="center">2</td><td>CIC</td><td>Length between 6 to 8 characters</td><td align="center">Yes</td></tr></tbody></table>

***

### Payment Methods available

<table><thead><tr><th width="95.43359375">Logo</th><th width="160.4453125" align="center">payment_method</th><th width="188.9140625">Name</th><th width="174.7421875">Payment Type		</th><th>Flows<select multiple><option value="pCbcnZH46RBX" label="Redirect" color="blue"></option><option value="YQGi1FrfU92Q" label="Embedded" color="blue"></option></select></th></tr></thead><tbody><tr><td><div><figure><img src="/files/gdwfvfubRsBW3TBKejI7" alt=""><figcaption></figcaption></figure></div></td><td align="center"><code>VI</code></td><td>Visa</td><td><code>CREDIT_CARD</code></td><td></td></tr><tr><td><div><figure><img src="/files/kFcv4aKJ7rzHzgZ5jzYo" alt=""><figcaption></figcaption></figure></div></td><td align="center"><code>VD</code></td><td>Visa Debito</td><td> <code>DEBIT_CARD</code></td><td></td></tr><tr><td><div><figure><img src="/files/2sesADdSWmJUo1L9yxXt" alt=""><figcaption></figcaption></figure></div></td><td align="center"><code>MC</code></td><td>Mastercard </td><td><code>CREDIT_CARD</code></td><td></td></tr><tr><td><div><figure><img src="/files/3gskxQoT7XxknszGE8Cy" alt=""><figcaption></figcaption></figure></div></td><td align="center"><code>MD</code></td><td>Mastercard Debito</td><td><code>DEBIT_CARD</code></td><td></td></tr></tbody></table>

#### Fields required for the [OneShot](/guides/deposits/solutions/oneshot.md) solution <a href="#fields-required-for-the-oneshot-experience" id="fields-required-for-the-oneshot-experience"></a>

<table data-header-hidden><thead><tr><th width="230.625">Payment Method Name</th><th width="99.52734375" align="center">country</th><th width="109.91796875" align="center">amount</th><th width="109.78515625" align="center">payer[]</th><th width="150.27734375" align="center">payment_method</th></tr></thead><tbody><tr><td><strong>Payment method name</strong></td><td align="center"><strong><code>country</code></strong></td><td align="center"><strong><code>amount</code></strong></td><td align="center"><strong><code>payer[]</code></strong></td><td align="center"><strong><code>payment_method</code></strong></td></tr><tr><td>All</td><td align="center">Yes</td><td align="center">Yes</td><td align="center">Yes</td><td align="center">Yes</td></tr></tbody></table>

#### `payer[]` object requirements <a href="#payer-object-requirements" id="payer-object-requirements"></a>

<table data-header-hidden><thead><tr><th width="230.6015625">Payment Method Name</th><th width="100.12109375" align="center">document</th><th align="center">email</th><th align="center">first_name</th><th align="center">last_name</th></tr></thead><tbody><tr><td><strong>Payment method name</strong></td><td align="center"><strong><code>document</code></strong></td><td align="center"><strong><code>email</code></strong></td><td align="center"><strong><code>first_name</code></strong></td><td align="center"><strong><code>last_name</code></strong></td></tr><tr><td>All</td><td align="center">Yes</td><td align="center">Yes</td><td align="center">Yes</td><td align="center">Yes</td></tr></tbody></table>

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

{% hint style="info" %}

### If any of the required fields are missing the `HOSTED` flow will be triggered

In that case you will receive the `HOSTED` value in the `checkout_type` parameter.\
You will have to redirect the user to the `redirect_url`
{% 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/guides/deposits/payment-methods/america/paraguay.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.
