POST /registeredDevices/{deviceId}/associations
Initiates 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.
Servers
- https://balanceplatform-api-test.adyen.com/bcl/v2
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
deviceId |
String | Yes |
The unique identifier of the SCA device that you are associating with a resource. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
type |
String | Yes |
The type of resource that you are associating with the SCA device. Possible value: PaymentInstrument Valid values:
|
ids[] |
Array | Yes |
The list of unique identifiers of the resources that you are associating with the SCA device. Maximum: 5 strings. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.