Loan booking and disbursement
Book loans and disburse funds — generic adapter for core banking system integration
Loan Booking and Disbursement
Generic adapter API for booking loans and disbursing funds in a core banking system. Two separate operations — book first, then disburse. The book request wraps a standard-model CREATE_ELEMENT change containing a new LoanAccount; both operations are fire-and-forget and return a 202 Accepted acknowledgment.
Endpoints:
POST /loan-booking/book— Book a loan (send CREATE_ELEMENT change with a LoanAccount)POST /loan-booking/disburse— Disburse a booked loan
See the OpenAPI spec for the full request and response schemas.