# Loan Transactions Loan lifecycle transaction endpoints. ## Pay a loan - [POST /transactions/loans/{loanId}/repay](https://embed-docs.eunifin.com/openapi/loan-transactions/repayloan.md): Makes a repayment for a loan. All fields are required. ## Disburse an approved loan - [POST /transactions/loans/{loanId}/disburse](https://embed-docs.eunifin.com/openapi/loan-transactions/disburseloan.md): Disburses an approved loan to the borrower. The loan must already be in approved status. All fields are required. ## Approve a loan - [POST /transactions/loans/{loanId}/approve](https://embed-docs.eunifin.com/openapi/loan-transactions/approveloan.md): Attempts to approve a submitted loan. All fields are required. ## Write off a loan - [POST /transactions/loans/write-off](https://embed-docs.eunifin.com/openapi/loan-transactions/closeloan.md): Writes off a loan. All fields are required. ## Apply for a loan - [POST /transactions/loans/create](https://embed-docs.eunifin.com/openapi/loan-transactions/createloan.md): Attempts to create and submit a loan application. All fields are required.