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.
Request Params
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 |