← all adapters
psd2-style
simulates Open Banking / PSD2 (Berlin Group NextGenPSD2) 1.3.6
restadapter v0.1.011 routes
use it
# add to stunt.yaml
services:
psd2:
adapter: embedded:psd2-style
# then
$ stunt upThe embedded: source extracts this adapter from the binary — no git clone, fully offline.
backing stores
consentsauthorisationsaccountstransactionsaccess_tokens
routes (11)
POST/v1/oauth/token
POST/v1/consents
GET/v1/consents/{consentId}
DELETE/v1/consents/{consentId}
POST/v1/consents/{consentId}/authorisations
GET/v1/consents/{consentId}/authorisations/{authorisationId}
PUT/v1/consents/{consentId}/authorisations/{authorisationId}
POST/v1/consents/{consentId}/authorisations/{authorisationId}
GET/v1/accounts
GET/v1/accounts/{resourceId}/balances
GET/v1/accounts/{resourceId}/transactions