bankIO

Developer portal: https://bankio.co.uk/dashboard/

API endpoints

bankIO (dev) API endpoints
NameURL
consentApiUrihttps://localhost:8443/api/bankio/v1/consents
accountsApiUrihttps://localhost:8443/api/bankio/v1/accounts
paymentInitiationApiUrihttps://localhost:8443/api/bankio/v1/{payment-service}/{payment-product}
paymentApiUrihttps://localhost:8443/api/bankio/v1/{payment-service}/{payment-product}/{paymentId}
paymentStatusApiUrihttps://localhost:8443/api/bankio/v1/{payment-service}/{payment-product}/{paymentId}/status
consentStatusApiUrihttps://localhost:8443/api/bankio/v1/consents/{consentId}/status

Sandbox OAuth API configuration

bankIO (dev) Sandbox OAuth API endpoints
NameValue
authorization_endpointhttps://localhost:8443/api/auth/authorize
token_endpoint_auth_methods_supported
client_secret_post
grant_types_supported
refresh_token
authorization_code
token_endpointhttps://localhost:8443/api/auth/token
scopes_supported
aisp
pisp
offline_access
scopes{"AIS":"aisp offline_access","PIS":"pisp offline_access"}
id_token_signing_alg_values_supported
PS256
request_object_signing_alg_values_supported
PS256
code_challenge_methods_supported
S256

Feedback

Edit this page on GitHub

Edit the data behind this page on GitHub

You may also leave feedback directly onGitHub