SaFi Bank Space : Overdraft - Create/Topup

Scenarios

  1. The overdraft educational screens are displayed that can be dismissed.

  2. App fetches the latest overdraft product data for the logged in customer and shows them to the user.

  3. App fetches also the overdraft summary to show already taken amount in case of topup flow.

  4. User specifies the ovedraft amount and information on the screen are updated live based on the user’s selection.

  5. User confirms the requested parameters by pressing the confirmation button at the bottom.

  6. Once the request is confirmed by the Loan manager, the app waits for the async messages with updated overdraft summary.

  7. App updates the overdraft summary in local storage.

  8. Once the app receives the new overdraft summary data that confirm that the overdraft has been opened, the app shows the successful confirmation screen.

Code

Description

Handle

Err1

No customer id, user is not signed in

TBD

Err2

Failed to load overdraft product data

TBD

Err3

Failed to load overdraft summary

TBD

Err4

Failed to create new overdraft

Show failed confirmation screen

Attachments: