Lithic · Schema

asa_network_specific_data_visa

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Properties

Name Type Description
business_application_identifier object
View JSON Schema on GitHub

JSON Schema

lithic-asa-network-specific-data-visa-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/asa_network_specific_data_visa",
  "title": "asa_network_specific_data_visa",
  "type": "object",
  "properties": {
    "business_application_identifier": {
      "oneOf": [
        {
          "type": "null",
          "description": "Business application identifier not available."
        },
        {
          "type": "string",
          "description": "Identifies the purpose or category of a transaction, used to classify and process transactions according to Visa\u2019s rules.",
          "minLength": 2,
          "maxLength": 2
        }
      ]
    }
  }
}