---
title: "Pairing"
method: POST
path: "/api/v1/physical/pairing"
tags: ["Physical Device Payments"]
---

# Pairing

`POST /api/v1/physical/pairing`

Physical device pairing request

## Request body

- PhysicalDevicePairRequest
  - `application_key` string, required — It is the key of your application on our environment
  - `device_id` string — Device Fiscal Id
  - `device_owner` string — Device Owner
  - `language` string — Its default value is tr. If you want to get messages in other languages, please send it. You can find supported languages in the api supported_languages.

## Response `200`

Successful Response

- PhysicalPairingResponse
  - `response_code` string — You will get 00 for successful payments, 00307 for needs redirection, otherwise another response code for the error. You can reach the list of response codes on the Response Codes Api
  - `message` string — Here is the explanation of response code
  - `pairing_id` integer — This is the pairing id
  - `pairing_code` string — Pairing code, you will use this code on device pairing screen

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/jetcheckout/apis/jet-checkout.md) · [All operations](https://skmtc.dev/jetcheckout/apis/jet-checkout/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jetcheckout/jet-checkout/revisions/b17a3806ccb0/schema)
