Generate a test settlement report
Generate a test settlement report. Only available in test.
scopes:
- admin:billing
- admin:reports
Authorizations
Path Parameters
An id that uniquely identifies the account.
9Body
Options to determine which transactions to include. If no options are included transactions from the last 7 days will be included.
Only operations for a transaction that has not already been settled will be included.
Array of transaction IDs to include in the report. If a transaction has already been
settled earlier it will be ignored. An empty array will be ignored.
Should not be combined with number_of_transactions or date_range.
1000Number of transactions to include. Can be combined with date_range, but
should not be combined with transaction_ids. Must be a positive integer.
1 <= x <= 1000010
A date range to limit which transactions to include. Can be combined with
number_of_transactions, but should not be combined with transaction_ids.
start_date must be before end_date.
Response
No transactions to generate report. This can be if there are no new transaction events to generate report for.