v1
latestOpenAPI 3.1.02026-07-2438302.6 MBGet Job Financial Summary
get/jobs/{job_uid}/finance/stats
Path parameters
job_uidstring required
Job UID
Response
Example response
{
"type": "success",
"data": {
"job": {
"job_uid": "f5ea00c5-9f0e-4091-ab28-afe8194f7a44",
"job_title": "Test Job"
},
"stats": {
"approved_amount": 416976.4,
"invoiced_amount": 784616.4,
"amount_left_to_invoice": -367640,
"collected_amount": 404400.64,
"balance_amount": 12575.76,
"invoiced_rate": 188.17,
"collection_rate": 51.54
},
"payments": [
{
"payment_transaction_uid": "2dea67c4-f530-4a99-b1af-169d36055f09",
"currency": "USD",
"amount": 367640,
"description": "Transaction via offline payment",
"payment_mode": {
"payment_mode_uid": "a9120231-0bac-4dd4-8d50-e45526a8a933",
"payment_mode_name": "Card",
"payment_mode_type": "ONLINE",
"payment_mode_description": "This is to test stripe"
},
"action_module": "INVOICE",
"action_uid": "b230f056-248f-43ce-88d9-c182d817fbcf",
"type": "OFFLINE",
"status": "SUCCESS",
"payment_via": "PAYMENT_METHOD",
"payment_date_dt": "2026-06-03",
"created_at": "2026-06-03T17:10:42.587Z"
}
]
}
}