---
title: "Create a new SCA association for a device"
method: POST
path: "/scaDevices/{deviceId}/scaAssociations"
tags: ["SCA device management"]
---

# Create a new SCA association for a device

`POST /scaDevices/{deviceId}/scaAssociations`

Creates an association between an SCA-enabled device and an entity, such as an account holder. This action does not guarantee the association is immediately ready for use; its status may be `pendingApproval` if the account holder has existing devices.

## Path parameters

- `deviceId` string, required

## Request body

- SubmitScaAssociationRequest
  - `entities` ScaEntity[], required — The list of entities to be associated.
    - `id` string, required — The unique identifier of the entity.
    - `type` 'accountHolder' | 'legalEntity' | 'paymentInstrument', required

## Response `201`

Created - Association created.

- SubmitScaAssociationResponse
  - `scaAssociations` Association[], required — List of associations created to the entities and their statuses.
    - `entityId` string, required — The unique identifier of the entity.
    - `entityType` 'accountHolder' | 'legalEntity' | 'paymentInstrument', required
    - `scaDeviceId` string, required — The unique identifier for the SCA device.
    - `status` 'pendingApproval' | 'active', required

## Other responses

- `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.

---

[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)
