Vérifier l'éligibilité d'un achat
post/payments/eligibility
Request body
Response
200
Example response
[
{
"eligible": true,
"installments_count": 3,
"payment_plan": [
{
"due_date": 1628067070,
"purchase_amount": 27234,
"total_amount": 27234
}
],
"purchase_amount": 81700
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.