Premium APIsCorporatePayments Track & Trace API v1

Payments Track & Trace API - details

Payments Track & Trace API provides status on incoming and outgoing cross-border payments processed via the SWIFT network. The current status of any such cross-border payment is always available independently in which channel the payment has been initiated (e.g. file based, online or via API).

All the details are explained within this API specification.

The consuming Client Application can use API requests to:

  • Get outgoing or incoming payment status by UETR
  • Get outgoing or incoming payments status by debtor or creditor account with ability to specify time range

Changes from previous version

Version 1.0 - Available only in Sandbox

The Payments Track & Trace API is a newly introduced service to support Swift Payments Services. Payments Track & Trace API provides access to the following endpoints:

  • GET corporate/premium/v1/gpi-tracker/payments/{serviceLevelName}
  • GET corporate/premium/v1/gpi-tracker/payments/{serviceLevelName}/{uetr}

where {uetr} must be given valid identifier uniquely representing Swift payment and serviceLevelName are “outgoing” for outbound payments or “incoming” for inbound payments.

Flows

Client applications must have obtained and present an access token with the “PAYMENTS_BROADBAND” scope in order to access the Payments endpoints. For more details please see: Corporate Access Authorization API.

Get outgoing or incoming payment status by UETR

GET corporate/premium/v1/gpi-tracker/payments/{serviceLevelName}/{uetr}

Depending on the {serviceLevelName}, the endpoint will return the status of the payment with the given UETR Swift payment identifier.

For the serviceLevelName “outgoing” the endpoint will return the status of the outgoing payment.
For the serviceLevelName “incoming” the endpoint will return the status of the incoming payment.

Get outgoing or incoming payments status by debtor or creditor account with ability to specify time range

GET corporate/premium/v1/gpi-tracker/payments/{serviceLevelName}/{uetr}

Depending on the {serviceLevelName}, the endpoint will return the status of the payment by debtor or creditor account and time range.

For the serviceLevelName “outgoing” the endpoint will accept debtor account as a parameter and return the status of the outgoing payment.
For the serviceLevelName “incoming” the endpoint will accept creditor account as a parameter and return the status of the incoming payment.

To specify the account we support both iban format and other account identification format. Please be aware that other identification account format must be one of Nordea supported formats (e.g. BBAN).

To request time range, the ‘start_date_time’ and ‘end_date_time’ parameters are used. Since the swift does not offer older transactions than 7 days, the ‘start_date_time’ will be automatically adjusted to current date time minus 7 days and ‘end_date_time’ will be automatically adjusted to current date.
The default timezone used is UTC, but we allow to provide your own timezone as offset from the UTC time. For example if you want to get payments from 2024-01-01 00:00:00 to 2024-01-31 23:59:59 in timezone UTC+2, you should provide ‘start_date_time’ as “2024-01-01T00:00:00+02:00” and ‘end_date_time’ as “2024-01-31T23:59:59+02:00”.
Please also be aware that it might be needed to encode the ’+’ sign as ‘%2B’ in the URL.

The responses are paginated and the number of payments returned in one call can be specified by the ‘size’ parameter. The range of the ‘size’ parameter is from 20 to 100, with 20 being the default value if the parameter remains empty.
To get the next page please use ‘continuation_key’ parameter returned in the current page response.

API Validations

Search using UETR

Verification element(s)Possible error message(s)/description(s)
Validates if UETR does not match following regex: { ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$ }“UETR is invalid. UETR must consist of 36 characters and match pattern.”
When no payment was found for given UETR”Request could not be processed due to unknown resource requested.”

Search using Account Number + time range

