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.
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 |
---|---|---|---|
entities[] |
Array | Yes |
The list of entities to be associated. |
entities[].id |
String | Yes |
The unique identifier of the entity. |
entities[].type |
String | Yes |
The type of the entity that you are associating with the SCA device. Possible values: accountHolder or paymentInstrument. Valid values:
|
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.