Reports
reports
Domain types
NetworkTotal = { token, amounts, created, 9 more... }
SettlementDetail = { token, account_token, card_program_token, 18 more... }
SettlementReport = { created, currency, details, 8 more... }
SettlementSummaryDetails = { currency, disputes_gross_amount, institution, 5 more... }
Reports
Settlement
reports.settlement
Methods
get/v1/reports/settlement/details/{report_date}
List details.
path Parameters
report_date: string
(format: date)query Parameters
ending_before: string
Optional
A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.
page_size: number
(minimum: 1, maximum: 500, default: 50)Optional
Number of records per page.
starting_after: string
Optional
A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.
Response fields
has_more: boolean
More data exists.
Request example
200Example
get/v1/reports/settlement/summary/{report_date}
Get the settlement report for a specified report date. Not available in sandbox.
reports.settlement.network_totals
Methods
get/v1/reports/settlement/network_totals
List network total records with optional filters. Not available in sandbox.
get/v1/reports/settlement/network_totals/{token}
Retrieve a specific network total record by token. Not available in sandbox.
