Update a Debit Card

Overview

A worker viewing their instant payment details might want to change the associated debit card. This can be implemented by retrieving the worker's debit card information, deleting the card, and presenting the worker with the card widget to add a new debit card.

Implementation

  1. Ensure security while updating a debit card by having workers login using Multi-Factor Authentication
  2. Retrieve worker's debit cards using Search External Cards
  3. Extract ID from selected card to delete
  4. Delete the card with Delete External Card
  5. Add a new debit card by following the steps in Add a Debit Card