docs: finalize us-cpa integration and fixtures
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"taxpayer.fullName": "Olivia Overlay",
|
||||
"filingStatus": "single",
|
||||
"wages": 42000,
|
||||
"federalWithholding": 5000
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"taxpayer.fullName": "Jane Doe",
|
||||
"filingStatus": "single",
|
||||
"wages": 50000,
|
||||
"taxableInterest": 100,
|
||||
"federalWithholding": 6000,
|
||||
"expectedIssue": "agi_mismatch"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"taxpayer.fullName": "Jamie Owner",
|
||||
"filingStatus": "single",
|
||||
"businessIncome": 12000,
|
||||
"federalWithholding": 0
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"taxpayer.fullName": "Jane Doe",
|
||||
"filingStatus": "single",
|
||||
"wages": 50000,
|
||||
"taxableInterest": 100,
|
||||
"federalWithholding": 6000
|
||||
}
|
||||
Reference in New Issue
Block a user