---
title: "Initiate the registration of an SCA device"
method: POST
path: "/registeredDevices"
tags: ["Manage SCA devices"]
---

# Initiate the registration of an SCA device

`POST /registeredDevices`

Initiates the registration of a user's device for Strong Customer Authentication (SCA). You can register SCA devices for [business accounts](https://docs.adyen.com/platforms/business-accounts/sca/register-devices) or [Adyen-issued cards](https://docs.adyen.com/issuing/3d-secure/oob-auth-sdk/register-devices).

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

## Request body

- RegisterSCARequest
  - `name` string — 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.
  - `paymentInstrumentId` string, required — The unique identifier of the payment instrument for which you are registering the SCA device.
  - `strongCustomerAuthentication` DelegatedAuthenticationData, required
    - `sdkOutput` string, required — A base64-encoded block with the data required to register the SCA device. You obtain this information by using our authentication SDK.

## Response `200`

OK - the request has succeeded.

- RegisterSCAResponse
  - `id` string — The unique identifier of the SCA device you are registering.
  - `paymentInstrumentId` string — The unique identifier of the payment instrument for which you are registering the SCA device.
  - `sdkInput` string — A string that you must pass to the authentication SDK to continue with the registration process.
  - `success` boolean — Specifies if the registration was initiated successfully.

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `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.

---

[API](https://skmtc.net/adyen/apis/balanceplatformservice.md) · [All operations](https://skmtc.net/adyen/apis/balanceplatformservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/balanceplatformservice/revisions/8761ac1a9aab/schema)
