> 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/coda-links/link-users-out-to-coda-hosted-payment-page.md).

# Link users out to Coda-hosted Payment Page

Use Coda's Payment Links API to generate a secure and unique payment link that directs customers to a responsive web checkout page hosted by Coda.&#x20;

This checkout page supports various payment methods, displays localized pricing, and can be customized to seamlessly align with your app's design. Fully controlled by you.

## User Experience

<figure><img src="/files/gDiz2svpGUJIgqU7yFzU" alt=""><figcaption></figcaption></figure>

## Key Benefits

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>One Integration, Maximum Reach</strong></td><td>By integrating a single API, you instantly unlock all popular local payment methods. This eliminates the need to integrate individual e-wallets or card methods one by one.</td><td data-object-fit="contain"><a href="/files/dGG1wOJCgezxKg8vRuMk">/files/dGG1wOJCgezxKg8vRuMk</a></td></tr><tr><td><strong>Simplified Implementation</strong></td><td>Because Coda hosts the UI and handles the payment logic, your development team only needs to manage a single server-to-server request and a redirect. This significantly reduces development time and maintenance overhead compared to native in-app integrations.</td><td data-object-fit="contain"><a href="/files/r2ZwgpF46PWO13TKb7xM">/files/r2ZwgpF46PWO13TKb7xM</a></td></tr><tr><td><strong>Security &#x26; Compliance</strong></td><td>Since the user enters sensitive payment data on Coda’s secure hosted page, the publisher is relieved of the burden of PCI-DSS compliance and the risks associated with handling financial data.</td><td data-object-fit="contain"><a href="/files/jooe8NnBia9GfkYioLGq">/files/jooe8NnBia9GfkYioLGq</a></td></tr><tr><td><strong>Optimized User Experience</strong></td><td>The Coda hosted page is mobile-responsive and its styling can be tailored extensively, ensuring that the transition from your app to the web feels like a trusted and seamless part of the user journey.</td><td data-object-fit="contain"><a href="/files/XfurA0riSGIBceJzHslK">/files/XfurA0riSGIBceJzHslK</a></td></tr></tbody></table>


---

# 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/coda-links/link-users-out-to-coda-hosted-payment-page.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.
