This guide shows you how to use our premium services, 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 Premium 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, and to verify that a given OCR reference is valid for said creditor.
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 valid payment accounts linked to a company before initiating 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
Code

