v1

latestOpenAPI 3.0.02026-07-2352269214.0 KB
Operations

Suspend

This request is used by the issuer backend to request the suspension of the digital card if the digital card is active.<br/>The result of this operation is synchronous from a TSP point of view (a successful response means that the digital card has been successfully suspended on the TSP itself) but does not guarantee that any update has occurred yet on the device, an optional notification will be sent on successful/unsuccessful completion of the operation on the wallet.

post/issuers/{issuerId}/digitalCards/{digitalCardId}/operations:suspend

Request body

reasonstring

The reason why the action is performed.

reasonCode'USER_DECISION' | 'ISSUER_DECISION' | 'DEVICE_LOST' | 'DEVICE_STOLEN' | 'CARD_LOST' | 'CARD_STOLEN' | 'FRAUD_DETECTED'

The reason code why the action is performed.<br/>If not provided , default reason code is ISSUER_DECISION

Response

Successful card suspension request

operationIdstring

Unique identifier of the operation

status'PENDING' | 'SUCCESSFUL' | 'FAILED' required

Status of the operation