This guide shows you how to use our Bankgiro Lookup APIs, designed to provide enhanced data and pre-payment validation on top of our core APIs. These services enable you to build more reliable, user-friendly payment experiences by accessing and verifying additional information related to payment accounts.
For requests to the Bankgiro Lookup APIs, you need an access token with
scopeset topaymentinitiationcorporate.
Get Creditor Name
This request allows you to fetch the creditor name linked to a Bankgiro or Plusgiro number before your PSU makes a payment to said creditor. It also verifies that the given OCR reference is valid for this creditor, ensuring that the payment is successfully initiated to the correct recipient.
Endpoint
Code
Query Parameters
| Name | Type | Description |
|---|---|---|
| giroNumber | string | A Swedish Bankgiro or Plusgiro number. |
| giroType | string | The Swedish Giro type. BANKGIRO or PLUSGIRO. |
| ocrRef | string | A Giro OCR reference. Must be applied if invoiceRef is not. |
| invoiceRef | string | A custom invoice reference. Must be applied if ocrRef is not. |
Request Headers
| Name | Type | Description |
|---|---|---|
| X-Request-ID | string(uuid) | The ID of the request, unique to the call, as determined by the initiating party. |
| PSU-ID | string | The ID used to identify the PSU at the bank. Typically a local social security number or another unique login ID. |
| PSU-Corporate-ID | string | The Corporate ID of the PSU when acting on behalf of an organization, e.g. Org. nummer for SE, KVK for NL. |
Code
Response
Code
If the creditor account has OCR reference validation enabled and the provided OCR reference is invalid, the response will additionally include a warning message indicating the issue:
Code
Get Giro Numbers
This request fetches Bankgiro numbers registered to a specific organization, allowing you to identify and present valid payment accounts linked to your PSU's company before they initiate payments.
Endpoint
Code
Query Parameters
| Name | Type | Description |
|---|---|---|
| psuCorporateId | string | The Corporate ID of the organization for which to retrieve Giro numbers. |
Request Headers
| Name | Type | Description |
|---|---|---|
| X-Request-ID | string(uuid) | The ID of the request, unique to the call, as determined by the initiating party. |
| PSU-ID | string | The ID used to identify the PSU at the bank. Typically a local social security number or another unique login ID. |
| PSU-Corporate-ID | string | The Corporate ID of the PSU when acting on behalf of an organization, e.g. Org. nummer for SE, KVK for NL. |
Code
Response
Code

