> For the complete documentation index, see [llms.txt](https://documentation.opencollective.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.opencollective.com/expenses-and-getting-paid/getting-paid-through-wise.md).

# Getting Paid through Wise

When you are filling in an invoice and do not see your currency as an option for payment, this is likely because banking regulations prevent a transfer of funds between the country your bank is in and the bank of the collective that is paying you. If this happens, you might be able to use Wise to transfer funds.

### Getting paid with Wise

1. The payee needs to open a currency account with Wise ([instructions here](https://wise.com/help/articles/2897234/how-do-i-open-a-currency-account)). It would be best to create an account in the country's currency you are expecting payment in. For example, if you are expecting payment from a collective hosted by OSC or OCF, create a US account to be paid in USD.
2. You will need to follow the Wise process to verify your account. Once verified you will be able to see your account details.
3. Use Account information from your Wise account in the Open Collective payout method to receive payment to your Wise account using a bank transfer.

{% hint style="info" %}
Use the ‘Local bank account’ option for a US to US-based transfer.\
Use SWIFT if the transfer is to an international-based bank account.
{% endhint %}

**Wise Support Articles**

* [How do I use my USD account details?](https://wise.com/help/articles/2827506/how-do-i-use-my-usd-account-details?origin=topic-1pXx5wZnF7Rp83VWwzGPUv)


---

# 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://documentation.opencollective.com/expenses-and-getting-paid/getting-paid-through-wise.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.
