# What is XS2A?

## Introduction

XS2A stands short for "access to the account".

The XS2A product line consist of three main sets of APIs, that are optimized for a specific use case:

* [**XS2A.risk (Analytics Platform)**](https://guide.xs2a.com/xs2a/integration-cs/platforms/risk)\
  provides a set of APIs that are optimized for single-shot access to the account meaning a user is accessing their account only once. The extracted data can be processed using a number of preconfigured modules.

* [**XS2A.pay (Payment Platform)**](https://guide.xs2a.com/xs2a/integration-cs/platforms/pay)\
  is the white label payment solution. XS2A.pay consists of a payment initiation API, a fully-fledged fraud prevention tool and a rich set of configuration options.

* [**XS2A.api (Open Banking Platform)**](https://guide.xs2a.com/xs2a/integration-cs/platforms/api)\
  is the preferred solution for recurring access to the account.

Every product can be combined with one of the following methods to display the customer-facing process (PIN/TAN entry in the browser).

* [Javascript-Widget](https://guide.xs2a.com/xs2a/integration-cs/integration-variants/javascript-widget)
* [Wizard-API](https://guide.xs2a.com/xs2a/integration-cs/integration-variants/wizard-api)
* [Easy-Onboarding-Template](https://guide.xs2a.com/xs2a/integration-cs/integration-variants/easyonboarding)

## Status

{% embed url="<https://status.xs2a.com/>" %}


---

# 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/master.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.
