---
title: "Get terminal pairing code"
method: GET
path: "/v2/terminals/pairing-codes/{pairingCodeId}"
tags: ["Terminals API"]
---

# Get terminal pairing code

`GET /v2/terminals/pairing-codes/{pairingCodeId}`

> ℹ️ **Test mode**
>
> This endpoint currently does not support test mode yet.

Get a pairing code to onboard a point-of-sale terminal.

The response includes a human-readable `code` for manual entry on the terminal and, optionally, a QR Code as a
base64 encoded SVG data URI when you use the `include` query parameter with value `details.qrCode`.

## Path parameters

- `pairingCodeId` string, required

## Query parameters

- `include` string, nullable

## Headers

- `idempotency-key` string

## Response `200`

The requested terminal pairing code object.

## Other responses

- `404` — No entity with this ID exists.
- `429` — Rate Limit has been reached.

---

[API](https://skmtc.net/mollie/apis/mollie-api.md) · [All operations](https://skmtc.net/mollie/apis/mollie-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/mollie-api/versions/8b6839e22c14/schema)
