Account Information Services
|
- /v1/accounts
- /v1/consents
- /v1/accounts/{account-id}
- /v1/consents/{consentId}
- /v1/accounts/{account-id}/balances
- /v1/accounts/{account-id}/transactions
- /v1/consents/{consentId}/authorisations
- /v1/consents/{consentId}/status
- /v1/consents/{consentId}/authorisations/{authorisationId}
|
- GET
- POST
- GET
- DELETE, GET
- GET
- GET
- GET, POST
- GET
- GET
|
These endpoints provide account information services and functions for
creating and querying consents.
|
Payment Initiation Services
|
- /v1/{payment-service}/{payment-product}
- /v1/{payment-service}/{payment-product}/{paymentId}
- /v1/{payment-service}/{payment-product}/{paymentId}/authorisations
- /v1/{payment-service}/{payment-product}/{paymentId}/cancellation-authorisations
- /v1/{payment-service}/{payment-product}/{paymentId}/status
- /v1/{payment-service}/{payment-product}/{paymentId}/authorisations/{authorisationId}
- /v1/{payment-service}/{payment-product}/{paymentId}/cancellation-authorisations/{cancellationId}
|
- POST
- DELETE, GET
- GET, POST
- GET, POST
- GET
- GET
- GET
|
Payment endpoints for initiation, cancellation and querying of payments.
|