Cards data events
This table lists the Cards endpoints and the events they generate. For information on setting up event notifications, see the Data and reporting overview.
Endpoint | Event | URL |
---|---|---|
Cards API | ||
POST /wallet/v2/cards | ||
PUT /wallet/v2/cards/ | ||
PATCH /wallet/v2/cards/{cardId} | ||
PUT /wallet/v1/customers/{customerId}/accounts/{{accountId}/cards/{cardId}/status | ||
POST /wallet/v1/customers/{customerId}/accounts/{accountId}/cards/{cardId}/reissue | ||
PUT /wallet/v1/customers/{customerId}/accounts/{accountId}/cards/{cardId}/activate | ||
PUT /pcicards/v2/pcicards/card/{cardId} | ||
POST /pcicards/v2/pcicards/cvv/{cardId}/reset | ||
create-1 See Embossing events for more information. | POST /cards/v1/bulks/{bulkID}/start | |
PUT /pcicards/v1/pcicards/{cardId}/pinblock | ||
Cards on file API | ||
POST /cardsonfile/v3/cardsonfile/cards | ||
patch-cards-1 | PATCH /cardsonfile/v3/cardsonfile/cards | |
If validation fails, an exclusion-1 event is generated. | POST /cardsonfile/v2/cardsonfile/cards/{uuid}/validations | |
verification-1 event with If the verification/validation fails, an exclusion-1 event is generated and the card is deleted from the customer's wallet. | POST /cardsonfile/v2/cardsonfile/cards/{uuid}/validations/{validationid}/tries | |
Card tokenization API | None directly via endpoints, though the tokenization process itself generates a number of events: See Card tokenization flow and events for more information. |
Updated 4 days ago