Understand every transaction, not just the total.
Dashboards and exportable reports covering performance, settlements, and reconciliation — so your finance team spends less time chasing numbers.
For finance and operations teams who need visibility into payment performance without building it themselves.
What's included
Transaction dashboards
Filter and break down transactions by method, status, and time period.
Settlement visibility
See what has settled, what is pending, and when it is due.
Reconciliation views
Match payments against settlements and refunds in one place.
Exportable reports
Download reports in formats your finance team already works with.
Refund tracking
Follow a refund from request through to completion.
Scheduled reports
Have recurring reports delivered without manual effort.
From setup to settlement
Call it directly from your own code
Every product on this page is also a documented API endpoint — build it into your own systems when the dashboard isn't enough.
Explore API Documentation$client = new Paynancial\Client('YOUR_API_KEY');
$report = $client->reports->transactions([
'from' => '2026-08-01',
'to' => '2026-08-31',
'format' => 'csv',
]);
echo $report->download_url;
Common questions
Can I export data for my accounting system?
Yes — reports can be exported in common formats for use outside the dashboard.
Does this show real customer data or sample data?
Analytics reflect your own account’s real transactions and settlements — there is no sample or simulated data in your dashboard.