Skip to main content

Begin SCA device registration

post/scaDevices

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

Endpoint destination URL
https://balanceplatform-api-test.adyen.com/bcl/v2/scaDevices
Click to copy
namestringRequired
Max length: 64

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

sdkOutputstringRequired
Max length: 10000

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

After submitting a call, you receive a response message to inform you that your request was received and processed.

Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.

HTTP Responses

  • 201 - Created

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

  • 400 - Bad Request

    The request contains invalid input and fails validation.

  • 401 - Unauthorized

    Authentication required.

  • 403 - Forbidden

    Insufficient permissions to process the request.

  • 422 - Unprocessable entity

    A request validation error.

  • 500 - Internal Server Error

    The server could not process the request.