---
title: "Licenses:Get"
method: GET
path: "/licenses/{licenseCode}"
tags: ["Licenses"]
---

# Licenses:Get

`GET /licenses/{licenseCode}`

Get a specific license linked to a merchant.

## Path parameters

- `licenseCode` Code, required — unresolved $ref

## Response `200`

Ok.

- PersonLicense
  - `code` string — License code.
  - `name` string — Name of the license.
  - `language` string — The language code consisting of 2 uppercase letters. Can be one of the following: EN, NL, DE, FR, ES, IT. You can find all available languages here: https://paynl.readme.io/reference/languages
  - `complianceData` 2 — unresolved $ref
  - `notificationGroup` NotificationGroup
    - `technical` boolean
    - `financial` boolean
    - `operations` boolean
  - `merchant` MerchantMinimal
    - `code` string, required — The merchant id of your company starting with M.
    - `name` string, required — The name of your merchant.
    - `status` string, required — Merchant state
    - `incorporationCountry` string — The incorporationCountry field represents the country in which the entity is legally registered or incorporated.
  - `platform` Platform
    - `loginAccount` boolean
    - `loginTpa` boolean
    - `authorisation` 'all' | 'specified'
    - `authorisationGroups` Code[] — unresolved $ref
  - `documents` Document[]
    - `code` string — Code of the acceptance document.
    - `type` string — Type of the acceptance document.
    - `status` string — Status of the acceptance document.
  - `roles` LicenseRoles
    - `primaryContactPerson` boolean
    - `internalAdministrator` boolean
  - `createdAt` CreatedAt — unresolved $ref
  - `createdBy` CreatedBy — unresolved $ref
  - `modifiedAt` ModifiedAt — unresolved $ref
  - `modifiedBy` ModifiedBy — unresolved $ref
  - `deletedAt` DeletedAt — unresolved $ref
  - `deletedBy` DeletedBy — unresolved $ref

## Other responses

- `401` — Unauthorized. Supplied credentials are invalid
- `403` — Forbidden. Supplied credentials have no rights
- `405` — Used HTTP method is not allowed
- `406` — Not acceptable. The supplied content type in the accept parameter in the header is not supported
- `429` — Rate limit reached.
- `500` — An internal error occurred

---

[API](https://skmtc.dev/pay/apis/pay-transaction-gateway-unit-api.md) · [All operations](https://skmtc.dev/pay/apis/pay-transaction-gateway-unit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pay/pay-transaction-gateway-unit-api/revisions/2bc260c7bdfc/schema)
