The Payment API behavior is customized through various settings and configurations.
Dynamic Interest Rates:
Each installment plan has configurable interest rate
Interest amount calculated as: amount * (interest_rate / 100)
amount * (interest_rate / 100)
Total amount: amount + interest_amount
amount + interest_amount
Single installment: total_amount / installment_count
total_amount / installment_count
Last updated 3 months ago
Was this helpful?