Verification element(s)Possible error message(s)/description(s)
Validates if ‘iban_account’ or ‘other_account_identification’ (for outgoing payments) belongs to the client’s agreement.”Invalid creditor account.”
Validates if ‘iban_account’ or ‘other_account_identification’ (for incoming payments) belongs to the client’s agreement.”Invalid debtor account.”
Validates if ‘iban_account’ parameter provided in request is in valid format.”Invalid IBAN account format {input}.”
Validates if ‘other_account_identification’ parameter provided in request is not longer than 34 characters.”Account number must be less than 34 characters long.”
Validates if either ‘iban_account’ or ‘other_account_identification’ is provided.”Either ‘iban_account’ or ‘other_account_identification’ must be provided in the request, but not both.”
Validates if ‘start_date_time’ parameter is not from the future and earlier than ‘end_date_time’.”’Start_date_time’ cannot be from future.”
Validates if ‘start_date_time’ parameter is earlier than ‘end_date_time’.”’Start_date_time’ cannot be after end date.”
Validates if ‘end_date_time’ parameter is not earlier than 7 days ago.”’End_date_time’ can’t be older then 7 days.”

Payments Track & Trace API examples

Here you can find examples how to use the Payments Track & Trace API endpoints.

Get outbound payments list with status by debtor account and time range

This endpoint URL has the following form:

GET /corporate/premium/v1/gpi-tracker/payments/outgoing 

This endpoint supports GET HTTP method.

The following headers must be used:

Content-Type: application/json
Authorization: Bearer {access_token} 
Signature: {signature}
X-IBM-Client-Id: {client_id} 
X-IBM-Client-Secret: {client_secret}
X-Nordea-Originating-Date: {date}
X-Nordea-Originating-Host: {host}

The following optional query parameters are supported:

"debtor_iban_account": "...",
"debtor_other_account_identification": "...",
"start_date_time": "2024-01-01",
"end_date_time": "2024-01-31",
"continuation_key": "..."
"size": "..."

where:

  • debtor_iban_account - Debtor account in IBAN format
  • debtor_other_account_identification - Debtor other account identification ex. BBAN
  • start_date_time - Payments range start date time
  • end_date_time - Payments range end date time
  • continuation_key - As in other APIs
  • size - number of transactions returned in one call (range from 20 to 100, with 20 being default value, if parameter remains empty)

Where the request is valid the response will be 200 SUCCESS and formatted like the example below (the list of payments):

{
  "group_header": {
    "message_identification": "7fd76f7db222ba20",
    "creation_date_time": "2025-03-16T21:41:28.58624363Z",
    "http_code": 200
  },
  "response": {
    "payment_list": [
      {
        "uetr": "02209bd5-a829-4af7-98d0-ba96fd5e87a2",
        "instruction_identification": "948109926091052",
        "end_to_end_identification": "e2e-id-810104805",
        "transaction_status": "RJCT",
        "transaction_status_date": "2025-03-13T15:51:38.840624973Z",
        "reject_return_reason": "AC04",
        "tracker_informing_party": "BICBANKXXXX",
        "service_level": "G003",
        "instructed_amount": {
          "currency": "EUR",
          "amount": "35000"
        },
        "equivalent_amount": {
          "currency_of_transfer": "SEK",
          "amount": {
            "currency": "SEK",
            "amount": "50000"
          }
        },
        "interbank_settlement_amount": {
          "currency": "EUR",
          "amount": "0"
        },
        "confirmed_amount": {
          "currency": "EUR",
          "amount": "0"
        },
        "remaining_to_be_confirmed_amount": {
          "currency": "EUR",
          "amount": "35000"
        },
        "previously_confirmed_amount": {
          "amount": "0"
        },
        "requested_execution_date": "2025-03-12T15:51:38.8406297Z",
        "interbank_settlement_date": "2025-03-13",
        "debtor": {
          "name": "Johan Nel",
          "any_bic": "NDEAFIHH"
        },
        "debtor_account": {
          "identification": {
            "iban": "FI8216603000004393"
          }
        },
        "ultimate_debtor": {
          "name": "J Company",
          "any_bic": "NDEAFIHH"
        },
        "creditor": {
          "name": "Sara Kim",
          "any_bic": "BICBANKXXXX"
        },
        "creditor_account": {
          "identification": {
            "iban": "DE75512108001245126199"
          }
        },
        "ultimate_creditor": {
          "name": "Ultimate Beneficiary",
          "any_bic": "BICBANKXXXX"
        },
        "creditor_agent": "CREDGB22XXX",
        "purpose": "SALA",
        "remittance_information": {
          "unstructured": "Payment for invoice #66t7d82"
        },
        "debit_confirmation_url_address": "wwww.sampleurl.com",
        "payment_event": [
          {
            "from": "NDEAFIHH",
            "to": "BICBANKXXXX",
            "interbank_settlement_amount": {
              "currency": "EUR",
              "amount": "35000"
            },
            "charge_amount": {
              "currency": "EUR",
              "amount": "150"
            },
            "charge_bearer": "DEBT",
            "exchange_rate_data": {
              "source_currency": "EUR",
              "target_currency": "SEK",
              "exchange_rate": "1.4286"
            },
            "processing_date_time": "2025-03-13T14:51:38.840638523Z"
          }
        ],
        "_links": [
          {
            "rel": "details",
            "href": "/premium/v1/gpi-tracker/payments/outgoing/02209bd5-a829-4af7-98d0-ba96fd5e87a2"
          }
        ]
      },
      {
        // ***other transactions***
      }
    ],
    "_links": [
      {
        "rel": "self",
        "href": "/premium/v1/gpi-tracker/payments/outgoing?iban_account=FI8216603000004393&size=20"
      }
    ]
  }
}

