> 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/payout/codapay-payout-faqs/integration-with-coda-payout.md).

# Integration with Coda Payout

<mark style="color:purple;">**Integration with Coda Payout**</mark>

1. **What are the essential steps to integrate with Coda Payout?**

* Obtain a Coda publisher account, API Key, Partner ID, and Client Secret.
* Learn about authentication using [JWT and x-signature](https://coda-payments.gitbook.io/coda-payout-merchant-documentation/bNCsHz5i7637XdvIol0d/getting-started/authentication-and-authorization)
* Review the API reference and test in the Sandbox environment

***

2. **How do I start testing in the Sandbox environment?**

* Obtain your API Key and credentials from Coda via email (provided upon KYC approval).
* Configure your webhook URL and Balance API currency by contacting integration support in the group chat.

***

3. **How can I update the status of a Sandbox environment testing transaction?**

* Contact integration support via group chat for assistance.

***

4. **How can I update the Balance API value in the testing environment?**

* Contact integration support via group chat for assistance.

***

5. **How can I whitelist an IP address?**

* You can whitelist the Coda IP address on your side. For details regarding the specific IP addresses to whitelist, please contact the Coda integration team for assistance.

***

6. **Can I use one set of API keys for all countries?**

* No, each API key is unique to a specific country. Request a new set for each country.


---

# 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/payout/codapay-payout-faqs/integration-with-coda-payout.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.
