Physical Device Payments
Payment
Physical device payment api you can start payments on your physical devices
post/api/v1/physical/payment
Request body
Example request
{
"application_key": "6e3cdaa3-65df-4eff-aed2-9d74387701dd",
"order_id": "9ee3fd53-42f9-4f16-b454-77e6b714c2e9",
"currency": "TRY",
"installment_count": 1,
"store_code": "M0004",
"callback_api_url": "https://api.jetcheckout.com/api/v1/merchant/success",
"mode": "T",
"language": "tr",
"sale_items": [
{
"name": "Kalem",
"barcode": "250001",
"qty": 2,
"price": 5.1,
"amount": 10.2,
"tax_rate": 1
}
],
"pay_items": [
{
"amount": 10.2,
"payment_type": 1,
"credit_id": 2,
"issuer_id": "1",
"card_number": "1",
"acquire_id": "1"
}
],
"customer_info": {
"name": "ADZ Bilişim",
"id": "326025"
},
"device_owner": "hugin"
}Response
Successful Response
Example response
{
"response_code": "00",
"message": "Successful Payment",
"transaction_id": "a9bcbe48-0543-4a0d-be41-e423b64a5550",
"pos_order_number": "102562"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.