Get inbound payments list with status by creditor account and time range

This endpoint URL has the following form:

GET /corporate/premium/v1/gpi-tracker/payments/incoming

This endpoint supports GET HTTP method.

The following headers must be used:

Content-Type: application/json
Authorization: Bearer {access_token} 
Signature: {signature}
X-IBM-Client-Id: {client_id} 
X-IBM-Client-Secret: {client_secret}
X-Nordea-Originating-Date: {date}
X-Nordea-Originating-Host: {host}

The following optional query parameters are supported:

"creditor_iban_account": "...",
"creditor_other_account_identification": "...",
"start_date_time": "2024-01-01",
"end_date_time": "2024-01-31",
"continuation_key": "..."
"size": ".."

where:

  • creditor_iban_account - Creditor account in IBAN format
  • creditor_other_account_identification - Creditor other account identification ex. BBAN
  • start_date_time - Payments range start date time
  • end_date_time - Payments range end date time
  • continuation_key - As in other APIs
  • size - number of transactions returned in one call (range from 20 to 100, with 20 being default value, if parameter remains empty)

Where the request is valid the response will be 200 SUCCESS and formatted like the example below (the list of payments):

{
  "group_header": {
    "message_identification": "cdff0e584bce1674",
    "creation_date_time": "2025-03-16T21:34:14.755442033Z",
    "http_code": 200
  },
  "response": {
    "payment_list": [
      {
        "uetr": "c85d1512-08db-4244-a150-253e83c5961c",
        "instruction_identification": "948109926091052",
        "end_to_end_identification": "e2e-id-810104805",
        "transaction_status": "RJCT",
        "transaction_status_date": "2025-03-13T15:51:38.840178023Z",
        "reject_return_reason": "AC04",
        "tracker_informing_party": "BICBANKXXXX",
        "service_level": "G007",
        "instructed_amount": {
          "currency": "DKK",
          "amount": "35000"
        },
        "equivalent_amount": {
          "currency_of_transfer": "SEK",
          "amount": {
            "currency": "SEK",
            "amount": "50000"
          }
        },
        "interbank_settlement_amount": {
          "currency": "SEK",
          "amount": "0"
        },
        "confirmed_amount": {
          "currency": "SEK",
          "amount": "0"
        },
        "remaining_to_be_confirmed_amount": {
          "currency": "SEK",
          "amount": "35000"
        },
        "previously_confirmed_amount": {
          "amount": "0"
        },
        "requested_execution_date": "2025-03-12T15:51:38.840185194Z",
        "interbank_settlement_date": "2025-03-13",
        "debtor": {
          "name": "Lars Jensen",
          "any_bic": "BICBANKXXXX"
        },
        "debtor_account": {
          "identification": {
            "iban": "*******************"
          }
        },
        "ultimate_debtor": {
          "name": "Jensen Trading",
          "any_bic": "BICBANKXXXX"
        },
        "creditor": {
          "name": "Johnson Waterfall",
          "any_bic": "NDEASESS"
        },
        "creditor_account": {
          "identification": {
            "iban": "SE5695000099602605435979"
          }
        },
        "ultimate_creditor": {
          "name": "Ultimate Beneficiary",
          "any_bic": "NDEASESS"
        },
        "creditor_agent": "CREDGB22XXX",
        "purpose": "SALA",
        "remittance_information": {
          "unstructured": "Payment for invoice #12356682"
        },
        "debit_confirmation_url_address": "wwww.sampleurl.com",
        "payment_event": [
          {
            "from": "BICBANKXXXX",
            "to": "NDEASESS",
            "interbank_settlement_amount": {
              "currency": "DKK",
              "amount": "35000"
            },
            "charge_amount": {
              "currency": "DKK",
              "amount": "150"
            },
            "charge_bearer": "DEBT",
            "exchange_rate_data": {
              "source_currency": "DKK",
              "target_currency": "SEK",
              "exchange_rate": "1.4286"
            },
            "processing_date_time": "2025-03-13T14:51:38.840199946Z"
          }
        ],
        "_links": [
          {
            "rel": "details",
            "href": "/premium/v1/gpi-tracker/payments/incoming/c85d1512-08db-4244-a150-253e83c5961c"
          }
        ]
      },
      {
        // ***other transactions***
      }
    ],
    "_links": [
      {
        "rel": "self",
        "href": "/premium/v1/gpi-tracker/payments/incoming?iban_account=SE5695000099602605435979&size=20"
      }
    ]
  }
}

