GuidesAPI ReferenceChangelog
Changelog
improved

v2.1.111

Added group_id to the response of the GET /v2/payments/:payment_id/breakdown endpoint.
Check the API Reference

Response example:

{
    "data": [
      {
        "date": "2022-10-01T00:59:28.482Z",
        "work": "3000.00",
        "bonus": "500.00",
        "total": "3500.00",
        "others": "0.00",
        "currency": "USD",
        "expenses": "0.00",
        "group_id": "4fd2daf5-7d59-4990-ba17-5dfc5f1034d0",
        "overtime": "0.00",
        "pro_rata": "0.00",
        "approvers": "John Smith",
        "frequency": "monthly",
        "adjustment": "0.00",
        "deductions": "0.00",
        "commissions": "0.00",
        "approve_date": "2022-10-28T14:32:15.847Z",
        "payment_date": "2022-11-01T17:20:32.837Z",
        "contract_type": "ongoing_time_based",
        "processing_fee": "0.00",
        "contract_country": "US",
        "contractor_email": "[email protected]",
        "payment_currency": "USD",
        "contract_start_date": "2020-03-31T10:58:49.780Z",
        "general_ledger_account": "6000 - Office Expenses",
        "total_payment_currency": "1000.00",
        "contractor_employee_name": "Jane Doe",
        "contractor_unique_identifier": "550e8400-e29b-41d4-a716-446655440000"
      }
    ]
  }