# Billing & Fees

## Billing

Supply'd billing runs on a 7 day cycle from the date you register. Billing occur automatically to your uploaded credit card based on the usage for the previous period.

{% hint style="info" %}
Direct debit is available upon request if credit card payments are not suitable for you. Please contact us to request access to set-up direct debit.&#x20;
{% endhint %}

{% hint style="success" %}
You can access your plan fees, next billing date and current estimate on **Plan** tab in your [Billing Settings](/supplyd-erp/settings/billing-settings.md)
{% endhint %}

***

## Supplier Payouts

Payouts are paid out via Stripe Express. All suppliers must set-up a Stripe Express account in order to sell on Supply'd (see [Billing Settings](/supplyd-erp/settings/billing-settings.md)). Payouts are made as per your selected payout schedule to your Stripe Express account which will subsequently deposit the funds into your bank account. You can see your next payout date under the **Plan** tab in your [Billing Settings](/supplyd-erp/settings/billing-settings.md).

{% hint style="info" %}
Funds can take up to 7 days to become available, Stripe will only pay out any funds that have already cleared. You may receive multiple payouts from Stripe for the one invoice in Supply'd.
{% endhint %}

If your payout is negative—meaning your fees exceed your credits—you will be charged the difference to your saved credit card. Payout equals your credits minus any platform and credit card fees.

To understand the payout amount and what fees were paid for, click on the 3 dots in the top right corner, select **Settings**, then **Billing** from the **Settings** menu, finally **Invoices** and click on the invoice. On the payout overlay click the 3 dots in the top right then click **Download Invoice**. You can also receive invoice emails, these are set under the user settings (see [Users](/supplyd-erp/settings/users.md)).


---

# Agent Instructions: 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://help.supplyd.co/getting-started/creating-your-account/billing-and-fees.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.
