Lending data events

This table lists the lending endpoints and the events they generate. For information on setting up event notifications, see the Data and reporting overview.

EndpointEventURL
Create loan productloan_product_creation-1POST /lending/v1/loan-products
Create charge plancharge_plan_creation-1POST /lending/v1/charge-plans
Enable charge plancharge_plan_status_change-1PUT /lending/v1/charge-plans/{code}/enable
Disable charge plancharge_plan_status_change-1PUT /lending/v1/charge-plans/{code}/disable
Delete charge plancharge_plan_delete-1DELETE /lending/v1/charge-plans/{code}
Simulate a loan booking using a loan productloan_simulation_creation-1POST /lending/v1/simulations
Create loan booking using loan simulationloan_booking-1POST /lending/v1/loans
Asynchronous loan booking operation failedloan_booking_error-1
Cancel loan by IDloan_cancellation-1DELETE /lending/v1/loans/{loanId}
Async cancellation operation failedloan_cancellation_error-1
Disburse loanloan_disbursement_status_change-1POST /lending/v1/loans/{loanId}/disburse
Disburse loanloan_status_change-1POST /lending/v1/loans/{loanId}/disburse
Apply early final settlement simulationloan_status_change-1POST /lending/v1/loans/{loanId}/early-settlement/{efsId}/register
Register repaymentloan_repayment_status_change-1POST /lending/v1/loans/{loanId}/repayment
Current date is the same as the due date of the loan as exhibited in Retrieve loan details by ID.loan_repayment_on_due_date-1GET /lending/v1/loans/{loanId}
Repayment hierarchy applied to a partial payment using the Register repayment endpoint.repayment_authorization-1