Lithic · Schema

Carrier

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Properties

Name Type Description
qr_code_url string QR code URL to display on the card carrier. The `qr_code_url` field requires your domain to be allowlisted by Lithic before use. Contact Support to configure your QR code domain
View JSON Schema on GitHub

JSON Schema

lithic-carrier-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Carrier",
  "title": "Carrier",
  "properties": {
    "qr_code_url": {
      "description": "QR code URL to display on the card carrier. The `qr_code_url` field requires your domain to be allowlisted by Lithic before use. Contact Support to configure your QR code domain",
      "type": "string"
    }
  },
  "type": "object"
}