-
Notifications
You must be signed in to change notification settings - Fork 4
XS2A Use Cases
Sven Biellmann edited this page May 2, 2024
·
7 revisions
- Show my accounts
-
Return the list of all accounts accessible for the logged in user
-
Retrieve a specific account with details
- /v[x]/accounts
(e.g. /v1/accounts where v1 is the major version 1 of the API)
- Show account data (balance) of one of my accounts
- Retrieve account data of a specific account
- /v[x]/accounts/{accountId}/balance
(e.g. /v1/accounts/5423/balance where v1 is the major version 1 of the API and 5423 the account ID)
- Show transactions of one of my accounts
-
Retrieve transactions (to and from) of a specific account
-
Retrieve details of a specific transaction
- /v[x]/accounts/{accountId}/transactions
(e.g. /v1/accounts/5423/transactions where v1 is the major version 1 of the API and 5423 the account ID)
SFTI | ca-payment
Wiki
API specific Information
Version Management
Common Implementation Guidelines