# Which currency denominations and countries are supported by PayPal and Stripe?

## 1.PayPal

| Currency             | Code  |
| -------------------- | ----- |
| Australian dollar    | `AUD` |
| Brazilian real 2     | `BRL` |
| Canadian dollar      | `CAD` |
| Chinese Renmenbi 3   | `CNY` |
| Czech koruna         | `CZK` |
| Danish krone         | `DKK` |
| Euro                 | `EUR` |
| Hong Kong dollar     | `HKD` |
| Hungarian forint 1   | `HUF` |
| Israeli new shekel   | `ILS` |
| Japanese yen 1       | `JPY` |
| Malaysian ringgit 3  | `MYR` |
| Mexican peso         | `MXN` |
| New Taiwan dollar 1  | `TWD` |
| New Zealand dollar   | `NZD` |
| Norwegian krone      | `NOK` |
| Philippine peso      | `PHP` |
| Polish złoty         | `PLN` |
| Pound sterling       | `GBP` |
| Russian ruble        | `RUB` |
| Singapore dollar     | `SGD` |
| Swedish krona        | `SEK` |
| Swiss franc          | `CHF` |
| Thai baht            | `THB` |
| United States dollar | `USD` |

The table above shows the currency denominations supported by PayPal for countries when using PayPal as a payment method

## 2. Stripe

The minimum amount that Stripe supports will be the amount is $0.50 US


---

# Agent Instructions: 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:

```
GET https://uxper.gitbook.io/nuss/faqs/which-currency-denominations-and-countries-are-supported-by-paypal-and-stripe.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
