GET /scaAssociations
Returns a paginated list of the SCA devices associated with a specific entity.
Servers
- https://balanceplatform-api-test.adyen.com/bcl/v2
Query parameters
Name | Type | Required | Description |
---|---|---|---|
pageNumber |
Integer | Yes |
The index of the page to retrieve. The index of the first page is 0 (zero). Default: 0. |
entityId |
String | Yes |
The unique identifier of the entity. |
entityType |
String | Yes |
The type of entity you want to retrieve a list of associations for. Possible values: accountHolder or paymentInstrument. Valid values:
|
pageSize |
Integer | Yes |
The number of items to have on a page. Default: 5. |
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.