Skip to main content
GET
/
recipients
/
tax
/
w9
/
{form_id}
/
download
Get a W-9 download link
curl --request GET \
  --url https://payouts.api.trykarat.com/recipients/tax/w9/{form_id}/download \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "url": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Pass your API key as a bearer token: Authorization: Bearer <API_KEY>.

Path Parameters

form_id
string
required

The ID of the W-9 form.

Response

A download link for the W-9 PDF.

data
object