Skip to main content

Cards

All card events will return the following card object. This is the same object as the card api returns. API Endpoint

{
"cardId": "string",
"memberNumber": "string",
"firstSix": "string",
"lastFour": "string",
"expiryDate": "string",
"providers": [
"string"
],
"verifiedDate": "2025-10-14T03:33:28.483Z",
"dateAdded": "2025-10-14T03:33:28.483Z",
"dateRemoved": "2025-10-14T03:33:28.483Z"
}

Events

  • card.added - This event will be triggered every time a card is added to a member in the program.
  • card.verified - This event will be triggered every time a card is set to verified in the program.
  • card.updated - This event will be triggered every time a card's expiry information is updated.
  • card.removed - This event will be triggered every time a card is removed from the program.