Search...
/
Login
Get Started
Guides
API Reference
SDKs & Postman
Guides
API Reference
SDKs & Postman
API Reference
Access Tokens
Electronic Delivery Consents
1099-INT
1099-K
1099-MISC
1099-NEC
W-8BEN-E
W-8BEN
W-9
GET
List all W-9 documents
POST
Create a W-9
GET
Retrieve a W-9
Mailings
Tax Treaties
TIN Verifications
Users
Webhooks
Login
Get Started
API Reference
W-9
Retrieve a W-9
GET
https://
sandbox-api.withabound.com
/
v4
/
documents
/
w-9
/
:documentId
Retrieves the details of an existing W-9 document.
Path parameters
documentId
string
Required
The unique identifier for an existing document.
Response
This endpoint returns an object.
id
string
The unique identifier for the W-9 document.
createdAt
datetime
The date and time in
ISO 8601
format when the W-9 document was created.
url
string
The URL to the W-9 document.
payee
object
The payee of the document.
Show 13 properties
formFields
object
Show 9 properties
payer
object
Optional
The payer of the document.
Show 14 properties
userId
string
Optional
The unique identifier for a single end-user of your application.
Errors
400
Bad Request
401
Unauthorized
404
Not Found
500
Internal Server Error
Built with