Generate a reporting service report
ReportType
:
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.Status
becomes EXPIRED
and the DownloadURL
becomes null
.You can generate a new report with the same filters and dates.CSV
The format of the report file.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.CreationDate:ASC
, CreationDate:DESC
Default value: CreationDate:ASC
The sort direction based on transaction creation date.BeforeDate
by less than 12 monthsThe date and time after which the report’s transaction was created, based on the transaction’s CreationDate
.AfterDate
by less than 12 monthsThe date and time before which the report’s transaction was created, based on the transaction’s CreationDate
.Currency
, UserId
, WalletId
The filers to apply.If the ReportType
is COLLECTED_FEES
, only the Currency
filter can be used. If the currency is not specified, the report contains data on all currencies.If the ReportType
is USER_WALLET_TRANSACTIONS
, each filter can be used on its own or in combination, in which case the report data satisfies both filters.UserId
and Currency
– Report contains all transactions (credited or debited) in the currency where UserId is the AuthorIdUserId
and WalletId
– Report contains all transactions (credited or debited) in all currencies where the UserId is specified as the DebitedWalletId
or CreditedWalletId
. If the WalletId
is not a wallet owned by the UserId
, then the report will be empty.Currency
and WalletId
cannot be used together.If no Filters
are specified, the report contains all transactions crediting or debiting all user wallets.Caution: The WalletId
and UserId
values are not validated before the request is launched, so if both are used but don’t correspond (the user doesn’t own the wallet), then the report will be empty.200 - Response parameters
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
.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.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.Currency
, UserId
, WalletId
The filers to apply.If the ReportType
is COLLECTED_FEES
, only the Currency
filter can be used. If the currency is not specified, the report contains data on all currencies.If the ReportType
is USER_WALLET_TRANSACTIONS
, each filter can be used on its own or in combination, in which case the report data satisfies both filters.UserId
and Currency
– Report contains all transactions (credited or debited) in the currency where UserId is the AuthorIdUserId
and WalletId
– Report contains all transactions (credited or debited) in all currencies where the UserId is specified as the DebitedWalletId
or CreditedWalletId
. If the WalletId
is not a wallet owned by the UserId
, then the report will be empty.Currency
and WalletId
cannot be used together.If no Filters
are specified, the report contains all transactions crediting or debiting all user wallets.Caution: The WalletId
and UserId
values are not validated before the request is launched, so if both are used but don’t correspond (the user doesn’t own the wallet), then the report will be empty.400 - WalletId and Currency filters can't be combined
400 - Max. 12 months between AfterDate and BeforeDate
Invalid Column for ReportType