Report object of Mangopay’s Reporting Service (2025)
ReportType
. Each ReportType
has different available data Columns
and Filters
.
Report types useful for all platforms:
USER_WALLET_TRANSACTIONS
– All transactions crediting or debiting user wallets: pay-ins, transfers, conversions, and payouts, as well as refunds of all types and repudiations (from chargebacks).COLLECTED_FEES
– Detail of transactions crediting or debiting the fees wallet: transactions of all types (pay-ins, transfers, refunds, payouts, etc.) that have a positive or negative fees amount.ECHO_INTENT
– Summary of all intents declared during the selected period, detailing the total funds expected to enter the platform’s escrow wallets.ECHO_INTENT_ACTION
– Summary of all operations related to intents processed during the selected period, detailing the expected money movements to be escrowed — including payments, refunds, refund reversals, and chargebacks.ECHO_SETTLEMENT
– Summary of all settlement files uploaded during the selected period to initiate the reconciliation process, confirming the expected money movements to be escrowed.ECHO_SPLIT
– Summary of all splits related to intents during the selected period, detailing the transfer of funds to the declared destination.USER_WALLET_TRANSACTIONS
report provides the same data as the legacy Transactions report. A report serving the same purpose as the legacy Wallets report is planned in future. Any new types of reports developed in future will only be added to the Reporting Service.REPORT_GENERATED
and REPORT_FAILED
, which replace the legacy system based on a callback URL for each report.Status
value, GENERATING
, which indicates that the report is being generated and no longer awaiting processing (PENDING
). The GENERATING
value may be particularly useful when the report contains large volumes of data.PENDING
, READY_FOR_DOWNLOAD
, FAILED
, EXPIRED
The status of the report:PENDING
– The report is being generated.READY_FOR_DOWNLOAD
– The report has been created, and can be downloaded.FAILED
– The report cannot be generated.EXPIRED
– The report was created, but is no longer available for download (it can be re-run to be downloaded again with fresh data).CSV
The format in which the report is going to be downloaded.Status
is GENERATED
.COLLECTED_FEES
, USER_WALLET_TRANSACTIONS
, ECHO_INTENT
, ECHO_INTENT_ACTION
, ECHO_SETTLEMENT
, ECHO_SPLIT
.The type of the report. Each ReportType
has different available Columns
and Filters
.Useful for all platforms:USER_WALLET_TRANSACTIONS
– All transactions crediting or debiting user wallets: pay-ins, transfers, conversions, and payouts, as well as refunds of all types and repudiations (from chargebacks).COLLECTED_FEES
– Detail of transactions crediting or debiting the fees wallet: transactions of all types (pay-ins, transfers, refunds, payouts, etc.) that have a positive or negative fees amount.ECHO_INTENT
– Summary of all intents declared during the selected period, detailing the total funds expected to enter the platform’s escrow wallets.ECHO_INTENT_ACTION
– Summary of all operations related to intents processed during the selected period, detailing the expected money movements to be escrowed — including payments, refunds, refund reversals, and chargebacks.ECHO_SETTLEMENT
– Summary of all settlement files uploaded during the selected period to initiate the reconciliation process, confirming the expected money movements to be escrowed.ECHO_SPLIT
– Summary of all splits related to intents during the selected period, detailing the transfer of funds to the declared destination.BeforeDate
) between the present and 24 months ago.The date and time after which the report’s transaction was created, based on the transaction’s CreationDate
.Note: The period between the AfterDate
and the BeforeDate
cannot exceed 12 months.AfterDate
) between the present and 24 months ago.The date and time before which the report’s transaction was created, based on the transaction’s CreationDate
.Note: The period between the AfterDate
and the BeforeDate
cannot exceed 12 months.ReportType
.