Event Types
tokenization.result
Occurs when a tokenization request succeeded or failed.
postWebhooktokenization.result
Payload
Example payload
{
"account_token": "00000000-0000-0000-0000-000000000002",
"card_token": "00000000-0000-0000-0000-000000000001",
"created": "2020-01-01T00:00:00Z",
"tokenization_result_details": {
"issuer_decision": "APPROVED",
"tokenization_decline_reasons": [
"ACCOUNT_SCORE_1",
"DEVICE_SCORE_1"
],
"wallet_decision": "APPROVED"
},
"tokenization_token": "00000000-0000-0000-0000-000000000003"
}Response
Return a 200 status to indicate that the data was received successfully