# Source of Funds/Wealth

> Source of funds/wealth is a **process in which the user needs to prove to a company** that the funds he/she has deposited belongs to them and they can afford to deposit that amount. Normally the user needs to send different official documents from their employer and their bank to the company.

Tink Germany helps you to digitize this process as well as to minimize the manual processes, e.g. by pulling the official documents automatically from the bank.

## Used platforms

{% content-ref url="/pages/-MMGYELG7Nu06cfqiC6f" %}
[Javascript-Widget](/xs2a/integration-cs/integration-variants/javascript-widget.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MMGZLotDlDTXSMT-ne0" %}
[Analytics Platform (XS2A.risk)](/xs2a/integration-cs/platforms/risk.md)
{% endcontent-ref %}

## Used checks

{% tabs %}
{% tab title="account\_snapshot" %}
The XS2A.account\_snapshot offers direct access to the raw account data. The account data reflects the information at the time of the transaction. The range of the returned turnovers in the account snapshot can be either constrained by a number of days, starting from the current date or optionally by explicitly stating a from and to parameter. Notice however, that the complete account snapshot will be restricted to the given date range. That also means that the account balance will be from the last day of the given date range.
{% endtab %}
{% endtabs %}

## Example configuration

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

```javascript
{
  "language": "de",
  "xs2a_account_snapshot": {
    "days": "365",
    "with_subcategory": "1",
    "all_tags": "1",
    "all_accounts": "1"
  }
}
```

{% endtab %}
{% endtabs %}


---

# 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://guide.xs2a.com/xs2a/integration-cs/integration-by-use-case/source-of-funds-wealth.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.
