---
title: "Network token updated"
method: POST
path: "balancePlatform.networkToken.updated"
tags: ["Network token"]
---

# Network token updated

`POST balancePlatform.networkToken.updated` (webhook)

Adyen sends this webhook when there is an internal status update for the network token during the provisioning process.

## Payload

- NetworkTokenNotificationRequest
  - `data` NetworkTokenNotificationDataV2, required
    - `authentication` TokenAuthentication
      - `method` string — The method used to complete the authentication process. Possible values: **sms_OTP**, **email_OTP**.
      - `result` string — The result of the authentication process.
    - `authenticationApplied` boolean — Specifies whether the authentication process was triggered during token provisioning.
    - `balancePlatform` string — The unique identifier of the balance platform.
    - `decision` string — The decision about the network token provisioning. Possible values: **approved**, **declined**, **requiresAuthentication**.
    - `id` string — The unique identifier of the network token.
    - `paymentInstrumentId` string — The unique identifier of the payment instrument to which the network token is associated.
    - `status` string — The status of the network token.
    - `tokenLastFour` string — The last four digits of the network token. Use this value to help your user to identify their network token.
    - `type` string — The type of network token. Possible values: **wallet**, **cof**.
    - `validationFacts` ValidationFacts[] — The rules used to validate the request for provisioning the network token.
      - `reasons` string[] — The reason for the `result` of the validations. This field is only sent for `validationFacts.type` **walletValidation**, when `validationFacts.result` is **invalid**.
      - `result` 'invalid' | 'notApplicable' | 'notValidated' | 'valid' — The evaluation result of the validation facts. Possible values: **valid**, **invalid**, **notValidated**, **notApplicable**.
      - `type` string — The type of the validation fact.
    - `wallet` Wallet
      - `accountScore` string — 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**.
      - `device` Device
        - `formFactor` string — The type of the device used for provisioning the network token. For example, **phone**, **mobile_phone**, **watch**, **mobilephone_or_tablet**, etc
        - `osName` string — The operating system of the device used for provisioning the network token.
      - `deviceScore` string — 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**.
      - `provisioningMethod` string — The method used for provisioning the network token. Possible values: **push**, **manual**, **cof**, **unknown**.
      - `recommendationReasons` string[] — 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**
      - `type` string — The type of wallet that the network token is associated with. Possible values: **applePay**, **googlePay**, **garminPay**.
  - `environment` string, required — The environment from which the webhook originated. Possible values: **test**, **live**.
  - `timestamp` string, date-time — When the event was queued.
  - `type` 'balancePlatform.networkToken.created' | 'balancePlatform.networkToken.updated', required — The type of webhook.

## Acknowledgement `200`

OK - the request has succeeded.

- BalancePlatformNotificationResponse
  - `notificationResponse` string — Respond with any **2xx** HTTP status code to [accept the webhook](https://docs.adyen.com/development-resources/webhooks/#accept-webhooks).

---

[API](https://skmtc.dev/adyen/apis/configuration-webhooks.md) · [All operations](https://skmtc.dev/adyen/apis/configuration-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adyen/configuration-webhooks/revisions/74e0766552b1/schema)
