v2

latestOpenAPI 3.0.3raw.githubusercontent.com2025-01-245593419.2 KB
Cards

Report a physical card as lost.

Note: this API is still in beta. Please get in touch with our team to know more: https://getqonto.atlassian.net/servicedesk/customer/portal/5

OAuth scope: card.write


This endpoint allows you to report a physical card as lost, permanently blocking its usage.

put/v2/cards/{id}/lost

Path parameters

idstring uuid required

Unique card identifier

Headers

X-Qonto-Staging-Tokenstring

Required only for Sandbox API requests; to get one, please submit the following form: https://getqonto.atlassian.net/servicedesk/customer/portal/5/group/47/create/143.

Response

Returns the card reported as lost.

Example response

{
  "card": {
    "nickname": "💳 for 🍗",
    "embossed_name": "DOLORES KOULECHOV",
    "status": "pending",
    "pin_set": true,
    "mask_pan": "511768******7662",
    "exp_month": "3",
    "exp_year": "2024",
    "last_digits": "7662",
    "atm_option": true,
    "nfc_option": true,
    "online_option": true,
    "foreign_option": true,
    "atm_monthly_limit": 1000,
    "atm_monthly_spent": 1000,
    "atm_daily_limit": 1000,
    "atm_daily_limit_option": true,
    "payment_monthly_limit": 1000,
    "payment_monthly_spent": 1000,
    "payment_daily_limit": 1000,
    "payment_daily_spent": 1000,
    "payment_daily_limit_option": true,
    "payment_transaction_limit": 1000,
    "payment_transaction_limit_option": true,
    "active_days": [
      1,
      3,
      5
    ],
    "card_type": "debit",
    "card_level": "standard",
    "payment_lifespan_spent": 42,
    "categories": [
      "transport",
      "restaurant_and_bar",
      "food_and_grocery"
    ],
    "parent_card_summary": {
      "last_digits": "7662"
    },
    "card_design": "plus.black.2023",
    "type_of_print": "embossed",
    "discard_on": "2022-11-31"
  }
}