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.
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
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.