Skip to main content
PUT
/
v2
/
users
/
{user_id}
/
compliance
Submit Compliance Information
curl --request PUT \
  --url https://api.dots.dev/api/v2/users/{user_id}/compliance \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

user_id
string
required

Id of the user to fetch

Body

application/json
w9
object

W-9 equivalent for users based in the United States.

w8ben
object

W8-BEN form for foreign payees.

Response

200

OK