Lithic · Example Payload

Lithic Com Patchcardbytoken Example

FintechCard IssuingPaymentsIssuer ProcessorKYCBanking as a Service

Lithic Com Patchcardbytoken Example is an example object payload from Lithic, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "patchCardByToken",
  "method": "PATCH",
  "path": "/v1/cards/{card_token}",
  "summary": "Update card",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "updateCard",
      "example": {
        "memo": "Updated Name",
        "spend_limit": 100,
        "spend_limit_duration": "FOREVER",
        "state": "OPEN"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "account_token": "f3f4918c-dee9-464d-a819-4aa42901d624",
        "card_program_token": "5e9483eb-8103-4e16-9794-2106111b2eca",
        "cardholder_currency": "USD",
        "created": "2021-06-28T22:53:15Z",
        "cvv": "742",
        "exp_month": "05",
        "exp_year": "2027",
        "funding": {
          "account_name": "Sandbox",
          "created": "2022-03-08T08:00:00Z",
          "last_four": "5263",
          "nickname": "checking account",
          "state": "ENABLED",
          "token": "b0f0d91a-3697-46d8-85f3-20f0a585cbea",
          "type": "DEPOSITORY_CHECKING"
        },
        "hostname": "",
        "last_four": "4938",
        "memo": "Updated Name",
        "pan": "4111111289144142",
        "spend_limit": 100,
        "spend_limit_duration": "FOREVER",
        "replacement_for": null,
        "state": "OPEN",
        "token": "f5f905f5-8a8e-49bf-a9b4-c0adaa401456",
        "type": "VIRTUAL",
        "pin_status": "NOT_SET"
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/lithic-com-patchcardbytoken-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.