Payments
Payment
Payment api you can get payments from your customer
post/api/v1/payment
Request body
Example request
{
"application_key": "6e3cdaa3-65df-4eff-aed2-9d74387701dd",
"campaign_name": "KAMPANYA",
"order_id": "9ee3fd53-42f9-4f16-b454-77e6b714c2e9",
"currency": "TRY",
"installment_count": "1",
"inst_period": 1,
"card_number": "4508034508034509",
"card_holder_name": "Hasan Akay",
"expire_month": "12",
"expire_year": "2026",
"cvc": "000",
"card_token": "133356090a864a579a591107cfa08cbd",
"hash_data": "sadsaas3e412",
"success_url": "https://api.jetcheckout.com/api/v1/merchant/success",
"fail_url": "https://api.jetcheckout.com/api/v1/merchant/fail",
"mode": "T",
"language": "tr",
"customer": {
"email": "ahmetyigit@xyz.com",
"name": "Ahmet",
"surname": "Yiğit",
"address": "Nidakule Göztepe, Merdivenköy Mah. Bora Sok. No:1",
"postal_code": "34738",
"company": "34738",
"phone": "+905350000000",
"ip_address": "1.1.111.111",
"id": "135",
"identity_number": "74300864791",
"county": "Konak",
"city": "İzmir",
"country": "Türkiye"
},
"customer_basket": [
{
"id": "KL015",
"name": "Kalem",
"description": "Tükenmez Mavi Kalem",
"qty": 1,
"is_physical": true,
"category": "Kırtasiye",
"submerchant_external_id": "Kırtasiye"
}
],
"billing_address": {
"contactName": "Aysel Solmaz",
"address": "Nidakule Göztepe, Merdivenköy Mah. Bora Sok. No:1",
"county": "Konak",
"city": "İzmir",
"country": "Türkiye"
},
"shipping_address": {
"contactName": "Aysel Solmaz",
"address": "Nidakule Göztepe, Merdivenköy Mah. Bora Sok. No:1",
"county": "Konak",
"city": "İzmir",
"country": "Türkiye"
},
"save_card": true,
"card_alias": "Hasan Akay",
"card_owner_key": "1231798798",
"card_owner_email": "hasanakay@gmail.com",
"card_customer_token": "1231798798",
"billing_tax_office": "ANADOLU KURUMLAR",
"billing_tax_number": "0980345738",
"is_submerchant_payment": true,
"submerchant_external_id": "Kırtasiye",
"is_preauth": true,
"is_agricultural_payment": true,
"agricultural_code": "1"
}Response
Successful Response
Example response
{
"response_code": "00",
"message": "Successful Payment",
"suggestion": "Suggestion about payment success",
"service_resp_code": "5062",
"service_resp_message": "Gönderilen tutar tüm kırılımların toplam tutarına eşit olmalıdır",
"transaction_id": "a9bcbe48-0543-4a0d-be41-e423b64a5550",
"redirect_url": "https://api.jetcheckout.com/api/v1/",
"virtual_pos_name": "Garanti Sanal Pos",
"virtual_pos_id": 35,
"amount": 12.5,
"commission_amount": 0.5,
"expected_cost_rate": 0.5,
"expected_cost_amount": 12.5,
"currency": "TRY",
"auth_code": "058942",
"bin_code": "521807",
"card_type": "Credit",
"card_program": "Mastercard",
"card_family": "Axess",
"card_bank_eft_code": "046",
"card_bank_name": "Akbank T.A.Ş."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.