For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configuration-Based Behavior

The Payment API behavior is customized through various settings and configurations.

Installment Calculation

Dynamic Interest Rates:

  • Each installment plan has configurable interest rate

  • Interest amount calculated as: amount * (interest_rate / 100)

  • Total amount: amount + interest_amount

  • Single installment: total_amount / installment_count

Last updated

Was this helpful?