Prepare Payment
Bin Installment Options
post/api/v1/prepayment/bin_installment_options
Request body
Example request
{
"application_key": "6e3cdaa3-65df-4eff-aed2-9d74387701dd",
"amount": 1250,
"currency": "TRY",
"bin": "450803",
"card_token": "133356090a864a579a591107cfa08cbd",
"store_code": "M0001",
"customer_id": "135",
"campaign_name": "KAMPANYA",
"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,
"installments": [
{
"card_family_id": 5,
"card_family": "Bonus",
"card_family_logo": "http://app.jetchekout.com/web/image?model=jet.card.family&id=2&field=avatar_128",
"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.