API structure has changed
9 structure changes including:
4 Additions
5 Modifications
Modified
5
Breaking
GET /v1/accounts
- Response
-
default response Modified
- accounts property Modified
- Header
- Signature header Added
- Authentication
- O auth2 authentication method Added
GET /v1/accounts/{accountId}
- Response
-
default response Modified
- account property Modified
- Header
- Signature header Added
- Authentication
- O auth2 authentication method Added
GET /v1/accounts/{accountId}/balances
- Response
-
default response Modified
- account property Modified
- Header
- Signature header Added
- Authentication
- O auth2 authentication method Added
GET /v1/accounts/{accountId}/transactions
- Response
-
default response Modified
- account, transactions properties Modified
- Query
- entryReferenceFrom, deltaList query parameters Removed
- Header
- Signature header Added
- Authentication
- O auth2 authentication method Added
GET /v1/accounts/{accountId}/transactions/{transactionId}
- Response
-
default response Modified
- transactionsDetails property Modified
- Header
- Signature header Added
- Authentication
- O auth2 authentication method Added
Added
4
DELETE /v1/{payment-service}/{payment-product}/{paymentId}
GET /v1/{payment-service}/{payment-product}/{paymentId}
GET /v1/{payment-service}/{payment-product}/{paymentId}/status
POST /v1/{payment-service}/{payment-product}