GET /registeredDevices
Get a paginated list of the SCA devices you have currently registered for a specific payment instrument.
Servers
- https://balanceplatform-api-test.adyen.com/bcl/v2
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
pageNumber |
Integer | No |
The index of the page to retrieve. The index of the first page is 0 (zero). Default: 0. |
pageSize |
Integer | No |
The number of items to have on a page. Default: 20. Maximum: 100. |
paymentInstrumentId |
String | Yes |
The unique identifier of a payment instrument. It limits the returned list to SCA devices associated to this payment instrument. |
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.