v1

latestOpenAPI 3.1.02026-07-26165182724.7 KB

Report Card Missing

Report a physical card as missing. The card will be blocked and can not be unblocked.

IMPORTANT - When a card is reported missing, it is automatically unlinked from the account it was linked to and permanently disabled. This card cannot be relinked.

post/card/report-missing

Headers

api-keystring required
Authorizationstring required

Request body

cardIdstring required

The unique Id of the card you want to fetch. The Create Card endpoint returns a cardId parameter

Response

200

namestring
idstring
typestring
maskedCardNumberstring
expiryDatastring
statusstring
isEnrolledFor3dSecureboolean
linkedAccountIdstring
parentWalletIdstring

Example response

{
  "name": "Raul Bruen",
  "id": "43226b0c-1db6-40d3-a3b8-02fdf5accbfb",
  "type": "PHYSICAL",
  "maskedCardNumber": "487130******9966",
  "expiryData": "2024-06-30T23:59:59Z",
  "status": "BLOCKED",
  "address": {
    "addressLine1": "87991 Bessie Forge",
    "addressLine2": "785 Issac Pine",
    "city": "Laurianeton",
    "postalCode": "11030",
    "country": "EST",
    "dispatchMethod": "POST"
  },
  "security": {
    "contactlessEnabled": true,
    "withdrawalEnabled": true,
    "internetPurchaseEnabled": true
  },
  "linkedAccountId": "UNLINKED",
  "parentWalletId": "UNLINKED"
}