[
{
"field": "program",
"type": "character varying(128)",
"description": "The name of the card program.",
"display": "Program",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "bank",
"type": "character varying(128)",
"description": "The bank under which the program operates.",
"display": "Bank",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "transaction_token",
"type": "character varying(256)",
"description": "The token of the transaction; unique within a program.",
"display": "Transaction Token",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "transaction_timestamp",
"type": "timestamp without time zone",
"description": "The date and time when a transaction occurred. Displayed in UTC.",
"display": "Transaction Timestamp",
"units": null,
"has_total": false,
"date_format": "YYYY-MM-DD HH:mm:ss",
"is_filter_only": false
},
{
"field": "initiating_transaction_token",
"type": "character varying(256)",
"description": "The token identifying the initial transaction in a chain of transactions (usually an authorization).",
"display": "Initiating Transaction Token",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "transaction_completion_token",
"type": "integer",
"description": "The token identifying the record that completed a transaction.",
"display": "Transaction Completion Token",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "transaction_status",
"type": "character varying(128)",
"description": "The status of the transaction.",
"display": "Transaction Status",
"enum_values": [],
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "transaction_type",
"type": "character varying(128)",
"description": "A type field that categorizes the transaction event.",
"display": "Transaction Type",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "transaction_processing_type",
"type": "character varying(128)",
"description": "The method used to capture the card PAN (chip, magstripe, contactless, chip fallback, token). Chip fallback is used when a chip-capable terminal fails and requires the use of the magstripe.",
"display": "Transaction Processing Type",
"enum_values": [],
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "displaymessage",
"type": "character varying(128)",
"description": "A user-friendly message describing the outcome of a transaction.",
"display": "Displaymessage",
"enum_values": [],
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "network",
"type": "character varying(128)",
"description": "The card network on which a transaction took place.",
"display": "Network",
"enum_values": [],
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "sub_network",
"type": "character varying(128)",
"description": "The subnetwork used by a transaction (VisaPlus, VisaNet, VisaInterlink, VisaNet Debit, Maestro, Cirrus, or Pulse).",
"display": "Sub Network",
"enum_values": [],
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "account_user_token",
"type": "character varying(128)",
"description": "The unique user token for the associated user account.",
"display": "Account User Token",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "business_user_token",
"type": "character varying(128)",
"description": "The business token associated with an acting cardholder or parent cardholder.",
"display": "Business User Token",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "parent_user_token",
"type": "character varying(128)",
"description": "The unique user token identifying the parent of the user or business account.",
"display": "Parent User Token",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "acting_user_token",
"type": "character varying(128)",
"description": "The unique user token of a cardholder. This can be seen in the user view and transaction level views.",
"display": "Acting User Token",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "acting_first_name",
"type": "character varying(128)",
"description": "The first name of the cardholder associated with the card that transacted.",
"display": "Acting First Name",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "acting_last_name",
"type": "character varying(128)",
"description": "The last name of the cardholder associated with the card that transacted.",
"display": "Acting Last Name",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "business_name",
"type": "character varying(128)",
"description": "The name of the business associated with a cardholder, acting cardholder, or business account.",
"display": "Business Name",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "company",
"type": "character varying(128)",
"description": "The name of the company associated with the cardholder, if applicable.",
"display": "Company",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "acting_card_token",
"type": "character varying(128)",
"description": "The token identifying a card within a card program. This can be seen in the cards view and transaction level views.",
"display": "Acting Card Token",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "acting_card_product",
"type": "character varying(128)",
"description": "The name of the card product related to a card; each card product has unique spend controls.",
"display": "Acting Card Product",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "acting_card_last_four",
"type": "character varying(4)",
"description": "The last four digits of a card used in a transaction.",
"display": "Acting Card Last Four",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "merchant",
"type": "character varying(128)",
"description": "The merchant associated with the transaction; where a transaction took place.",
"display": "Merchant",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "clean_merchant",
"type": "character varying(128)",
"description": "A human-readable merchant name when available.",
"display": "Clean Merchant",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "merchant_category_code",
"type": "integer",
"description": "The merchant category code (MCC) associated with a transaction.",
"display": "Merchant Category Code",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "merchant_category_code_group",
"type": "character varying(2000)",
"description": "The merchant category code (MCC) group associated with a transaction.",
"display": "Merchant Category Code Group",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "merchant_category_code_description",
"type": "character varying(1000)",
"description": "The description of the merchant category code (MCC) associated with a transaction.",
"display": "Merchant Category Code Description",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "merchant_country",
"type": "character varying(128)",
"description": "The country of a merchant location where a transaction has taken place.",
"display": "Merchant Country",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "merchant_state",
"type": "character varying(128)",
"description": "The state or province of a merchant location where a transaction has taken place.",
"display": "Merchant State",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "merchant_city",
"type": "character varying(128)",
"description": "The city of a merchant location where a transaction has taken place.",
"display": "Merchant City",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "standin_approved_by",
"type": "character varying(128)",
"description": "Designates the means in which a transaction was approved within a JIT transaction flow.",
"display": "Standin Approved By",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "currency",
"type": "character varying(10)",
"description": "The abbreviated currency code.",
"display": "Currency",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "transaction_amount",
"type": "numeric(14,2)",
"description": "The amount of the transaction or sum total amount of multiple, relevant transactions.",
"display": "Transaction Amount",
"units": "USD",
"has_total": true,
"is_filter_only": false
},
{
"field": "approval_code",
"type": "character varying(18)",
"description": null,
"display": "Approval Code",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "networkreferenceid",
"type": "character varying(46)",
"description": null,
"display": "Networkreferenceid",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "core_api_transaction_token",
"type": "character varying(36)",
"description": null,
"display": "Core Api Transaction Token",
"units": null,
"has_total": false,
"is_filter_only": false
},
{
"field": "core_api_initiating_transaction_token",
"type": "character varying(36)",
"description": null,
"display": "Core Api Initiating Transaction Token",
"units": null,
"has_total": false,
"is_filter_only": false
}
]