Skip to main content
The Nordiska Embedded API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs. You can use the Nordiska Embedded API in our test environment, which doesn’t affect your live data or interact with the banking networks. The base URL you use determines whether the request is made to the test or production environment.

API Endpoints

Base URLs
  • Test: https://card.dev.nordiska.com
  • Production: https://card.prod.nordiska.com

Authentication

All API calls use HTTP Basic Authentication where:
  • Username: Your assigned API-Key (e.g., 550e8400-e29b-41d4-a716-446655440000)
  • Password: Empty (no password required)
Authorization: Basic <base64(uuid:)>
Content-Type: application/json