SCA device management

Begin SCA device registration

Begins the registration process for a new Strong Customer Authentication (SCA) device.

post/scaDevices

Request body

namestring required

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

sdkOutputstring required

A base64-encoded block with the data required to register the SCA device. You obtain this information by using Adyen's authentication SDK.

Response

Created - A device resource is created. The initial step of registration is complete, but the device isn't ready for use.

sdkInputstring

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

Changes

Changed in 2 of the 51 revisions of this API.12

  • v24cd18d5551af11See the full diff
    • the sdkInput response property's maxLength was increased from 10000 to 20000 for the response status 201

      response-property-max-length-increased

    • the sdkOutput request property's maxLength was increased from 10000 to 20000

      request-property-max-length-increased

    • endpoint added

      endpoint-added