Skip to main content

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.

Endpoint destination URL
https://balanceplatform-api-test.adyen.com/bcl/v2/scaDevices/{deviceId}/scaAssociations
Click to copy
deviceIdstringRequired
Min length: 30Max length: 30

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

entitiesarray[object]Required

The list of entities to be associated.

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

    Association created.

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