Get detailed outbound payment status by given UETR Swift payment identifier.

This endpoint URL has the following form:

GET /corporate/premium/v1/gpi-tracker/payments/outgoing/02209bd5-a829-4af7-98d0-ba96fd5e87a2

This endpoint supports GET HTTP method.

The following headers must be used:

Content-Type: application/json
Authorization: Bearer {access_token} 
Signature: {signature}
X-IBM-Client-Id: {client_id} 
X-IBM-Client-Secret: {client_secret}
X-Nordea-Originating-Date: {date}
X-Nordea-Originating-Host: {host}

Where the request is valid the response will be 200 SUCCESS and formatted like the example below:

{
    "group_header": {
        "message_identification": "2fd41bce6def0b1d",
        "creation_date_time": "2025-03-16T21:46:44.930399261Z",
        "http_code": 200
    },
    "response": {
        "uetr": "02209bd5-a829-4af7-98d0-ba96fd5e87a2",
        "instruction_identification": "948109926091052",
        "end_to_end_identification": "e2e-id-810104805",
        "transaction_status": "RJCT",
        "transaction_status_date": "2025-03-13T15:51:38.840624973Z",
        "reject_return_reason": "AC04",
        "tracker_informing_party": "BICBANKXXXX",
        "service_level": "G003",
        "instructed_amount": {
            "currency": "EUR",
            "amount": "35000"
        },
        "equivalent_amount": {
            "currency_of_transfer": "SEK",
            "amount": {
                "currency": "SEK",
                "amount": "50000"
            }
        },
        "interbank_settlement_amount": {
            "currency": "EUR",
            "amount": "0"
        },
        "confirmed_amount": {
            "currency": "EUR",
            "amount": "0"
        },
        "remaining_to_be_confirmed_amount": {
            "currency": "EUR",
            "amount": "35000"
        },
        "previously_confirmed_amount": {
            "amount": "0"
        },
        "requested_execution_date": "2025-03-12T15:51:38.8406297Z",
        "interbank_settlement_date": "2025-03-13",
        "debtor": {
            "name": "Johan Nel",
            "any_bic": "NDEAFIHH"
        },
        "debtor_account": {
            "identification": {
                "iban": "FI8216603000004393"
            }
        },
        "ultimate_debtor": {
            "name": "J Company",
            "any_bic": "NDEAFIHH"
        },
        "creditor": {
            "name": "Sara Kim",
            "any_bic": "BICBANKXXXX"
        },
        "creditor_account": {
            "identification": {
                "iban": "DE75512108001245126199"
            }
        },
        "ultimate_creditor": {
            "name": "Ultimate Beneficiary",
            "any_bic": "BICBANKXXXX"
        },
        "creditor_agent": "CREDGB22XXX",
        "purpose": "SALA",
        "remittance_information": {
            "unstructured": "Payment for invoice #66t7d82"
        },
        "debit_confirmation_url_address": "wwww.sampleurl.com",
        "payment_event": [
            {
                "from": "NDEAFIHH",
                "to": "BICBANKXXXX",
                "interbank_settlement_amount": {
                    "currency": "EUR",
                    "amount": "35000"
                },
                "charge_amount": {
                    "currency": "EUR",
                    "amount": "150"
                },
                "charge_bearer": "DEBT",
                "exchange_rate_data": {
                    "source_currency": "EUR",
                    "target_currency": "SEK",
                    "exchange_rate": "1.4286"
                },
                "processing_date_time": "2025-03-13T14:51:38.840638523Z"
            }
        ],
        "_links": [
            {
                "rel": "self",
                "href": "/premium/v1/gpi-tracker/payments/outgoing/02209bd5-a829-4af7-98d0-ba96fd5e87a2"
            }
        ]
    }
}

