Dear developers,
we would like to inform you that we had an outage for instant payments this morning from 09:11AM until 09:47AM.
The problem is solved, and all services are running again.
For the purpose of carrying out a payment initiation with the XS2A APIs, it is necessary to establish a consent between the TPP, the PSU and the ASPSP. In order to do that, comdirect offers two different transaction flows. One follows a Redirect OAuth2 approach, the other one follows a Decoupled approach.
In this approach, the PISP has to proceed with an OAuth2 authorization. The consent is established and validated thanks to a redirection of the PSU towards the ASPSP Authentication platform.
See How to Perform a Strong Customer Authentication for details.

Note that to access payment resources, you don't need to provide an access token in requests if the payment has been initiated through a redirect Oauth2 workflow
The decoupled approach is similar to the redirect one. The difference is that the ASPSP asks the PSU to authenticate e.g. by sending a push notification with transaction details to a dedicated mobile app or via any application or device independent from the online banking frontend.
In difference to the redirection flow, there is no impact on the PSU/TPP interface during the technical processing.
See How to Perform a Strong Customer Authentication for details.

| Request Headers | Response Headers | ||||
|---|---|---|---|---|---|
| TPP-Explicit-AuthorisationPreferred | PSU-ID and PSU-ID-Type | TPP-Redirect-Preferred | TPP-Decoupled- Preferred | ASPSP-SCA-Approach (Response from ASPSP) | Explanation |
| true | Decision will be done on POST authorisations API | ||||
| false/not provided | not provided | true/false/not provided | true/false/not provided | REDIRECT | |
|
provided Currently supported PSU-ID-TYPE: "retail" as default value. "" is also accepted. |
true | false/not provided | REDIRECT | ||
| true | true | REDIRECT / DECOUPLED | 1. Decoupled workflow is the default process, if PSU is eligible.
2. If PSU is not eligible for decoupled workflow, DECOUPLED will be provided. |
||
| false/not provided | true/false/not provided | REDIRECT / DECOUPLED | 1. Decoupled workflow is the default process, if PSU is eligible.
2. If PSU is not eligible for decoupled workflow, DECOUPLED will be provided. |
||
| Request Headers | Response Headers | |||
|---|---|---|---|---|
| PSU-ID and PSU-ID-Type | TPP-Redirect-Preferred | TPP-Decoupled-Preferred | ASPSP-SCA-Approach(Response from ASPSP) | Explanation |
| Not provided | true/false/not provided | true/false/not provided | REDIRECT | |
|
provided Currently supported PSU-ID-TYPE: "retail" as default value. "" is also accepted. |
true | false/not provided | REDIRECT | |
| true | true | REDIRECT / DECOUPLED | 1. DECOUPLED workflow is the default process, if PSU is eligible.
2. If PSU is not eligible for decoupled workflow, DECOUPLED will be provided. |
|
| false/not provided | true/false/not provided | REDIRECT / DECOUPLED | 1. DECOUPLED workflow is the default process, if PSU is eligible.
2. If PSU is not eligible for decoupled workflow, DECOUPLED will be provided. |
|
Creates a payment resource at the ASPSP for a given payment service and product. Specificities for this API and available services and products are listed in the dedicated HowTo.
Create an authorisation sub-resource of the payment resource and start the authorisation process.
The usage of this access method is only necessary if the TPP has asked to start the authorisation process separately from the payment initiation (using the “TPP-Explicit-Authorisation-Preferred” Header).
Requests an authorisation from a PSU following the OAuth2 protocol. Details of the authentication workflow and user
interfaces are described in the dedicated HowTo section.
Our specificities regarding the OAuth2 protocol are listed below.
response_type : code
code_challenge_method : S256
After successful authorisation, the user will be redirected to the redirect URI provided in the request with the following parameters :
The PIS with no IBAN / Combined Service is a feature of the AIS consent. It allows a PISP to retrieve the list of account through an AIS request when it should not be able to do so.
Thanks to this feature, a PISP can offer a smooth PIS workflow where the PSU select a debtor IBAN from his/her account list instead of entering the IBAN manually.
TPPs with only the PISP role can only use the global consent scope availableAccounts: allAccounts.
An AIS Combined Service Consent can be one-off.
The property combinedServiceIndicator has to be set to true in the body of the request.
The combined service AIS consent is not supported for a multi authorization payment.
For specific BerlinGroup Implementation on the Payment Initiation Service, please refer to specific implementation How To.
To access all AIS APIs, it is necessary to establish a consent between the TPP, the PSU and the ASPSP. In order to do that, comdirect offers two different transaction flows. One follows a Redirect OAuth2 approach, the other follows a Decoupled approach.
In this approach, the AISP has to proceed with an OAuth2 authorization in order to retrieve a time-limited access token.
This access token is mandatory to access all the AIS PSD2 APIs. It is associated to the consent established and validate thanks to a redirection of the PSU towards the ASPSP Authentication platform.
See How to Perform a Strong Customer Authentication for details.

The decoupled approach is similar to the redirect one. The difference is that the ASPSP asks the PSU to authenticate e.g. by sending a push notification with transaction details to a dedicated mobile app or via any other application or device which is independent of the online banking frontend.
In difference to the redirection flow, there is no impact on the PSU/TPP interface during the technical processing and no access token has to be retrieved after the consent validation.
See How to Perform a Strong Customer Authentication for details.

