CardTokenUpdateEvent
A webhook event related to prepaid card token updates.
idstring<uuid>required
Change identifier.
Example:
af5c8b52-0afd-4799-85ab-fe659a076932cardIdstring<uuid>required
Example:
af5c8b52-0afd-4799-85ab-fe659a076932customerIdstringrequired
Wallet customer id.
Possible values: <= 50 characters
resultstring
tokenActionTokenAction (string)
Specifies the type of action performed on a token.
- TOKEN_UNFROZEN - The token has been unfrozen and is now active.
- TOKEN_CANCELLED - The token has been cancelled and is no longer valid.
- TOKEN_REISSUED - The token has been reissued with a new identifier.
- TOKEN_FROZEN - The token has been frozen and is temporarily inactive.
Possible values: [TOKEN_UNFROZEN, TOKEN_CANCELLED, TOKEN_REISSUED, TOKEN_FROZEN]
eventIdstring
Possible values: <= 50 characters
Example:
14450949864eventTimestampstring<date-time>
Represents RFC 3339, section 5.6 date-time.
Example:
2021-07-15T17:54:12ZCardTokenUpdateEvent
{
"id": "af5c8b52-0afd-4799-85ab-fe659a076932",
"cardId": "af5c8b52-0afd-4799-85ab-fe659a076932",
"customerId": "string",
"result": "string",
"tokenAction": "TOKEN_UNFROZEN",
"eventId": "14450949864",
"eventTimestamp": "2021-07-15T17:54:12Z"
}