---
title: "Get link for tax interview"
method: GET
path: "/payout/{user_token}/tax"
tags: ["Tax"]
---

# Get link for tax interview

`GET /payout/{user_token}/tax`

This **GET** endpoint is used to get a W8/W9 tax interview link for a specific user identified by their `user_token`. The user should be directed to link that is obtained by this endpoint.<br>To use this endpoint, replace `user_token` in the URL path with the actual user token of the user whose tax information you want to collect.

## Query parameters

- `return_url` string, uri
- `cancel_url` string, uri

## Response `200`

OK

- object
  - `interview_url` string, required — URL for W8/W9 tax inteview

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not Found
- `405` — Method Not Allowed.
- `500` — Internal server error.
- `504` — Gateway Time-out.

---

[API](https://skmtc.net/masspay/apis/masspay-api.md) · [All operations](https://skmtc.net/masspay/apis/masspay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/masspay/masspay-api/versions/c03b61a6a551/schema)
