From 10.000 Ft per month!
According to recent analyses, the most attractive way to show the price to customers is "from 10.000 Ft per month" or similar.
Implementation instructions
By calling our API https://app.leanpay.hu/vendor/installment-plans you will receive as a JSON response all possible instalments for the product you are using for all possible amounts.
Example of a response to our API call
{
"groups": [
{
"groupId": "db834c45-6ddb-4207-bbe3-0396bbffbbd5",
"groupName": "Regular offer",
"vendorProductCode": "db834c45-6ddb-4207-bbe3-0396bbffbbd5",
"currencyCode": "EUR",
"loanAmounts": [
{
"loanAmount": 50.0,
"possibleInstallments": [
{
"numberOfMonths": 3,
"installmentAmout": 16.86
}
]
},
{
"loanAmount": 51.0,
"possibleInstallments": [
{
"numberOfMonths": 3,
"installmentAmout": 17.20
}
]
},
{
"loanAmount": 52.0,
"possibleInstallments": [
{
"numberOfMonths": 3,
"installmentAmout": 17.53
}
]
},
{
"loanAmount": 53.0,
"possibleInstallments": [
{
"numberOfMonths": 3,
"installmentAmout": 17.87
}
]
},
{
"loanAmount": 54.0,
"possibleInstallments": [
{
"numberOfMonths": 3,
"installmentAmout": 18.21
}
]
},
{
"loanAmount": 55.0,
"possibleInstallments": [
{
"numberOfMonths": 3,
"installmentAmout": 18.55
}
]
},
{
"loanAmount": 56.0,
"possibleInstallments": [
{
"numberOfMonths": 3,
"installmentAmout": 18.88
}
]
},
{
"loanAmount": 57.0,
"possibleInstallments": [
{
"numberOfMonths": 3,
"installmentAmout": 19.22
}
]
},
{
"loanAmount": 58.0,
"possibleInstallments": [
{
"numberOfMonths": 3,
"installmentAmout": 19.56
}
]
},
{
"loanAmount": 2998.0,
"possibleInstallments": [
{
"numberOfMonths": 12,
"installmentAmout": 259.34
}
]
},
{
"loanAmount": 2998.0,
"possibleInstallments": [
{
"numberOfMonths": 18,
"installmentAmout": 175.87
}
]
},
{
"loanAmount": 2998.0,
"possibleInstallments": [
{
"numberOfMonths": 24,
"installmentAmout": 134.16
}
]
},
{
"loanAmount": 2999.0,
"possibleInstallments": [
{
"numberOfMonths": 12,
"installmentAmout": 259.43
}
]
},
{
"loanAmount": 2999.0,
"possibleInstallments": [
{
"numberOfMonths": 18,
"installmentAmout": 175.93
}
]
},
{
"loanAmount": 2999.0,
"possibleInstallments": [
{
"numberOfMonths": 24,
"installmentAmout": 134.21
}
]
},
{
"loanAmount": 3000.0,
"possibleInstallments": [
{
"numberOfMonths": 12,
"installmentAmout": 259.51
}
]
},
{
"loanAmount": 3000.0,
"possibleInstallments": [
{
"numberOfMonths": 18,
"installmentAmout": 175.99
}
]
},
{
"loanAmount": 3000.0,
"possibleInstallments": [
{
"numberOfMonths": 24,
"installmentAmout": 134.25
}
]
}