Enable members to unenroll their cards in cases where they do not want to track their transactions anymore.
Olive API
Using a specific cardId, you can:
- Display the member's card details
Endpoint: Show card details (GET /cards/{id}) - Deactivate the card
Endpoint: Deactivate a Card (POST /cards/{id}/deactivate)
Olive Customer Portal
To deactivate a card in the Customer Portal:
- Navigate to the Cards section of the Customer Portal
- Search for the card using last 4 and card scheme (E.g., Visa, Mastercard)
- Click the cardId to open Card Details page
- Click Deactivate
For more information on card un-enrollment, including use cases and things to consider, see Unenroll a Card.