Funding Reports
View settlement and payout history.
Get Funding Report
curl "https://dev.auxcore.net/api/v1/settlement/funding-report?startDate=2026-01-01&endDate=2026-01-31"
Response:
{
"success": true,
"data": {
"settlements": [
{
"settlementId": "stl_123",
"amount": 10000.00,
"fees": 300.00,
"netAmount": 9700.00,
"settlementDate": "2026-01-15",
"status": "paid"
}
],
"totalAmount": 10000.00,
"totalFees": 300.00,
"totalNet": 9700.00
}
}
Export Report
curl "https://dev.auxcore.net/api/v1/settlement/funding-report/export/csv?startDate=2026-01-01" \
-o funding-report.csv
Email Report
curl -X POST https://dev.auxcore.net/api/v1/settlement/funding-report/email \
-d '{"email": "accounting@example.com"}'
Need help? Contact support@auxvault.com