Logo
Adyen APIs API Documentation

Update a network token

PATCH {{baseUrl}}/networkTokens/:networkTokenId

Updates the status of the network token.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X PATCH 'https://balanceplatform-api-test.adyen.com/bcl/v2/networkTokens/:networkTokenId' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"status":"\u003cstring\u003e"}'

ENDPOINTS