Cards are an important part of many FinTechs’ business with their customers.
POST /cards/activate
request with a barcode. Refer to Activate CardPATCH /cards/{card_id}
request . Refer to Update Cardexpiration_date
sort argument or filter cards with the expires_before
filter. From there, you can choose how you want to automate the reissuance. You could, for example, create a background job that reissues cards without any user interaction, or prompt the user to go through a reissuance flow, where they confirm the card shipping address, etc.