Network token created
Adyen sends this webhook when you initiate a request for provisioning a network token.
Contains event details.
Contains information about the authentication process triggered during token provisioning.
The method used to complete the authentication process.
Possible values: sms_OTP, email_OTP.
The result of the authentication process.
Specifies whether the authentication process was triggered during token provisioning.
The unique identifier of the balance platform.
The decision about the network token provisioning.
Possible values: approved, declined, requiresAuthentication.
The unique identifier of the network token.
The unique identifier of the payment instrument to which the network token is associated.
The status of the network token.
The last four digits of the network token. Use this value to help your user to identify their network token.
The token requestor is an entity who requested tokenization of the card for secure payments.
The id of the network token requestor.
The name of the network token requestor.
The type of network token.
The rules used to validate the request for provisioning the network token.
The reason for the result
of the validations.
This field is only sent for validationFacts.type
walletValidation, when validationFacts.result
is invalid.
The evaluation result of the validation facts.
Possible values: valid, invalid, notValidated, notApplicable.
The type of the validation fact.
Contains information about the wallet for which the network token is provisioned.
The confidence score of the wallet account, calculated by the wallet provider.
A high score means that account is considered trustworthy. A low score means that the account is considered suspicious.
Possible values: 1 to 5.
Contains information about the device used for provisioning the network token.
The type of the device used for provisioning the network token.
For example, phone, mobile_phone, watch, mobilephone_or_tablet, etc
The operating system of the device used for provisioning the network token.
The confidence score of the device, calculated by the wallet provider.
A high score means that device is considered trustworthy. A low score means that the device is considered suspicious.
Possible values: 1 to 5.
The method used for provisioning the network token.
Possible values: push, manual.
A list of risk indicators triggered at the time of provisioning the network token.
Some example values of risk indicators are:
- accountTooNewSinceLaunch
- tooManyRecentAttempts
- lowDeviceScore
- lowAccountScore
Use name of the tokenRequestor
instead.
The type of wallet that the network token is associated with.
Possible values: applePay, googlePay, garminPay.
The environment from which the webhook originated.
Possible values: test, live.
When the event was queued.
The type of webhook.
When you receive a webhook, you must respond with an HTTP status code.
HTTP Responses
200 - OK
The request has succeeded.
notificationResponsestringRespond with any 2xx HTTP status code to accept the webhook.