Generate a test settlement report. Only available in test.
scopes:
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
X-API-Key authentication for accessing regular endpoints. Use Create api-key to create a key.
The content of the header should look like the following:
x-api-key: {api_key}An id that uniquely identifies the account.
9Options 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.
1000[
"T12345678.aaaabbbbccccddddeeee01",
"T12345678.aaaabbbbccccddddeeee02"
]Number 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.
No transactions to generate report. This can be if there are no new transaction events to generate report for.