Report types
Report types are default reporting templates that serve as a starting point for configuring your reports related to the payments lifecycle.
- Each report type has a unique report type ID and is applicable to payment method groups and regions.
- You can get standard reports that are pre-configured or build custom reports using attributes from multiple report types if they belong to the same payment method group and region.
- Your implementations manager can assist you in choosing the most relevant report types tailored to your business needs.
Download the Global Reporting Attributes Catalog to identify the attributes that each report type contains.
Report types are categorized into the following:
- Pre-funded report types
- Post-funded report types
Pre-funded report types
Pre-funded transactions are authorized transactions that need to be settled between you and the bank.
The pre-funded report category includes the following report types:
Pre-funded report type | Description | Usecases | Granularity |
---|---|---|---|
Transaction Details | Provides the following transaction-level details processed during a given timeframe:
|
|
Transaction level |
Submission Details | Provides fee-level breakdown for transactions successfully submitted for settlement. It also includes:
|
|
Transaction Fee level |
Dispute Details | Provides a detailed listing of chargeback transactions at each stage of the chargeback lifecycle. |
|
Dispute Life Cycle level |
Post-funded report types
Post-funded transactions are settled between the merchant and the bank.
The post-funded report category includes the following report types:
Post-funded report type | Description | Usecases | Granularity |
---|---|---|---|
Settlement Details | Provides transaction-level details of successfully funded transactions like sales, refunds, and chargebacks. |
|
Transaction level |
Settlement Summary | Provides a summary of successfully and unsuccessfully funded transactions (For example, sales, refunds, and chargebacks) per method of payment, action type, and status (pending, funded, or not funded). |
|
Aggregated Fee Category level |
Fee Details | Provides a breakdown of each fee type assessed to a transaction sent for funding for a given time frame. |
|
Service Code level |
Standard Reports
Standard reports are pre-configured using the report types that is tailored to provide meaningful information on the payment lifecycle which can be used for research and reconciliation. These reports run daily and can be accessed using the Commerce Center and/or Reporting API. Please contact your Relationship Manager if you need assistance.
The standard reports category includes the following report types:
Standard report type | Description | Usecases |
---|---|---|
Deposit Details | Provides transaction level details of successfully submitted/deposited transactions using the submission details report type. |
|
Deposit Summary | Provides a high-level view of your successful deposits/submissions for a date range using the submission details report type. |
|
Charge Summary | Identifies fees assessed for services that were posted during the reporting period using the submission details report type. | Validate all the fees at a more granular level than is presented in the Deposit detail report. |
Deposit Transfer Summary | Summarizes the fund transfers that have been completed and are pending, on hold, rejected, or scheduled for credit to your bank account during the reporting period using the settlement summary report type. | Reconcile your bank accounts by comparing your bank statements to the data from this report. |
Dispute Details |
|
Gather data to trigger your chargeback management process. This may include research, updates to the customer databases, gathering documentation for representment, and so on. |
Retrieve available report types
You can retrieve the available report types by sending a GET
request to the /report-types
endpoint. The report types available to you depend on the payment method groups, regions, and entity entitlements set on your profile during onboarding. Contact your relationship manager if you wish to make changes to your profile.
To learn more about how to retrieve available report types, refer to Get report types.