# 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]:


---

# 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://docs.vibrant.io/vibrant/vibrant-sandbox/payouts.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.
