| Report | Description |
|---|---|
| Bank Files | Provides partner banks with daily cardholder activity and compliance information. See Bank Files. |
| Authorization and Clearing Comparison Detail | Links authorizations to clearing details. See Authorization and Clearing Comparison Detail. |
| Quarterly Network Reports | Provides programs with access to quarterly reporting for Visa and Mastercard. See Quarterly Network Reports. |
Bank Files
Data Products and Insights provides Bank Files, which are records of all activity and incremental adjustments that have occurred for transactions, accounts, and cards. Bank Files are sent to partners and customers daily, and the transfer methods used to download Bank Files are PCI-compliant.Accessing Bank Files
To access Bank Files:Go to the Marqeta Dashboard.
Use cases
This report provides banks with program details to facilitate money movement and monitor activity and cardholder demographics in order to comply with BSA/AML and KYC/KYB regulations.Download bank files
To do this in the Marqeta Dashboard:
To do this using the DiVA API, use the following cURL command:
cURL
Authorization and Clearing Comparison Detail
The Authorization and Clearing Comparison Detail report links authorizations to clearing details. This report significantly reduces the time required to identify the clearing differences per transaction. The Authorization and Clearing Comparison report provides insights into all cleared Signature transactions comparing the initial authorized amount vs the amount cleared. The primary use case of this report is to identify fraudulent transactions where merchants or cardholders increase the amount to be cleared outside of the cardholder’s consent (for example, tips) or the cost of the goods.Accessing the report
Go to the Marqeta Dashboard.

| Field | Description |
|---|---|
| Program | The name of the card program. |
| Bank | The bank under which the program operates. |
| Currency | The abbreviated currency code. |
| Network | The card network on which a transaction took place. |
| Sub Network | The subnetwork used by a transaction (VisaPlus, VisaNet, VisaInterlink, VisaNet Debit, Maestro, Cirrus, or Pulse). |
| Network Type | The network type for the transaction: Pindebit or Signature |
| Authorization Date | The date a transaction was authorized. |
| Post Date | The date a transaction was posted by the network. |
| Initiating Transaction Token | The token identifying the initial transaction in a chain of transactions (usually an authorization). |
| Transaction Status | The status of the transaction. |
| Merchant | The merchant associated with the transaction; where a transaction took place. |
| Clean Merchant | A human-readable merchant name when available. |
| Merchant Country | The country of a merchant location where a transaction has taken place. |
| Merchant State | The state or province of a merchant location where a transaction has taken place. |
| Merchant City | The city of a merchant location where a transaction has taken place. |
| Merchant Category Code | The merchant category code (MCC) associated with a transaction. |
| Merchant Category Code Group | The merchant category code (MCC) group associated with a transaction. |
| Acting User Token | The unique user token of a cardholder. This can be seen in the user view and transaction level views. |
| Acting Card Token | The token identifying a card within a card program. This can be seen in the cards view and transaction level views. |
| Amount at point of Authorization | The authorized amount or sum total amount of multiple, relevant authorizations. |
| Cleared Amount | The amount of cleared per transaction. |
| Delta Amount | The delta amount, calculated by subtracting Authorized Amount from Cleared Amount. |
| Delta percentage | The delta amount, calculated by subtracting Authorized Amount from Cleared Amount in percentage compared to initial Authorized Amount. |
| Core Api Initiating Transaction Token | The token of the initiating Core API transaction. |
| Shard Id | The program Shard Id. |
| Report Load Timestamp | UTC time when the record was loaded into Marqeta’s reporting system. |
Use cases
This report has multiple use cases to reduce operational time to derive information and socialize fraud activity. Described are some typical use cases.- Identify daily early signs of bad merchant behavior and stop suspected fraud by updating velocity controls and declining transactions at that merchant.
- Detect and investigate suspected fraudulent merchants or cardholders early on.
- Review behavior of card products that may regularly add on to the authorized amount in the form of tips or increased price of goods.
How to use the Authorizations and Clearing Comparison Detail report
To identify anomalies or large deltas between authorizations and clearing amounts, review the Amount at point of Authorization, Cleared Amount, Delta Amount, and Delta percentage fields. Use the following steps to create and save a report that includes this information:Under Filter:
-
Select Delta Percentage > and enter the value
20. -
Select Network Type, select =, and then enter
Signature.
DiVA API
To generate this report using the DiVA API, send a request to thehttps://diva-api.marqeta.com/data/v2/views/authorizationclearing/detail endpoint as in the following example:
cURL
JSON
Quarterly Network Reports
Quarterly Network Reports (QNRs) are regulatory reports administered by Visa and Mastercard. Marqeta’s QNRs provide programs with access to quarterly reporting for both Visa and Mastercard, with all current requirements set forth by the card networks. The networks require that banks report card program metrics by the 15th day of the first month of every quarter. Marqeta commits to delivering QNRs to enrolled programs by the 10th day of the first month of every quarter. These reports contain data elements related to card and account activity as they apply to the card programs. This data includes, but is not limited to, total number of cards active in the cycle, transactional volumes, number of digital or tokenized cards, and total accounts open. Networks regularly update the data required in each report, and it is the responsibility of the program manager to monitor these changes and supply accurate data based on current requirements with the networks.Accessing the Quarterly Network Report
To access the Quarterly Network Report:Go to the Marqeta Dashboard.
Use cases
This report provides accurate and easy access to data, as required by the card network and banking entities.Downloading the Quarterly Network Report
To do this in the Marqeta Dashboard:
To do this using the DiVA API, use the following cURL command:
cURL
.csv file.
cURL
.csv file:
cURL
gunzip insights_quarterly-network-reports-visa_visa.csv.gz. You can then view the file:
cURL
.csv file:
cURL
gunzip insights_quarterly-network-reports-mastercard_mastercard.csv.gz. You can then view the file:
cURL