> For the complete documentation index, see [llms.txt](https://chimoney.gitbook.io/make-value-move/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chimoney.gitbook.io/make-value-move/developers/payout-to-banks.md).

# Payout to Banks

1. Create an account at [dash.chimoney.io](http://dash.chimoney.io/)
2. Email <support@chimoney.io> to request "Verification and API Access". Include links to your website and tell us a little more about your use case. Alternatively, DM @uchiuchibeke on Twitter
3. Pick an API plan and pay the subscription fee
4. Once you are approved, follow the steps below to integrate:
   1. Get a list of banks and their codes
      1. Supported Bank countries are listed at <https://dash.chimoney.io/supported-countries>
      2. Get bank codes and names using [***/info/country-banks***](https://documenter.getpostman.com/view/1163691/Tz5qacnt#7fa50577-166c-43fa-bc70-470eefb4945f)
   2. Send a request to payout to a bank using the bank info from step 1.2 and the user's bank account number
      1. Send the request using the endpoint [**/payouts/bank**](https://documenter.getpostman.com/view/1163691/Tz5qacnt#951912be-6056-4057-b41a-633d04206007)
   3. Verify the payment by looking at the response from 2.1
   4. Setup Webhooks to monitor transactions (**WIP**)
5. Other considerations
   1. Get live exchange rate for the country using [**/info/usd-amount-in-local**](https://documenter.getpostman.com/view/1163691/Tz5qacnt#110ef29c-b742-4a81-a3c5-c30a81314a06)


---

# 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:

```
GET https://chimoney.gitbook.io/make-value-move/developers/payout-to-banks.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.
