affirm · Schema

FinancingTerm

A single available financing term option including APR and payment details.

Properties

Name Type Description
amount integer Purchase amount this term applies to, in cents.
loan_type string Type of financing loan (e.g., split_pay, installment).
apr number Annual percentage rate for this financing term.
installment_amount integer Monthly installment payment amount in cents.
installment_count integer Total number of installment payments.
interest_amount integer Total interest charged over the life of the loan in cents.
total_amount integer Total amount paid including principal and interest, in cents.
View JSON Schema on GitHub