Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,23 @@ Many of our Fiscal Hosts use a third-party payment processor called Wise for pro

If Wise encounters a problem, it may post a message saying that the expense has not been paid due to a certain error. You should be able to find these messages by checking your Fiscal Host's Wise dashboard. [There are some examples on the Wise website of the types of errors that may appear.](https://cw.wise-sync.com/support/solutions/36000125935)

When a payment fails at the time you try to pay an expense through Wise, Open Collective also records an **Expense payment error** entry in the expense activity timeline. This entry is **only visible to Fiscal Host admins** — it is not shown to the expense submitter or Collective admins, and it does not trigger a notification to the payee. Open the expense from **Dashboard > Outgoing Money** and scroll to the activity section to see the error message and troubleshoot.

Alternatively, the expense submitter may contact the Fiscal Host independently to inform them that they have not yet received the funds.



### Insufficient Wise balance

Before creating a transfer on Wise, Open Collective checks that your connected Wise account holds enough funds in the payout currency. If the balance is too low, payment is blocked immediately with a message such as:

> Insufficient balance in USD to cover this expense amount, you need 101.14 USD and you currently have 50 USD. Please add funds to your Wise USD account.

In this case the expense **stays approved** (it is not marked as “Error”). Add funds to your Wise account and try paying again from **Dashboard > Outgoing Money > Pay Disbursements**.

### Resolving payment errors

The expense may be marked with the status “Error” due to an automated payment error, or it can be given this status manually by a Fiscal Host if they discover it has not been paid.
For other payment-time failures (for example, invalid payout details or Wise API errors), the expense may be marked with the status “Error” due to an automated payment error. A host-only **Expense payment error** activity is added to the expense timeline with the details. You can also give an expense this status manually if you discover it has not been paid.

{% hint style="info" %}
If the expense submitter informs you independently that the expense has not been paid, you can manually change its status by clicking on the green “Paid” button to the right of the expense in question, and clicking “Mark as Unpaid”.
Expand Down
12 changes: 8 additions & 4 deletions fiscal-hosts/expense-payment/paying-expenses-with-wise.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ In order to reduce risks related to having an active API token that is able to c
2. Keep just enough balance in Wise to pay your expenses.
* This can be achieved by calculating the amount needed for the current payment cycle and transferring it beforehand.

## Troubleshooting <a href="#troubleshooting" id="troubleshooting"></a>

* `Unable to fund transfer`
* Double-check if you have enough funds in your Wise balance, you'll be using the balance with the same currency of your OpenCollective account.
## Troubleshooting <a href="#troubleshooting"></a>

* **Insufficient balance**
* Before creating a transfer, Open Collective checks your Wise balance in the payout currency. If funds are too low, payment is blocked with a clear message and the expense stays approved — add funds to Wise and try again. See [Handling Payment Errors Through Wise](handling-payment-errors-through-wise.md) for details.
* **`Unable to fund transfer`**
* Double-check if you have enough funds in your Wise balance. You'll be using the balance with the same currency as your Open Collective account.
* **Other payment failures**
* If Wise rejects a transfer for another reason, the expense is marked as “Error” and a host-only **Expense payment error** entry appears in the expense activity timeline. See [Handling Payment Errors Through Wise](handling-payment-errors-through-wise.md).