v1Changelog
๐Ÿ’ก
How to read these

Steps are numbered in call order. Click any endpoint to jump to its parameters, schema, and examples. Adjust ids and amounts for your integration โ€” sandbox values are synthetic.

Originate a Loan

The core origination flow, from application to funded loan.

Service Repayments

Post repayments and track the loan over its life.

1

Post a Payment

Standard, or use the manual / partial / prepayment variants. POST /lending/loans/{loanId}/payments

2

Read Balances & Next Due

GET .../balances ยท GET .../next-due

3

Review the Schedule

GET .../schedule

Collections & Hardship

Handle a delinquent loan.

Reverse a Disbursement

2

Reverse

If the payout fails downstream, reverse it. POST .../disbursements/{disbursementId}/reversal