Logo
Adyen APIs API Documentation

Get a list of registered SCA devices

GET {{baseUrl}}/registeredDevices?paymentInstrumentId=paymentInstrumentId_example

Get a paginated list of the SCA devices you have currently registered for a specific payment instrument.

 

Body PARAM

Key Datatype Required Description 
paymentInstrumentId
string The unique identifier of a payment instrument. It limits the returned list to SCA devices associated to this payment instrument.
pageNumber
number The index of the page to retrieve. The index of the first page is 0 (zero). Default: 0.
pageSize
number The number of items to have on a page. Default: 20. Maximum: 100.



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X GET 'https://balanceplatform-api-test.adyen.com/bcl/v2/registeredDevices?paymentInstrumentId=paymentInstrumentId_example?paymentInstrumentId=paymentInstrumentId_example&pageNumber=56&pageSize=56' -H 'Accept: application/json'

ENDPOINTS