> For the complete documentation index, see [llms.txt](https://cranford-tech.gitbook.io/freelancer-marketplace/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cranford-tech.gitbook.io/freelancer-marketplace/key-payment-features/paying-funds-out-to-a-freelancer.md).

# Paying funds out to a Freelancer

Once a job has been delivered by the Freelancer, the Customer can mark it as complete. This will trigger a workflow that contains the 'Stripe - Manual Payout' action:

<figure><img src="https://512738489-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPKM5KwK853wAtdoNnjWv%2Fuploads%2FhbddTCjD0y7oV0IIdVkT%2FScreenshot%202024-11-07%20at%2011.06.27.png?alt=media&amp;token=6e0921e4-2939-4298-8812-a56e7463d573" alt=""><figcaption></figcaption></figure>

This action releases funds from the Freelancer's Stripe account to their bank account.

### Dealing with insufficient funds

Sometimes there will not be sufficient 'available' funds in the Freelancer's Stripe account to pay out. This can happen for a number of reasons (see the section at 10:02 of [this video](https://www.youtube.com/watch?v=cn2PHfTkA8Y) for full details).

The template has built-in logic to deal with this scenario. If there is not sufficient funds in the Freelancer's account for an immediate payout, it schedules the payout to occur in 7 days time via a backend workflow:

<figure><img src="https://512738489-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPKM5KwK853wAtdoNnjWv%2Fuploads%2FajhijuP5TWzu8Fq1TKH4%2FScreenshot%202024-11-07%20at%2011.10.56.png?alt=media&amp;token=8111dd8c-102e-46d1-91e1-3e9bfab126fb" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You will need to be on a **paid Bubble plan** to use backend workflows
{% endhint %}
