Prepare Payment
Installment Options
post/api/v1/prepayment/installment_options
Request body
Example request
{
"application_key": "6e3cdaa3-65df-4eff-aed2-9d74387701dd",
"amount": 1250,
"currency": "TRY",
"campaign_name": "KAMPANYA",
"store_code": "M0001",
"customer_id": "135",
"mode": "T",
"language": "tr",
"plus_inst_seperated": true,
"is_submerchant_payment": true,
"is_preauth": true,
"is_agricultural_payment": true,
"agricultural_code": "1"
}Response
Successful Response
Example response
{
"response_code": "00",
"message": "Successful",
"is_3d": true,
"installment_options": [
{
"card_family_id": 5,
"card_family": "Bonus",
"card_family_logo": "Bonus",
"card_banks": [
{
"id": 5,
"name": "Ziraat Bankası",
"eft_code": "064",
"short_name": "064",
"logo_url": "https://app.jetcheckout.com/bank/logo"
}
],
"currency": "TRY",
"inst_period": 1,
"campaign_name": "KAMPANYA",
"installments": [
{
"installment_amount": 1.12,
"cost_rate": 1.12,
"customer_rate": 1.35,
"additional_rate": 1.35,
"margin_rate": 1.35,
"min_customer_rate": 1.35,
"max_customer_rate": 1.35,
"plus_installment": 2,
"plus_installment_description": "You can add 2 installment at electronic devices sales",
"min_amount": 2,
"max_amount": 2
}
],
"physical_devices": [
{
"name": "POS - 2"
}
]
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.