Logo
Adyen APIs API Documentation

Complete the registration of an SCA device

PATCH {{baseUrl}}/registeredDevices/:id

Completes the registration of an SCA device by validating the authentication data of the device. You can register SCA devices for business accounts or Adyen-issued cards.

 

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/registeredDevices/:id' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"paymentInstrumentId":"\u003cstring\u003e","strongCustomerAuthentication":"\u003cstring\u003e"}'

ENDPOINTS