v1

latestOpenAPI 3.0.02026-07-2352269214.0 KB
3-D Secure Operations

Get all 3-D Secure operations

This request is used by the issuer backend to retrieve all operations related to a card. The API specifies the starting point (offset) and the number of operations (limit) to be retrieved. Offset 0 (the default) corresponds to the most recent operation. For example a limit of 5 and an offset of 2 would return the five most recent operations before the most recent two”.

If no operations are available for the given cardId, an empty list is returned.

Operations that are older than one year are removed.

get/issuers/{issuerId}/cards/{cardId}/3ds/operations

Query parameters

offsetinteger

Index from which the query starts returning operations – Offset 0 (the default) corresponds to the most recent operation.

limitinteger

Number of operations to be returned

Response

Successful

remainingOperationsinteger