Skip to main content

Prepaid card token update event

POST 

/prepaid/card/token/events

This webhook will be sent when the card token is updated. A token update event occurs when the token associated with a card is updated due to changes in card details or security updates, ensuring seamless and secure transactions by automatically replacing the old token with a new one across platforms like Google Pay, Apple Pay, and merchant websites.

Request

Header Parameters

    Signature string

    HMAC signature of the request

    Content-Type stringrequired

    Default value: application/json

    application/json

Body

    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.

Responses

OK

Loading...