Installments
Look up eligible installment (taksit) plans and commission rates for a card BIN and amount, and resolve BIN metadata.
2 endpoints
GET
/v1/installmentsRecommendedReturn the eligible installment (taksit) plans and commission rates for a card BIN and amount. Only plans allowed for the BIN/amount are returned.
Request Parameters
| Name | Type | Required | Description |
|---|---|---|---|
bin | string | Required | First 6 digits of the card |
amount | integer | Required | Transaction amount in kuruş |
JSONResponse Example
{
"bin": "415565",
"bank": "Garanti BBVA",
"brand": "visa",
"cardType": "credit",
"country": "TR",
"eligiblePlans": [
{
"count": 1,
"commissionRate": 0.019
},
{
"count": 3,
"commissionRate": 0.035
},
{
"count": 6,
"commissionRate": 0.065
}
]
}GET
/v1/bins/{bin}RecommendedReturn card metadata (issuing bank, brand, type, country) for a BIN.
JSONResponse Example
{
"bin": "415565",
"bank": "Garanti BBVA",
"brand": "visa",
"cardType": "credit",
"country": "TR"
}Category Summary
Total Endpoints
2
Base Domain
api.pay.kvell.group