Skip to main content

CardTokenUpdateEvent

A webhook event related to prepaid card token updates.

    id uuidrequired

    Change identifier.

    cardId uuidrequired
    customerId stringrequired

    Possible values: <= 50 characters

    Wallet customer id.

    result string
    tokenAction TokenAction (string)

    Possible values: [TOKEN_UNFROZEN, TOKEN_CANCELLED, TOKEN_REISSUED, TOKEN_FROZEN]

    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.
    eventId string

    Possible values: <= 50 characters

    eventTimestamp date-time

    Represents RFC 3339, section 5.6 date-time.