Avalara · Example Payload

1099 W9 W9 Form Example

Taxes

1099 W9 W9 Form Example is an example object payload from Avalara, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idpayeeNamebusinessNametaxClassificationtintinTypeaddresssignedDatestatus

Example Payload

Raw ↑
{
  "id": "12345",
  "payeeName": "Sample Name",
  "businessName": "Sample Name",
  "taxClassification": "Individual",
  "tin": "sample-value",
  "tinType": "SSN",
  "address": {
    "line1": "sample-value",
    "city": "sample-value",
    "state": "sample-value",
    "postalCode": "US"
  },
  "signedDate": "2025-04-15",
  "status": "Valid"
}