API Explorer

PAPIv2.1.1.1 (87 APIs)

Bank
Accounts
Views
Counterparties
Transactions

Requests OAuth2 access token value

NOTE: This endpoint currently only returns example data.

Requests OAuth2 access token value

Authentication is Mandatory

JSON request body fields:

JSON response body fields:

Typical Successful Response:

								
									
{ "access_token":"access_token", "refresh_token":"refresh_token", "scope_details":{ "consentId":"consentId", "resource":{ "accounts":["accounts","accounts"] }, "scopeTimeLimit":"scopeTimeLimit", "throttlingPolicy":"psd2Regulatory", "privilegeList":{ "ais:getTransactionsDone":{ "scopeUsageLimit":"single", "maxAllowedHistoryLong":880 }, "ais:getHolds":{ "scopeUsageLimit":"single", "maxAllowedHistoryLong":880 }, "ais:getTransactionsRejected":{ "scopeUsageLimit":"single", "maxAllowedHistoryLong":880 }, "ais:getTransactionsCancelled":{ "scopeUsageLimit":"single", "maxAllowedHistoryLong":880 }, "ais:getTransactionsScheduled":{ "scopeUsageLimit":"single", "maxAllowedHistoryLong":880 }, "ais-accounts:getAccounts":{ "scopeUsageLimit":"single", "maxAllowedHistoryLong":880 }, "pis:tax":{ "scopeUsageLimit":"single" }, "pis:getPayment":{ "scopeUsageLimit":"single" }, "pis:domestic":{ "scopeUsageLimit":"single" }, "ais:getTransactionDetail":{ "scopeUsageLimit":"single", "maxAllowedHistoryLong":880 }, "ais:getTransactionsPending":{ "scopeUsageLimit":"single", "maxAllowedHistoryLong":880 }, "pis:bundle":{ "scopeUsageLimit":"single" } } }, "scope":"scope", "responseHeader":{ "sendDate":"2000-01-23T04:56:07.000+00:00", "requestId":"046b6c7f-0b8a-43b9-b35d-6489e6daee91", "isCallback":true }, "token_type":"token_type", "expires_in":"expires_in" }
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
Connector Methods:
Version: PAPIv2.1.1.1, function_name: by token, operation_id: PAPIv2.1.1.1-token Tags: AS, Mocked-Data,

Requests OAuth2 authorization code

NOTE: This endpoint currently only returns example data.

Requests OAuth2 authorization code

Authentication is Mandatory

JSON request body fields:

JSON response body fields:

Typical Successful Response:

								
									
{ "responseHeader":{ "sendDate":"2000-01-23T04:56:07.000+00:00", "requestId":"046b6c7f-0b8a-43b9-b35d-6489e6daee91", "isCallback":true }, "aspspRedirectUri":"aspspRedirectUri" }
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
Connector Methods:
Version: PAPIv2.1.1.1, function_name: by authorize, operation_id: PAPIv2.1.1.1-authorize Tags: AS, Mocked-Data,

Requests OAuth2 authorization code based on One-time authorization code issued by External Authorization Tool

NOTE: This endpoint currently only returns example data.

Requests OAuth2 authorization code based One-time authorization code issued by External Authorization Tool. Authorization code will be delivered to TPP as callback request from ASPSP if PSU authentication is confirmed by EAT. Callback function must provide similar notification also in case of unsuccessful authentication or its abandonment.

Authentication is Mandatory

JSON request body fields:

JSON response body fields:

Typical Successful Response:

								
									
{ "jsonString":"{}" }
Validations:
  • Required JSON Validation: No
  • Allowed Authentication Types: Not set
Possible Errors:
  • OBP-20001: User not logged in. Authentication is required!
  • OBP-50000: Unknown Error.
Connector Methods:
Version: PAPIv2.1.1.1, function_name: by authorizeExt, operation_id: PAPIv2.1.1.1-authorizeExt Tags: AS, Mocked-Data,