v1

latestOpenAPI 3.1.02026-07-2051132407.2 KB
Manage SCA devices

Complete the registration of an SCA device

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.

patch/registeredDevices/{id}

Path parameters

idstring required

The unique identifier of the SCA device. You obtain this id in the response of a POST /registeredDevices request.

Request body

namestring

The name of the SCA device that you are registering. You can use it to help your users identify the device.

If you do not specify a name, Adyen automatically generates one.

paymentInstrumentIdstring required

The unique identifier of the payment instrument for which you are registering the SCA device.

Response

OK - the request has succeeded.

successboolean

Specifies if the registration was initiated successfully.