API endpoints

Nordea (sandbox) API endpoints
NameURL
accountsApiUrihttps://api.nordeaopenbanking.com/personal/v4/accounts
paymentInitiationApiUrihttps://api.nordeaopenbanking.com/personal/v4/{payment-service}/{payment-product}
paymentApiUrihttps://api.nordeaopenbanking.com/personal/v4/{payment-service}/{payment-product}/{paymentId}
paymentConfirmationApiUrihttps://api.nordeaopenbanking.com/personal/v4/{payment-service}/{payment-product}/{paymentId}/confirm

Sandbox OAuth API configuration

Nordea (sandbox) Sandbox OAuth API endpoints
NameValue
authorization_endpointhttps://api.nordeaopenbanking.com/{businessEntityID}/v4/authorize
token_endpoint_auth_methods_supported
token_endpointhttps://api.nordeaopenbanking.com/{businessEntityID}/v4/authorize/token
scopes_supported
ACCOUNTS_BASIC
ACCOUNTS_BALANCES
ACCOUNTS_DETAILS
ACCOUNTS_TRANSACTIONS
PAYMENTS_MULTIPLE
CARDS_INFORMATION
CARDS_TRANSACTIONS
scopes{"AIS":"ACCOUNTS_BASIC,ACCOUNTS_BALANCES,ACCOUNTS_DETAILS,ACCOUNTS_TRANSACTIONS, CARDS_INFORMATION, CARDS_TRANSACTIONS","PIS":"PAYMENTS_MULTIPLE"}
id_token_signing_alg_values_supported
PS256
request_object_signing_alg_values_supported
PS256
grant_types_supported
refresh_token
authorization_code
code_challenge_methods_supported

Test users

Test Case

Case 200

  • 55000001 - password 111111 - with Security Pass and 1 account
  • 55000002 - password 111111 - with SMS Code validation (code ABC123), 3 accounts and one card
  • 55000008 - password 111111 - with SMS Code validation (code ABC123) and 3 accounts
  • 55000014 - password 111111 - with Security Pass and no accounts
  • 55000016 - password 111111 - with Security Pass and no accounts
  • 55000020 - password 111111 - with Security Pass and no balance
  • 55000022 - password 111111 - with Security Pass and 1 account

Clients with security error

  • 55000004 - password 111111 - with SMS Code validation (code ABC123) and no authorization
  • 55000010 - password 111111 - with Security Pass KO
  • 55000011 - password 111111 - with SMS Code validation KO (code ABC123)
  • 55000012 - password 111111 - without security

Clients with http error

  • 55000018 - password 111111 - with Security Pass and http error 500 on /accounts
  • 55000021 - password 111111 - with Security Pass and http error 500 on /transactions
  • 55000024 - password 111111 - with Security Pass and http error 403

Feedback

Edit this page on GitHub

Edit the data behind this page on GitHub

You may also leave feedback directly onGitHub