Get detailed inbound payment status by given UETR Swift payment identifier.

This endpoint URL has the following form:

GET /corporate/premium/v1/gpi-tracker/payments/incoming/5f6f512b-e619-495d-af66-0afa54565dd0

This endpoint supports GET HTTP method.

The following headers must be used:

Content-Type: application/json
Authorization: Bearer {access_token} 
Signature: {signature}
X-IBM-Client-Id: {client_id} 
X-IBM-Client-Secret: {client_secret}
X-Nordea-Originating-Date: {date}
X-Nordea-Originating-Host: {host}

Where the request is valid the response will be 200 SUCCESS and formatted like the example below:

{
    "group_header": {
        "message_identification": "455af25bd2913adb",
        "creation_date_time": "2025-03-16T21:48:05.708509787Z",
        "http_code": 200
    },
    "response": {
        "uetr": "5f6f512b-e619-495d-af66-0afa54565dd0",
        "instruction_identification": "948105925891052",
        "end_to_end_identification": "e2e-id-810582905",
        "transaction_status": "ACCC",
        "transaction_status_date": "2025-03-11T15:51:38.840093557Z",
        "tracker_informing_party": "BICBANKXXXX",
        "service_level": "G007",
        "instructed_amount": {
            "currency": "USD",
            "amount": "20.59"
        },
        "equivalent_amount": {
            "currency_of_transfer": "SEK",
            "amount": {
                "currency": "SEK",
                "amount": "19.25"
            }
        },
        "interbank_settlement_amount": {
            "currency": "USD",
            "amount": "20.59"
        },
        "confirmed_amount": {
            "currency": "USD",
            "amount": "20.59"
        },
        "remaining_to_be_confirmed_amount": {
            "currency": "USD",
            "amount": "0"
        },
        "previously_confirmed_amount": {
            "amount": "0"
        },
        "requested_execution_date": "2025-03-10T15:51:38.840098765Z",
        "interbank_settlement_date": "2025-03-11",
        "confirmed_date": "2025-03-11T15:21:38.84011587Z",
        "debtor": {
            "name": "John Doe",
            "any_bic": "BICBANKXXXX"
        },
        "debtor_account": {
            "identification": {
                "iban": "******************"
            }
        },
        "ultimate_debtor": {
            "name": "Jane Doe",
            "any_bic": "BICBANKXXXX"
        },
        "creditor": {
            "name": "Johnson Waterfall",
            "any_bic": "NDEASESS"
        },
        "creditor_account": {
            "identification": {
                "iban": "SE5695000099602605435979"
            }
        },
        "ultimate_creditor": {
            "name": "Ultimate Beneficiary",
            "any_bic": "NDEASESS"
        },
        "creditor_agent": "CREDGB22XXX",
        "purpose": "IVPT",
        "remittance_information": {
            "unstructured": "Payment for invoice #668232"
        },
        "debit_confirmation_url_address": "wwww.sampleurl.com",
        "payment_event": [
            {
                "from": "BICBANKXXXX",
                "to": "NDEASESS",
                "interbank_settlement_amount": {
                    "currency": "USD",
                    "amount": "20.59"
                },
                "charge_amount": {
                    "currency": "USD",
                    "amount": "2"
                },
                "charge_bearer": "DEBT",
                "exchange_rate_data": {
                    "source_currency": "USD",
                    "target_currency": "SEK",
                    "exchange_rate": "0.9345"
                },
                "processing_date_time": "2025-03-11T14:51:38.840126366Z"
            }
        ],
        "_links": [
            {
                "rel": "self",
                "href": "/premium/v1/gpi-tracker/payments/incoming/5f6f512b-e619-495d-af66-0afa54565dd0"
            }
        ]
    }
}

