> For the complete documentation index, see [llms.txt](https://docs.coda.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coda.co/changelog/2024-codapay-changelog/new-channel-announcement-paypal.md).

# New Channel Announcement: PayPal

❗We are excited to introduce "PayPal," our newest payment channel designed exclusively for Codapay users. With the inclusion of "PayPal," we are proud to offer a seamless and convenient payment option with E-wallet support.

Here are some key details about this new payment option: 📱 E-wallet Channel: PayPal is an e-wallet platform that allows users to purchase their desired items with their familiar e-wallet channel.

💲 Price Point Limit: Refer [here](https://coda-payments.gitbook.io/coda-private-technical-documentation/wVhQbDbPyotRr4wm96SR/references/price-point). CONTACT Business Development Team for further details.

🔒 Authentication: When proceeding with payment in PayPal, it redirects users to the Pay checkout page, click "Pay with Link" to proceed with your payment.

⏰ Transaction Expiry: Please note that transactions made through PayPal have a validity period, refer to this [guide ](/codapay/integration-guides/price-limits.md)for detailed information. Users may complete payment within this timeframe to ensure a successful transaction.

💻 Integration Details: For merchants and developers, please be aware that PayPal integration supports the payment page API. Unfortunately, the Backend API integration is currently not available. We appreciate your understanding and cooperation in this matter.

We encourage all our users to take advantage of this new payment channel, leveraging E-wallet for a hassle-free and efficient payment experience. By incorporating "PayPal" into our platform, we aim to provide a tailored and reliable payment solution that meets the specific needs of our users.

### Flow Description

|                                                                     |                                                                                                                                                       |
| ------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| <img src="/files/radlcwmLTqJywdCJPqwj" alt="" data-size="original"> | <ol><li>User reaches the Codapay checkout page</li><li>User clicks "Pay with PayPal"</li></ol><p><br>\*You will see a Venmo option with PayPal US</p> |
| <img src="/files/ELTgaT9mdzmms1qK8bfq" alt="" data-size="original"> | <ol start="3"><li>User enters PayPal account credentials to log in and complete the payment</li></ol>                                                 |
| <img src="/files/I0hnDz4BDGaD2DZ6jkLg" alt="" data-size="original"> | <ol start="4"><li>Coda returns with the success page.</li></ol>                                                                                       |

### List of countries <a href="#list-of-countries" id="list-of-countries"></a>

| Country              | Payment Channel             | Payment Channel ID |
| -------------------- | --------------------------- | ------------------ |
| Austria              | PayPal Austria              | 788                |
| Australia            | PayPal Australia            | 771                |
| Taiwan               | PayPal Taiwan               | 772                |
| Peru                 | PayPal Peru                 | 789                |
| Belgium              | PayPal Belgium              | 784                |
| Greece               | PayPal Greece               | 790                |
| Indonesia            | PayPal Indonesia            | 769                |
| Thailand             | PayPal Thailand             | 773                |
| Philippines          | PayPal Philippines          | 775                |
| Vietnam              | PayPal Vietnam              | 776                |
| United Arab Emirates | PayPal United Arab Emirates | 783                |
| Chile                | PayPal Chile                | 785                |
| Colombia             | PayPal Colombia             | 786                |
| Portugal             | PayPal Portugal             | 792                |
| New Zealand          | PayPal New Zealand          | 795                |
| Finland              | PayPal Finland              | 796                |
| Ireland              | PayPal Ireland              | 799                |
| Ecuador              | PayPal Ecuador              | 854                |
| Qatar                | PayPal Qatar                | 855                |
| Slovakia             | PayPal Slovakia             | 857                |
| Mexico               | PayPal MX                   | 764                |
| United States        | PayPal US                   | 780                |
| Singapore            | PayPal SG                   | 264                |
| Brazil               | PayPal BR                   | 510                |
| France               | PayPal FR                   | 754                |
| Italy                | PayPal IT                   | 755                |
| Netherlands          | PayPal NL                   | 756                |
| Poland               | PayPal PL                   | 758                |
| Spain                | PayPal ES                   | 759                |
| United Kingdom       | PayPal UK                   | 760                |
| Germany              | PayPal DE                   | 762                |
| Saudi Arabia         | PayPal SA                   | 765                |
| Egypt                | PayPal EG                   | 766                |
| Japan                | PayPal JP                   | 767                |
| South Africa         | PayPal South Africa         | 791                |
| Hong Kong            | PayPal Hong Kong            | 777                |
| Sweden               | PayPal Sweden               | 782                |
| Denmark              | PayPal Denmark              | 794                |
| Algeria              | PayPal Algeria              | 800                |
| Dominican Republic   | PayPal Dominican Republic   | 853                |
| Guatemala            | PayPal Guatemala            | 856                |


---

# 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.coda.co/changelog/2024-codapay-changelog/new-channel-announcement-paypal.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.
