# Paraguay

## Payment Methods

|                                                                                                  Icon                                                                                                 | payment\_method | Name       |    Flow    | Payment Type | Available for test | Iframe supported |
| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------: | ---------- | :--------: | :----------: | :----------------: | :--------------: |
| [<img src="https://content.gitbook.com/content/7aIgg5dys0yN8otrASQq/blobs/4ov7wR6QvDhkhgIC737A/VI.svg" alt="" data-size="line">](https://resources.directa24.com/cashin/payment_method/square/VI.svg) |       `VI`      | Visa       | `REDIRECT` | CREDIT\_CARD |         Yes        |        Yes       |
| [<img src="https://content.gitbook.com/content/7aIgg5dys0yN8otrASQq/blobs/xwfpw5l9OzXbYpMOZvoF/MC.svg" alt="" data-size="line">](https://resources.directa24.com/cashin/payment_method/square/MC.svg) |       `MC`      | MasterCard | `REDIRECT` | CREDIT\_CARD |         Yes        |        Yes       |

{% hint style="success" %}
Use the [Payment Methods Endpoint](https://apidocs.onekeypayments.com/api-documentation/deposits-api/endpoints/payment-methods-endpoint) to retrieve the Payment Methods' types, logos and more details.
{% endhint %}

## Fields required for the [OneShot Experience](https://apidocs.onekeypayments.com/api-documentation/endpoints/deposit-creation-endpoint#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 %}
