v1

latestOpenAPI 3.1.02026-07-2051132407.2 KB
Manage SCA devices

Initiate the registration of an SCA device

Initiates the registration of a user's device for Strong Customer Authentication (SCA). You can register SCA devices for business accounts or Adyen-issued cards.

For a successful request, the device must be eligible for SCA.

post/registeredDevices

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.

idstring

The unique identifier of the SCA device you are registering.

paymentInstrumentIdstring

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

sdkInputstring

A string that you must pass to the authentication SDK to continue with the registration process.

successboolean

Specifies if the registration was initiated successfully.