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. Delete the worker's debit card with Delete External Card, using the ID saved from Add External Card
  3. Add a new debit card by following the steps in Add a Debit Card