Skip to content

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}/pricing

Playground

Authorization
Variables
Key
Value
Body
Add one borrower
Reference →
POST/credit-life/policies/{policyId}/loans/single

Playground

Authorization
Variables
Key
Value
Body
Add a batch of borrowers
Reference →
POST/credit-life/policies/{policyId}/loans

Playground

Authorization
Variables
Key
Value
Body
Add a batch and pay for it together
Reference →
POST/credit-life/policies/{policyId}/loans/pay

Playground

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}/loans

Playground

Authorization
Variables
Key
Value
List a policy's batches
Reference →
GET/credit-life/policies/{policyId}/schedules

Playground

Authorization
Variables
Key
Value
Download the premium register (bordereau)
Reference →
GET/credit-life/policies/{policyId}/register

Playground

Authorization
Variables
Key
Value

Next: Renewals.

Built with ❤️ by Hobbiton Technologies