The Cards API provides real-time consolidated information on a Nordea customer’s credit card(s) and transactions on those cards.
You can find the documentation for Cards API here:
https://developer.nordeaopenbanking.com/documentation?api=Cards%20API
Is it on purpose that the /v5/cards transactions change every time I call the endpoint?
Yes, both the card list and the transaction list content changes with every call and is a random subset of the available cards or transactions. Because we are using static data for the sandbox, we decided to go for randomness in order to increase the chances that hits on the API would sample all the available variety of cards and transactions.
Please note that while the hits on /v5/cards and /v5/cards/{card_id}/transactions produce random output, querying details about a card through /v5/cards/{card_id} will always return the same data and the masked card number in the transactions at /v5/cards/{card_id}/transactions will be the correct one corresponding to the {card_id} provided in the path.
How do I get the card holder name?
In the sandbox, the card holder name is not included in the response.
What is the currency on the balances on /v5/cards endpoint?
All monetary amounts in the responses, namely credit_limit, credit_available_balance and credit_booked_balance for the credit card and amount for the credit card transaction are in the local currency of the issuing country.
How can I get consent for Cards scopes?
Endpoint | Required scopes |
---|---|
/cards |
CARDS_INFORMATION |
/cards/ {CARD_ID} |
CARDS_INFORMATION |
/cards/ {CARD_ID}/transactions
|
CARDS_INFORMATION +CARDS_TRANSACTIONS
|