Adding Borrowers as You Lend
Set it once and every Try it out below is authenticated. It stays in this browser's local storage and is never sent anywhere but the API.
Price a loan without covering it
Reference →POST
/credit-life/policies/{policyId}/pricingPlayground
Authorization
Variables
Key
Value
Body
Add one borrower
Reference →POST
/credit-life/policies/{policyId}/loans/singlePlayground
Authorization
Variables
Key
Value
Body
Add a batch of borrowers
Reference →POST
/credit-life/policies/{policyId}/loansPlayground
Authorization
Variables
Key
Value
Body
Add a batch and pay for it together
Reference →POST
/credit-life/policies/{policyId}/loans/payPlayground
Authorization
Variables
Key
Value
Body
On a prepaid policy use the /prepaid form: it takes the borrowers and a payment block together, and the batch incepts by itself when the payment confirms. On a remittance policy use the plain form and settle later. Send an Idempotency-Key header with any of these.
Reading the book
List a policy's loans
Reference →GET
/credit-life/policies/{policyId}/loansPlayground
Authorization
Variables
Key
Value
List a policy's batches
Reference →GET
/credit-life/policies/{policyId}/schedulesPlayground
Authorization
Variables
Key
Value
Download the premium register (bordereau)
Reference →GET
/credit-life/policies/{policyId}/registerPlayground
Authorization
Variables
Key
Value
Next: Renewals.
