v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-3196247792.5 KB
Manage SCA devices

Complete an association between an SCA device and a resource

Completes an association between a user's registered SCA device and an Adyen resource. For example, you can associate an SCA device with additional business accounts or Adyen-issued cards.

To complete the association, this endpoint validates the authentication data of the registered device.

patch/registeredDevices/{deviceId}/associations

Path parameters

deviceIdstring required

The unique identifier of the SCA device that you are associating with a resource.

Request body

idsstring[] required

The list of unique identifiers of the resources that you are associating with the SCA device.

Maximum: 5 strings.

type'PaymentInstrument' required

The type of resource that you are associating with the SCA device.

Possible value: PaymentInstrument

Response

OK - the request has succeeded.

deviceIdstring

The unique identifier of the SCA device you associated with a resource.

idsstring[]

The list of unique identifiers of the resources that you associated with the SCA device.

type'PAYMENT_INSTRUMENT' required

The type of resource that you associated with the SCA device.