Lithic · Example Payload

Lithic Patchcardbytoken Example

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Lithic 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"
      }
    }
  ]
}