v1
latestOpenAPI 3.0.32026-07-2621102.1 MBLoan
Create Loan From Transactions
Use the Create Loan From Transactions endpoint to create a loan from multiple transactions. Buy Now, Pay Later: Post-purchase enables cardholders with the ability to turn eligible, settled transactions on credit and debit cards into an installment plan or loan. Loan subproducts configured for your installment loans product and are assigned a subproduct ID.
post/1.0/createLoanFromTransactions
Response
Success
Example response
{
"response_data": {
"loan_id": "450825953",
"loan_apr": 15,
"rate_type": "FIXED",
"late_fee": 5,
"initial_projected_maturity_date": "2022-07-01",
"application_number": "589841564",
"itemization_of_amount_financed": {
"loan_amount": 10000,
"disbursed_amount": 10000,
"projected_interest_amount": 10,
"projected_fees_amount": 10
},
"amortization_schedules": [
{
"amort_installment_number": 1,
"amort_payment_due_date": "2022-02-01",
"amort_payment_amount": 1740.34,
"amort_payment_principal": 1000,
"amort_payment_fees": 7.51,
"amort_payment_interest": 10,
"amort_payment_balance": 2000
}
],
"count_of_installments": 4,
"installment_amount": 1740.34,
"loan_start_date": "2022-06-02",
"first_installment_due_date": "2022-02-01"
}
}