Lithic · Schema

Card Reissued

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Properties

Name Type Description
card_token string The token of the card that was reissued.
View JSON Schema on GitHub

JSON Schema

lithic-card-reissued-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/card-reissued",
  "title": "Card Reissued",
  "examples": [
    {
      "card_token": "00000000-0000-0000-0000-000000000001"
    }
  ],
  "properties": {
    "card_token": {
      "description": "The token of the card that was reissued.",
      "example": "00000000-0000-0000-0000-000000000001",
      "format": "uuid",
      "type": "string"
    }
  },
  "type": "object"
}