Payment instruments

Create network token activation data

Create network token activation data for a payment instrument.

post/paymentInstruments/{id}/networkTokenActivationData

Path parameters

idstring required

The unique identifier of the payment instrument.

Request body

sdkOutputstring

A block of data automatically generated by Adyen's SDK for network token provisioning. This sdkInput is required to create provisioning data for the network token.

For more information, see the repositories for Adyen's SDKs for network token provisioning:

Response

OK - the request has succeeded.

sdkInputstring

A block of data automatically generated by Adyen's SDK for network token provisioning. This sdkInput is required to create provisioning data for the network token.

For more information, see the repositories for Adyen's SDKs for network token provisioning:

Changes