> For the complete documentation index, see [llms.txt](https://docs.vibrant.io/vibrant/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vibrant.io/vibrant/vibrant-sandbox/payouts.md).

# Payouts

A payout is created when charges made through Vibrant are pending payout.&#x20;

{% hint style="info" %}
[Currently payouts from NETS (Dankort and BankAxept) are not visible in our platform due to lack of visibility](#user-content-fn-1)[^1] [from NETS](#user-content-fn-1)[^1].&#x20;
{% endhint %}

Payouts are created according to the schedule defined in the your merchant contract, which typically is daily or weekly payouts.&#x20;

The timing of payouts depends on the delay configured in the contracts. Depending on country, bank closing days and other variables, there can be a minimum requirement on the delay. In general a payout will take place three business days after a sale and would be written as T+3 (transactions day + 3 business days)

We currently only support net settlement payouts, meaning that all sales, refunds and fees are summed together to formt the net amount, which is the resulting payout amount. &#x20;

{% hint style="info" %}
There are currently fees which is NET collected though payouts. We have several fees that are invoiced, which includes subscription fees and fees to other providers like MobilePay.
{% endhint %}

The payout holds a settlement Id, so it is easy to correlate all sale and refunds that are contained in a specific payout.

You can get payouts listed by time, fetched by id or search by attributes.

Here is an example getting the list:

{% tabs %}
{% tab title="curl" %}

```json
curl -X 'GET' \
  'https://pos.dev-api.vibrant.app/pos/v1/payouts' \
  -H 'accept: application/json' \
  -H 'apikey: vibrant_pos.YOUR_SECRET_KEY'
```

{% endtab %}
{% endtabs %}

{% openapi src="/files/ue0EeU2c3jfYIHzrzSXl" path="/pos/v1/payouts/{id}" method="get" %}
[posapi.json](https://3273535141-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHcN7n2RefgutErEy6gSW%2Fuploads%2FC007OnKZIuvAE6rGZWcE%2Fposapi.json?alt=media\&token=03d716fc-96e8-4d36-bcb7-be368305a5a8)
{% endopenapi %}

[^1]:
