> 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/currency-and-financial-details.md).

# Currency and Financial Details

<mark style="color:purple;">**Currency and Financial Details**</mark>

1. What are the supported currencies for payout requests and beneficiaries?

* We primarily support payout requests in USD. Beneficiaries will receive payouts in their local currency, with exchange rates updated daily based on market conditions.

***

2. Is there an API for detailed reconciliation data?

* No API is available. Reconciliation statements are provided on T+1 days, with monthly statements issued on the 5th.

***

3. Will there be a report for payout transactions?

* Yes, we provide reports for payout transactions. You will need to provide us with your email address, and we will send you two types of reports: daily and monthly.

***

4. When will we receive these daily and monthly reports?

* Daily reports are sent T+1 of transaction time via email. Monthly reports are sent on M+5 via email.

***

5. How do I change my contact details for payout notifications?

* Please email <codapay_integration@coda.co> to update your contact details for payout notifications.

***

6. Can I transfer my balance from Payin to Payout?

* Email <payouts@coda.co> with the amount and details. Transfers can only be made within the same country (e.g., Egypt Payin -> Egypt Payout). If we receive the email instruction during working hours, the transfer will be processed on the same day. For instructions received after working hours, the transfer will be updated on the next business day.

***

7. How can I view the existing Payin balance?

* Check the monthly Payin PO sent via email with the subject: "Monthly Invoices for - mm-yy."


---

# 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/currency-and-financial-details.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.
