v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-3196247792.5 KB
Manage SCA devices

Get a list of registered SCA devices

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

get/registeredDevices

Query parameters

paymentInstrumentIdstring required

The unique identifier of a payment instrument. It limits the returned list to SCA devices associated to this payment instrument.

pageNumberinteger

The index of the page to retrieve. The index of the first page is 0 (zero).

Default: 0.

pageSizeinteger

The number of items to have on a page.

Default: 20. Maximum: 100.

Response

OK - the request has succeeded.

itemsTotalinteger

The total amount of registered SCA devices that match the query parameters.

pagesTotalinteger

The total amount of list pages.