> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yapily.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 3 Banken Gruppe

## Links

* [Technical Support Portal (finAPI)](https://xs2a-support.finapi.io/hc/en-us)

## Scopes

* Account Information 🔒
* Payment Initiation 🔒

## Supported ASPSPs

| ASPSP          | Link                                                                         | Supported | Institution ID                                     |
| -------------- | ---------------------------------------------------------------------------- | --------- | -------------------------------------------------- |
| 3 Banken Group | [Technical Support Portal (finAPI)](https://xs2a-support.finapi.io/hc/en-us) | Yes       | oberbank-sandbox <br /> oberbank<br />btv<br />bks |

## Accounts Supported

### Accounts

* Accounts
* Balance
* Transactions

### Payments

* Domestic Payments (single, scheduled, periodic)
* International Payments (single, scheduled, periodic)

**Note:**

* **Accounts (AIS) uses embedded account authorisation via /embedded-account-auth-requests**
* **Payments (PIS) uses embedded payment authorisation via /embedded-payment-auth-requests**

## Live Environment

**Precondition**: To connect to Banken Gruppe institutions you need valid eiDAS certificates. Please refer [Banken Gruppe technical information](https://xs2a-support.finapi.io/hc/en-us/articles/360003343480-01-Getting-Started) section for more details.

1. Upload your eiDAS certificates (QWAC and QSEAL) into Yapily's [certificate vault](https://console.yapily.com/certificates).

2. Add a Banken Gruppe institution (Oberbank, BKS, BTV) from the tab to your [Yapily Console](https://console.yapily.com/applications) application.

3. Add this institution into your app from the `Live` tab and configure the institution by selecting the `certificates` from the dropdown.

4. Select your `QSEAL` and `QWAC` certificates from the relevant drop-downs lists then click *Save* to save the certificates.

**Create Embedded Account Consent / Payment Request:** The body must present user credentials, these are used as the PSU-ID header to the bank:

**Account / Payment init Consent**

```json theme={null}
{
	"userCredentials" : {
        "id": "{{username}}",
        "password": "{{password}}"
    }
}
```

## Sandbox Environment

Credentials that can be used with the institution **oberbank-sandbox**

| PSU-ID | Password |
| ------ | -------- |
| aspsp1 | aspsp1   |

A full set of sandbox testing information can be found [here](https://xs2a-support.finapi.io/hc/en-us/articles/360003354380-09-Sandbox-Test-Accounts-and-Test-Data)

## Support

If you require technical support with certificate management, please contact [Support](/resources/support).
