Upload affiliate tax form
POST/affiliate-manager/:locationId/affiliates/:affiliateId/tax-form
Upload a W-8 or W-9 document for an affiliate. Send the document as multipart/form-data; the storage location is assigned by the server.
Request
Version stringrequired
API Version
Available options
v3locationId stringrequired
Location Id
affiliateId stringrequired
Affiliate Id
- multipart/form-data
- Body
- Example (auto)
Bodyrequired
filestring<binary>required
Tax form document. Allowed types: application/pdf. Maximum 5 MB.
formTypestringrequired
Which tax form the uploaded document is
Available options
w8Formw9Form{
"file": "w9.pdf",
"formType": "w8Form"
}
Tax form uploaded
- application/json
- Schema
- Example (auto)
Schema
succeededbooleanrequired
Whether the tax form was stored
affiliateIdstringrequired
Affiliate the form belongs to
formTypestringrequired
Which tax form was stored
Available options
w8Formw9Form{
"succeeded": true,
"affiliateId": "6336c7285ad8e6c08298f7fc",
"formType": "w9Form"
}