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

# Get terminal pairing code

`GET /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`.

> 🔑 Access with
>
> [API key](/reference/authentication)
>
> [OAuth access with **terminals.read**](/reference/authentication)

## Path parameters

- `pairingCodeId` string, required

## Query parameters

- `include` 'details.qrCode', nullable

## 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/accepting-payments.md) · [All operations](https://skmtc.net/mollie/apis/accepting-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/accepting-payments/revisions/4b45df3039ef/schema)
