SaFi Bank Space : Personal loan - Repay - Partial higher amount

Scenarios

  1. User selects one of the options displayed on the screen and confirms it with the confirmation button at the bottom.

  2. Once the request is confirmed by the Loan manager, the app waits for the async messages with updated loan summary and the installment plan.

  3. App updates the loan summary and the installment plan records in local storage.

  4. Once the app receives the new loan summary data:

    1. in case of lowering the number of installments - the new number of unpaid installments has to match the number of installments that was originally requested.

    2. in case of lowering the installment amount or just repaying the installments - the next payment amount has to match the next payment amount that was requested.

Code

Description

Handle

Err1

Server responds with error status code

Show the failed confirmation screen.

Attachments: