# Paypal - Configure Paypal to handle UTF-8

If you are using Paypal for payment processing, you need to configure Paypal's IPN to accept UTF-8 IPN responses. This is required when customer information such as the customer's name or address contain accented characters.

To configure Paypal to handle UTF-8:

* Login to your paypal account
* Click **Profile** then **Profile and Settings**
* Click **My selling tools**
* Scroll to the bottom of the page to the **More selling tools** section and click **Paypal button language encoding**
* Click **More Options**
* Set the **Encoding** to UTF-8
* Set the **"Do you want to use the same encoding for data sent from PayPal to you (e.g., IPN, downloadable logs, emails)?"** to **Yes**
* Click **Save**

&#x20;

<figure><img src="https://support.soraco.co/hc/article_attachments/115013292186/mceclip1.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://support.soraco.co/hc/article_attachments/115013292206/mceclip2.png" alt=""><figcaption></figcaption></figure>

<figure><img src="https://support.soraco.co/hc/article_attachments/115013454503/mceclip3.png" alt=""><figcaption></figcaption></figure>


---

# 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://docs.soraco.co/docs/3rd-party-integration/paypal/paypal-configure-paypal-to-handle-utf-8.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.
