Finish registration process for a SCA device
Finishes the registration process for a new Strong Customer Authentication (SCA) device.
The unique identifier of the SCA device that you are associating with a resource.
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
200 - OK
Device registration was completed successfully.
400 - Bad Request
The request contains invalid input and fails validation.
401 - Unauthorized
Authentication required.
403 - Forbidden
Insufficient permissions to process the request.
404 - Not Found
Device not found.
422 - Unprocessable entity
A request validation error.
500 - Internal Server Error
The server could not process the request.