curl --request GET \
--url https://api.example.com/api/v1/quarterly-payments[
{
"id": 1,
"user_id": 1,
"year": 2025,
"quarter": 1,
"paid_cents": 250000,
"paid_date": "2025-04-14",
"confirmation_number": "IRS-123456",
"notes": "Paid via IRS Direct Pay",
"created_at": "2025-04-14T10:00:00.000Z"
}
]
Retrieve quarterly estimated tax payments for a year.
curl --request GET \
--url https://api.example.com/api/v1/quarterly-payments[
{
"id": 1,
"user_id": 1,
"year": 2025,
"quarter": 1,
"paid_cents": 250000,
"paid_date": "2025-04-14",
"confirmation_number": "IRS-123456",
"notes": "Paid via IRS Direct Pay",
"created_at": "2025-04-14T10:00:00.000Z"
}
]
[
{
"id": 1,
"user_id": 1,
"year": 2025,
"quarter": 1,
"paid_cents": 250000,
"paid_date": "2025-04-14",
"confirmation_number": "IRS-123456",
"notes": "Paid via IRS Direct Pay",
"created_at": "2025-04-14T10:00:00.000Z"
}
]