Token updated
This webhook event is triggered when an expiration date for a previously tokenized card is updated.
Headers
-
x-fsk-wh-chksm
string Required The SHA-256 hash signature of the webhook payload, encoded in base64.
Body
The request body for the token.updated
webhook event.
-
event
object Required Webhook event details.
-
originalResponse
object Required Represents the response to a tokenized card update request.
Request example
{
"event": {
"id": "evt_01JS21X856RR8R69GV5F17XK9C",
"type": "token.updated",
"timestamp": "2025-04-16T14:30:00Z"
},
"originalResponse": {
"id": "trx_01J2F0ZJ2JW5B63CJFPXRGAB1S",
"resultCode": 0,
"resultText": "Card successfully updated",
"referenceId": "ref_update_card_12345",
"paymentMethod": {
"id": "pmt_tkn_01JRZPRGFF4J2SZC3HMDBYEN2J",
"type": "Token",
"cardType": "VISA",
"currency": "USD",
"cardExpDate": "1225",
"description": "Token for John Doe's Visa",
"maskedCardNumber": "************0011"
}
}
}
Response examples (200)
{
"value": {}
}