Physical Device Payments
Pairing
Physical device pairing request
post/api/v1/physical/pairing
Request body
Example request
{
"application_key": "6e3cdaa3-65df-4eff-aed2-9d74387701dd",
"device_id": "N860W676041",
"device_owner": "pavo",
"language": "tr"
}Response
Successful Response
Example response
{
"response_code": "00",
"message": "Successful Payment",
"pairing_id": 789,
"pairing_code": "245186"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.