Tax
Get link for tax interview
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.
get/payout/{user_token}/tax
Query parameters
return_urlstring uri
Example:https://www.masspay.io
If specified, the user will be redirected to this URL upon submission of the interview process
cancel_urlstring uri
Example:https://www.masspay.io
If specified, the user will be redirected to this URL when they cancel the interview. If not provided, the cancel button will not be displayed.
Response
OK