LOY Loan Repayment Workflow

The LOY Loan Repayment workflow, shown in the following image, creates a loan repayment transaction for members, if they have sufficient point balance to repay the loan.


LOY Loan Repayment Workflow

Workflow Description. This workflow performs the following actions:

  • Get Txn Details. This step calls the method Echo of the Workflow Utilities Business Service, which retrieves the transaction details.

  • Check Available Points for Loan Repay. This step calls the method AvailPtsForLoanRepay of the LOY Customer Action Business Service, which calculates the points available for Loan repayment.

  • Points Available? If no points are available, then this step ends the workflow.

  • Loan Repayment. If points are available, then this step creates a loan repayment transaction.