Account Consent API for Berlin

This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Account Consent API for Berlin

The Account Consent API specifies a RESTful API for consent management for accounts information sharing in WSO2 Open Banking. This API is secured with basic authentication. For more information, see configuring basic authentication for Consent Management APIs.

You can find the REST API documentation for Accounts Information Sharing Consent Management APIs below:

Accounts Information Sharing Consent Management API v1.1.0 (/consent/berlin110) is deprecated in Open Banking 1.5.0. This feature and its functionalities will be unavailable from the next release (Open Banking 2.0.0).

The following section contains sample requests and responses to the Account Information Sharing Consent Management v1.3.0 resources. 

Create account consent resource

Creates an account information consent resource at the ASPSP regarding access to accounts of a given PSU-ID specified in this request. These accounts must be addressed explicitly in the method as parameters.

POST /berlin130/accounts

Retrieve account consent resource

Reads the exact definition of the given consent resource {consentId} including the validity status.

GET /berlin130/accounts/{consentId}

Retrieve the status of an account consent resource

Reads the transaction status of the addressed consent resource.

GET /berlin130/accounts/{consentId}

Remove accounts consent resource 

Deletes the consent resource with the given consentId.

DELETE /berlin130/accounts/{consentId}