| Request Headers | Response Headers | ||||
|---|---|---|---|---|---|
| TPP-Explicit-AuthorisationPreferred | PSU-ID and PSU-ID-Type | TPP-Redirect-Preferred | TPP-Decoupled- Preferred | ASPSP-SCA-Approach (Response from ASPSP) | Explanation |
| true | Decision will be done on POST authorisations API | ||||
| false/not provided | not provided | true/false/not provided | true/false/not provided | REDIRECT | |
|
provided Currently supported PSU-ID-TYPE: "retail" as default value. "" is also accepted. |
true | false/not provided | REDIRECT | ||
| true | true | REDIRECT / DECOUPLED | 1. Decoupled workflow is the default process, if PSU is eligible.
2. If PSU is not eligible for decoupled workflow, DECOUPLED will be provided. |
||
| false/not provided | true/false/not provided | REDIRECT / DECOUPLED | 1. Decoupled workflow is the default process, if PSU is eligible.
2. If PSU is not eligible for decoupled workflow, DECOUPLED will be provided. |
||
| Request Headers | Response Headers | |||
|---|---|---|---|---|
| PSU-ID and PSU-ID-Type | TPP-Redirect-Preferred | TPP-Decoupled-Preferred | ASPSP-SCA-Approach(Response from ASPSP) | Explanation |
| Not provided | true/false/not provided | true/false/not provided | REDIRECT | |
|
provided Currently supported PSU-ID-TYPE: "retail" as default value. "" is also accepted. |
true | false/not provided | REDIRECT | |
| true | true | REDIRECT / DECOUPLED | 1. DECOUPLED workflow is the default process, if PSU is eligible.
2. If PSU is not eligible for decoupled workflow, DECOUPLED will be provided. |
|
| false/not provided | true/false/not provided | REDIRECT / DECOUPLED | 1. DECOUPLED workflow is the default process, if PSU is eligible.
2. If PSU is not eligible for decoupled workflow, DECOUPLED will be provided. |
|
Creates a consent resource at the ASPSP regarding access to accounts specified in this request. Specificities for this API are listed in the dedicated HowTo.
Creates an authorisation sub-resource of the consent resource and start the authorisation process.
The usage of this access method is only necessary if the TPP has asked to start the authorisation process separately from the consent establishment (using the “TPP-Explicit-Authorisation-Preferred” Header)
Requests an authorisation from a PSU following the OAuth2 protocol. Details of the authentication workflow and user
interfaces are described in the dedicated HowTo section.
Our specificities regarding the OAuth2 protocol are listed below.
response_type : code
code_challenge_method : S256
After successful authorisation, the user will be redirected to the redirect URI provided in the request with the following parameters :
Requests an access token using the authorization code retrieved from the PSU authorization. This Access Token can be refreshed. The duration of access token is 1 hour, and the duration of refresh token is 180 days.
The token is not required if the consent was established with a decoupled approach.
The TPP can retrieve the consent resource using the API above.
The TPP can retrieve the consent's status using the API above.
The TPP can retrieve the list of all the autorisations linked to the consent resource using the API above.
The TPP can retrieve the status of an autorisation linked to the consent resource using the API above.
The TPP can use this API to terminate a consent.
Submitting a POST /consents request with the property recurringIndicator=false and frequencyPerDay=1 allows you to create a one-off consent.
In this particular case, all AIS accounts access are authorised for a period of 20 minutes
comdirect offers TPP a Multiple Consents Service that follows the Berlin Group NextgenPSD2 suggested implementation.
This service allows TPP to have multiple valid consents at the same time. This implies that TPPs may have different valid access token for the same PSU.
If this feature is used by the TPP, it is its responsibility to relate the consented data with the proper consent and access token.
The main impact of this service lies in the fact that, in case of a pre-existing and currently valid consent, a newly validated consent creation request will not automatically revoke the pre-existing consent. The TPP is then also responsible of revoking consents that are not used by the PSU anymore.
For specific BerlinGroup Implementation on the Account Information Service, please refer to the specific implementation How To.
Dear developers,
we would like to inform you that we had an outage for instant payments this morning from 09:11AM until 09:47AM.
The problem is solved, and all services are running again.
Dear developers,
we would like to inform you that we had an outage this morning from 05:41AM until 06:57AM.
The problem is solved ,and all services are running again.
We apologize for any inconvenience.
Dear Developers,
We would like to inform you about the annual DRP failover test concerning the API.
Dear developers,
due to maintenance work, we have an expected downtime (for at least limited availability) for all our services (including the API) from 12.10.2025 22:00PM till approximately 13.10.2025 05:00AM .
Dear developers,
we would like to inform you that the issue with disruptions of our Instant Payment Services has been resolved today at 08:35AM.
We apologize for any inconvenience.
Dear developers,
we would like to inform you that we have currently an outage on the comdirect services for instant payments (which affects the API as well). Some of the payments are getting rejected.
Dear developers,
due to maintenance work, we have an expected downtime (for at least limited availability) for all our services (including the API) on 07.10.2025 00:00AM till approximately 04:30AM .