settlements
aid_settlement_generate_test_report
Generate a test settlement report. Only available in test.
scopes:
- admin:billing
- admin:reports
post/accounts/{aid}/settlements/reports/generate-test-report
Path parameters
aidstring ^[PT]{1}\d{8}$ required
An id that uniquely identifies the account.
Request body
Example request
{
"transaction_ids": [
"T12345678.aaaabbbbccccddddeeee01",
"T12345678.aaaabbbbccccddddeeee02"
],
"number_of_transactions": 10,
"date_range": {
"start_date": "2025-12-01",
"end_date": "2025-12-07"
}
}Response
No transactions to generate report. This can be if there are no new transaction events to generate report for.