ASPSPs
Open Banking Providers
Used by TPP for obtaining the list of ASPSPs which support OpenBanking standard.
CURL
![]()
curl -i \
-H "Content-Type: application/json" \
-H "Client-Id: client_application_identifier" \
-H "x-fapi-interaction-id: some-uuid" \
-H "x-fapi-auth-date: Sun, 10 Sep 2017 19:43:31 GMT" \
-H "x-fapi-customer-ip-address: 104.25.212.99" \
-d 'eyJhbGciOiJQUzI1NiIsImtpZCI6InRlc3QifQ.e30.K6cMGDy79vFXcOZBlJx6UHmu-Scqv_6_8X8a--GKsccJK4qqy-xFCMgMIUzQorXVeuRIW4-yT2Iydx3THE1WPXZqg_vyFG_X0zHWyucewfAvN-CjY4hnAH7lx39VL6K0IToo1d4aOJ3f5lvvJ8lLdIeU7pFByUmHA9kjh4zdag_k19rf_aCzQKpmw-bJQDuEZgkY6YQECN6qfifbGh-ITAKlWkDYy7llko7JRBgSAp9IiTlbl1jAqLZggRTmGOiS9p9fWdFAijsvlsSUqEeBS0fUrAwBloYCLHWVsq9P4LNCVe8qP3ewlIlohijZcr-UpYETX3kchvLhetI9dRE2UA' \
-X GET "/api/open-banking/v3.1.11/aspsps"
Example of response
![]()
{"Data":[{"AspspCode":"ob_demobank","Name":"Open Banking Demobank","Status":"live","LogoUrl":"https://priora.saltedge.com/images/demobank_logo.svg","CountryCode":"XF","SupportedFlows":["AIS","PIS"],"SandboxCredentials":[{"AuthorisationType":"oauth","RequiredFields":[{"Code":"required_field","Example":"reqField"}],"MfaFields":[{"Code":"mfa_field","Example":"mfaField"}]}],"PisParams":{"ObPaymentsProducts":["domestic-payments","international-payments"],"DomesticInstruments":["UK.OBIE.BACS","UK.OBIE.CHAPS","UK.OBIE.FPS"],"InternationalInstruments":["UK.OBIE.SWIFT"],"CreditorIdentificationSchemes":["UK.OBIE.SortCodeAccountNumber","UK.OBIE.IBAN","UK.OBIE.PAN","UK.OBIE.BBAN"]}}]}
Request
GET
/api/open-banking/v3.1.11/aspsps
Headers
| Header | Type | Description |
|---|---|---|
Accept
|
string, optional | Media type that is acceptable for the response. Default value: application/json |
x-fapi-interaction-id
|
string, optional | An RFC4122 UID used as a correlation Id. |
Client-Id
|
string, required | Client application identifier. Can raise: ResourceNotFound |
x-fapi-auth-date
|
string, optional | The time when the PSU last logged in with the TPP. Supplied as HTTP-date (RFC7231), e.g. Sun, 10 Sep 2017 19:43:31 GMT. |
x-fapi-customer-ip-address
|
string, optional | The PSU's IP address if the PSU is currently logged in with the TPP. Identifies user presence for the data fetch. |
Request parameters
Response headers
| Header | Type | Description |
|---|---|---|
Content-Type
|
string, required | The media type of the body of the request. |
Retry-After
|
integer, optional | Amount of time in seconds after which Salt Edge PSD2 Compliance Solution resends the previously failed request. |
Response
Upon successful request, 200 status code will be returned. See ‘Related Errors’ table for other possibilities.
Related Errors
| Class | Code | Description |
|---|---|---|
| ResourceNotFound | 400 | Specified resource doesn't exist. |
×
Open Banking Provider's Supported Permissions
Used by TPP for obtaining the list of ASPSP's supported permissions.
CURL
![]()
curl -i \
-H "Content-Type: application/json" \
-H "Client-Id: client_application_identifier" \
-H "x-fapi-interaction-id: some-uuid" \
-d 'eyJhbGciOiJQUzI1NiIsImtpZCI6InRlc3QifQ.e30.LVTu0pIgyt0K7KPysO7dWc6R7-oKYIIJUHdKNWYR4VIGGTf60LEMkNvbfQblwXHRQJ7mF-LfcE7CxHVzPYQ12MVQ3xufjR12nMaMSSvjNr6RkNAvUEfMMwoQKZq4H5U35lD1JzD45GsrYj2RpzaeyUHtP3sDInu2uzVYfi37PzA4CvFJack8L5wD0P0FtXwPq2-_95_5u8G3KzNhMqPrm4LKzIsy8KUlaiU8E-_YAimJhflv5VXQtedj4FrQsiNXByQO2Eb8lmWSXmdnh1HTBLUkodReebgv8Iixwp-USXX9QAncykkNbMjXltPZojcDi4CDMGdwM6jvFpLVEmoCpg' \
-X GET "/api/open-banking/v3.1.11/aspsps/:provider_code/permissions"
Example of response
![]()
{"Data":[{"SupportedPermissions":["ReadAccountsBasic","ReadAccountsDetail","ReadBalances","ReadTransactionsBasic","ReadTransactionsCredits","ReadTransactionsDebits","ReadTransactionsDetail","ReadBeneficiariesDetail","ReadBeneficiariesBasic","ReadDirectDebits","ReadStandingOrdersDetail","ReadStandingOrdersBasic","ReadParty","ReadScheduledPaymentsBasic","ReadScheduledPaymentsDetail"]}]}
Request
GET
/api/open-banking/v3.1.11/aspsps/:provider_code/permissions
Headers
| Header | Type | Description |
|---|---|---|
Accept
|
string, optional | Media type that is acceptable for the response. Default value: application/json |
x-fapi-interaction-id
|
string, optional | An RFC4122 UID used as a correlation Id. |
Client-Id
|
string, required | Client application identifier in Salt Edge PSD2 Compliance. Should be used to get public key for Authorization header validation. Can raise: ResourceNotFound |
x-fapi-auth-date
|
string, optional | The time when the PSU last logged in with the TPP. Supplied as HTTP-date (RFC7231), e.g. Sun, 10 Sep 2017 19:43:31 GMT. |
x-fapi-customer-ip-address
|
string, optional | The PSU's IP address if the PSU is currently logged in with the TPP. Identifies user presence for the data fetch. |
Request parameters
Response headers
| Header | Type | Description |
|---|---|---|
Content-Type
|
string, required | The media type of the body of the request. |
Retry-After
|
integer, optional | Amount of time in seconds after which Salt Edge PSD2 Compliance Solution resends the previously failed request. |
Response
Upon successful request, 200 status code will be returned. See ‘Related Errors’ table for other possibilities.
Related Errors
| Class | Code | Description |
|---|---|---|
| ResourceNotFound | 400 | Specified resource doesn't exist. |
×