Change Payment Profile
Overview
Workers can change the method for receiving instant payments, selecting either a Debit Card or Branch Wallet.
- If they have only set up Debit Card and don't yet have a Branch Wallet, then creating a Branch account will automatically switch the payment method
- If they have only created a Branch account and haven't connected a Debit Card, then adding a Debit Card will automatically switch the payment method
- If they have already connected a Debit card and created a Branch Account, or if they have previously set up a payment method and disabled it, then the payment method can be changed back to one that was previously configured using Update Payment Profile
Implementation
- Call Get Payment Profile and display the
type
values present in theadditional_payment_methods
response field - After the worker selects one of the methods, Call Update Payment Profile using the
type
andref
values from the selected method
Updated about 2 months ago