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
{
"$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"
}