Installments Plan Quote
Use this server in order to quote an installment plan
Installments Plan Quote
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"installmentsToken": "b71a6973-ffdc-427b-b014-e03eb4462e82",
"creationDate": "2022-03-29T23:53:52.7150456+00:00",
"expirationDate": "2022-03-30T00:03:52.71509+00:00",
"currency": "ARS",
"amount": 2000.0,
"installments": [
{
"installments": 2,
"installmentAmount": 1100.0,
"totalPaymentAmount": 2200.0,
"financingFee": 200.0
},
{
"installments": 3,
"installmentAmount": 941.7187,
"totalPaymentAmount": 2825.156,
"financingFee": 825.156
},
{
"installments": 6,
"installmentAmount": 633.17334,
"totalPaymentAmount": 3799.04,
"financingFee": 1799.04
}
]
}Example: Installment request
Last updated
Was this helpful?