Users
Add Compliance Information
Add compliance information to a user via the API.
PUT
/
v2
/
users
/
{user_id}
/
compliance
Authorization
Path
Body
curl --request PUT \
--url https://api.senddotssandbox.com/api/v2/users/{user_id}/compliance \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json'
Authorizations
Authorizationheaderrequired
string
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
user_idrequired
string
Id of the user to fetch
Body
application/json
w8ben
object
W8-BEN form for foreign payees.
w9
object
W-9 equivalent for users based in the United States.
Response
200
curl --request PUT \
--url https://api.senddotssandbox.com/api/v2/users/{user_id}/compliance \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json'