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

# Erste & Sparkassen

### Links

* [Erste Bank Developer Portal](https://developers.erstegroup.com/)
* [Erste Bank TPP Registration](https://developers.erstegroup.com/register)

## Scopes

* Account Information 🔒
* Payment Initiation 🔒

## Accounts and Payments Supported

### Accounts

* Accounts
* Balance
* Transactions

### Payments

* Domestic Payments

**Note:**

* **Accounts (AIS) uses normal 1 step authentication via /account-auth-requests**
* **Payments (PIS) uses 2 step requiring pre-authentication passing the scope "PIS" when using /pre-auth-requests**

## Live Environment

**Precondition**: To connect to Erste & Sparkassen. Also, you need a valid eiDAS certificates to connect to Erste Bank `Live` environment. Please refer [Erste Bank technical information](https://developers.erstegroup.com/docs/tutorials) section for more details.

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

2. Add **Erste Bank Live** from the **Live** 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 Consent Requests:** For accounts and payments the body request must be present the scope (AIS or PIS):

**Account / Payment init Consent**

```json theme={null}
{
	"scope" : "PIS"
}
```

## Support

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