v1

latestOpenAPI 3.0.02026-08-04134348905.1 KB
Tax

Get Program Customer Tax Forms

Permissions required: Subaccount

Get a program customer's generated tax forms

get/tax/clients/{customerId}/forms

Path parameters

customerIdstring required

The ID of the customer

Response

Successfully returned the forms

Example response

{
  "data": [
    {
      "subaccountId": "ID",
      "forms": [
        {
          "createdDate": "2022-06-03T00:53:27.645Z",
          "id": "doc-123e4567-e89b-12d3-a456-426614174000",
          "revision": 1,
          "revisionType": "ORIGINAL",
          "formType": "1099B",
          "downloadLink": "URL_TO_USER",
          "year": 2023,
          "isFiled": true
        }
      ]
    }
  ]
}