Sample test data (mocks)

Following table provides test data to be used when testing Payments Track & Trace API in Sandbox environment.

To simulate the real-life scenario, the following parameters are used to auto-adjust date fields in the response:

  • “transaction_status_date”: “Current date time - mocked_days_since_last_status_update”,
  • “requested_execution_date”: “Current date time - mocked_days_since_last_status_update - 1 day”,
  • “interbank_settlement_date”: “Current date - mocked_days_since_last_status_update”,
  • “confirmed_date”: “Current date time - mocked_days_since_last_status_update - 30 minutes”,
  • “processing_date_time”: “Current date time - mocked_days_since_last_status_update — 1 hour”
Agreement numberUETRService LevelDebtor AccountCreditor AccountInstructed AmountCurrencymocked_days_since_last_status_update parameter value
1304748222008680f4ac-b39f-4b44-886b-508ebbd89cb3incomingFI1430127157403541SE483000000004016130335420.59USD3
130474822200f9fcf1ea-07fe-4284-8469-061b844e79fdincomingES9121000418450200051332SE4830000000040161303354500USD5
130474822200189fd23f-41c2-4ded-bb54-0761b6e147dbincomingDK50004000440116243SE483000000004016130335435000DKK1
130474822200a77d6565-959f-42d8-a71d-90d386889eeaincomingPL1430127157403541SE559500009960420017604012000PLN2
130474822200dc5776af-240f-4069-85d8-cc0f72e2b706incomingHR1723600001101234565SE55950000996042001760404000EUR4
13047482220050e4b436-a8c1-415c-aef4-18f589370d38incomingBG18RZBB91550123456789SE5595000099604200176040500USD5
130474822200764866f4-0a66-4747-b165-a1e9191c2457incomingRO66BACX0000001234567890SE509500009960341390838918000RON3
13047482220053ba935e-255e-46a6-a7d7-3d413751f19bincomingNO9386011117947SE509500009960341390838915000NOK3
13047482220093406a35-1c54-4dc0-b827-22e5beda1d49incomingCH9300762011623852957SE50950000996034139083897500CHF4
13047482220024b720e8-3720-4c7b-aa59-f0e6e34e01b8incomingCZ6508000000192000145399DK152000080762231550000CZK6
130474822200f9409a5d-6be9-40ad-b351-f98f8512f168incomingFI2112345600000785DK152000080762231512000EUR5
1304748222004c93311b-8fde-43df-a8d9-bfeaf9d6f327incomingPL27114020040000300201355387DK152000080762231510000PLN2
130474822200b1a6a98a-93c4-4496-9d41-c2ee70fa0c83outgoingDK5720001544465666EE47100000102014568520.59USD3
130474822200b67e06ba-d8aa-4d0c-8944-9baee8714d39outgoingDK5720001544465666FR7630006000011234567890189500USD5
130474822200ee9f8ade-e6d8-4c09-8520-b66eb16cb9f3outgoingDK5720001544465666DE7551210800124512619935000DKK1
1304748222007a5206ea-0036-4551-8a47-abc7745824e3outgoingNO4468250512337IS75000112123456310896209912000PLN2
130474822200a43945ec-12c5-416c-9284-5c2960c32512outgoingNO4468250512337IT60X05428111010000001234564000EUR4
130474822200f4e99686-f70a-4f46-9e4d-d74f9927c71coutgoingNO4468250512337LI7408806123456789012500USD5
130474822200d5d76f21-dd40-4b67-88b4-f52a8c449428outgoingNO6668250512329AT48320000001234586418000RON3
13047482220069391198-0b12-4d37-b4fa-467e1f7e2f3eoutgoingNO6668250512329BR1500000000000010932840814P215000NOK3
130474822200c7566b36-beaf-48ff-9bce-74d730456954outgoingNO6668250512329FO92646001234567897500CHF4
13047482220028b4a633-a9bf-4595-94d0-4b109afdd0beoutgoingNO9468250512310GE60NB000000012345678920.59USD3
13047482220037e8de81-bd80-4dce-8d8c-5c43d256cae3outgoingNO9468250512310GI56XAPO000001234567890500USD5
1304748222008e591e3d-754d-4781-87a2-4caf5d8712aaoutgoingNO9468250512310HU93116000060000000012345676500USD1
130474822427c92c1017-6985-451a-a8f1-ba06ebb3dfdaincomingFI1430127157403541SE453000000003016770041320.59USD3
130474822427029f782b-5805-48e9-8eeb-3d800ae740e2incomingES9121000418450200051332SE4530000000030167700413500USD5
130474822427f1a3c2fa-64e7-464f-8fcb-57f185cc6ce4incomingDK50004000440116243SE453000000003016770041335000DKK1
130474822427dadd2f99-9caa-423b-a87e-f5e503859aacincomingPL1430127157403541SE169500009960420017189212000PLN2
130474822427d61295ac-7f8e-4ffd-b22b-99822032c807incomingHR1723600001101234565SE16950000996042001718924000EUR4
1304748224274c29a0d2-b823-47af-ae3d-1a7f1714b00aincomingBG18RZBB91550123456789SE1695000099604200171892500USD5
1304748224270ca80df2-9c9d-499a-b980-1554a3426b9fincomingRO66BACX0000001234567890SE029500009960421390831418000RON3
13047482242719b51d9e-f1bc-4e6d-befb-d6f0da14895bincomingNO9386011117947SE029500009960421390831415000NOK3
13047482242738b3460e-b54b-4b10-90de-68ff8b5cdd2bincomingCH9300762011623852957SE02950000996042139083147500CHF4
130474822427ef992d5a-9c71-428d-a043-26afd9fbde73incomingCZ6508000000192000145399SE509500009960341390838950000CZK6
130474822427d9f366bb-f37f-4ba0-b422-aab9cdab5454incomingFI2112345600000785SE509500009960341390838912000EUR5
130474822427d8bca917-d156-4afd-aced-ceb1efba5efcincomingPL27114020040000300201355387SE509500009960341390838910000PLN2
130474822427bc0c129b-497c-4260-8d35-89016fd43b49outgoingSE9195000099602614054381EE47100000102014568520.59SEK3
1304748224278501538b-0a2c-4561-989b-668b03ac809doutgoingSE9195000099602614054381FR7630006000011234567890189500SEK5
130474822427b4e32d90-6df3-4422-8eaa-26ee64cc21e5outgoingSE9195000099602614054381DE7551210800124512619935000SEK1
1304748224272796e88a-a272-478e-9c24-e8e2da51cc2coutgoingSE9130000000041357802818IS75000112123456310896209912000SEK2
13047482242754e69cc3-9005-4700-9d23-9a3572284e02outgoingSE9130000000041357802818IT60X05428111010000001234564000SEK4
1304748224273dc24494-1112-43dc-a712-7864fded559foutgoingSE9130000000041357802818LI7408806123456789012500SEK5
130474822427e00fc0bc-b137-4857-9a7d-bd473c81a4a6outgoingSE3930000000040161303419AT48320000001234586418000SEK3
13047482242723a9e5f3-34bb-41c7-a5a5-0898829df18aoutgoingSE3930000000040161303419BR1500000000000010932840814P215000SEK3
1304748224277ea1d1a9-7da1-4e2a-bf7d-6b522d046842outgoingSE3930000000040161303419FO92646001234567897500SEK4
1304748224274f8b8fe1-0cb6-4643-aff1-dcb7d357f4f3outgoingSE8795000099601814438154GE60NB000000012345678920.59SEK3
13047482242790d8a6db-2465-4d21-8fa2-7dc831701e44outgoingSE8795000099601814438154GI56XAPO000001234567890500SEK5
130474822427e18e9425-4f93-4637-a8e2-1d8a8b290467outgoingSE8795000099601814438154HU93116000060000000012345676500SEK1
1303487212095f6f512b-e619-495d-af66-0afa54565dd0incomingFI1430127157403541SE569500009960260543597920.59USD3
130348721209d8a09728-96a4-4925-bf61-11017d4c4121incomingES9121000418450200051332SE5695000099602605435979500USD5
130348721209c85d1512-08db-4244-a150-253e83c5961cincomingDK50004000440116243SE569500009960260543597935000DKK1
1303487212090da9402b-fd87-49d8-baf0-470e354b067cincomingPL1430127157403541SE759500009960340017176912000PLN2
13034872120962313813-ff02-4848-89a8-c0eaa4111409incomingHR1723600001101234565SE75950000996034001717694000EUR4
1303487212097b7c3e79-c6a8-4531-b350-fc3a65529db6incomingBG18RZBB91550123456789SE7595000099603400171769500USD5
130348721209175ae188-768b-4b48-933f-feae5f1007bdincomingRO66BACX0000001234567890SE189500009960261396451518000RON3
130348721209935507cd-bd16-49f1-b791-e00c90fdea29incomingNO9386011117947SE189500009960261396451515000NOK3
1303487212097a5e9add-e7e3-4550-9335-d57c1f8e7cf2incomingCH9300762011623852957SE18950000996026139645157500CHF4
1303487212092a46735e-94b6-4c95-9da0-2c61b8936c77incomingCZ6508000000192000145399FI511596300000566250000CZK6
130348721209005cc841-4fe5-4d3e-8690-a507bf7a89e1incomingFI2112345600000785FI511596300000566212000EUR5
1303487212099b9af47e-dac4-4fb8-954a-c630c6c68b7dincomingPL27114020040000300201355387FI511596300000566210000PLN2
130348721209ddd767f8-1148-427a-bce3-f66a1c5b196doutgoingFI8216603000004393EE47100000102014568520.59EUR3
13034872120971f9cb45-67e6-406a-93aa-a9a3b038a5edoutgoingFI8216603000004393FR7630006000011234567890189500EUR5
13034872120902209bd5-a829-4af7-98d0-ba96fd5e87a2outgoingFI8216603000004393DE7551210800124512619935000EUR1
1303487212091248f9f9-df53-4c27-a337-4307a0aa58c8outgoingFI4616603001014326IS75000112123456310896209912000EUR2
130348721209d0a8999b-9a04-4e5f-b863-23fe50988b49outgoingFI4616603001014326IT60X05428111010000001234564000EUR4
1303487212098c8c8518-22e0-43e3-af8e-212464c472e3outgoingFI4616603001014326LI7408806123456789012500EUR5
130348721209cbc9adc7-7e97-4e91-990c-dee7450e566foutgoingDK4720000808505894AT48320000001234586418000DKK3
1303487212099fcfaf03-44d6-4aba-837d-fa9d8da0c735outgoingDK8820000216144198BR1500000000000010932840814P215000DKK3
1303487212094ad3d0f2-98ad-4ed4-b1ea-428d3109f4c0outgoingDK8820000216144198FO92646001234567897500DKK4
130348721209bec6bb26-606e-4be1-8e00-0cb45c0f1c8eoutgoingDK8820000216144198GE60NB000000012345678920.59DKK3
1303487212092b7bb571-ebbd-48ee-a645-a352c4d53deeoutgoingDK4720000808505894GI56XAPO000001234567890500DKK5
130348721209d876b126-dc50-49a2-86c7-bfa4b15cc620outgoingDK4720000808505894HU93116000060000000012345676500DKK1