Add a representative
Moov accounts associated with businesses require information regarding individuals who represent the business. You can provide this information by creating a representative. Each account is allowed a maximum of 7 representatives. Read our business representatives guide to learn more.
To access this endpoint using an access token
you’ll need to specify the /accounts/{accountID}/representatives.write
scope.
{
"address": {
"addressLine1": "123 Main Street",
"addressLine2": "Apt 302",
"city": "Boulder",
"country": "US",
"postalCode": "80301",
"stateOrProvince": "CO"
},
"birthDateProvided": true,
"createdOn": "2019-08-24T14:15:22Z",
"disabledOn": "2019-08-24T14:15:22Z",
"email": "jordan.lee@classbooker.dev",
"governmentIDProvided": true,
"name": {
"firstName": "Jordan",
"lastName": "Lee",
"middleName": "Reese",
"suffix": "Jr"
},
"phone": {
"countryCode": "1",
"number": "8185551212"
},
"representativeID": "18f7ae5a-686e-4e74-a568-03dfdb83ab1d",
"responsibilities": {
"isController": true,
"isOwner": true,
"jobTitle": "CEO",
"ownershipPercentage": 38
},
"updatedOn": "2019-08-24T14:15:22Z"
}
Response headers
x-request-id
string
<uuid>
required
{
"error": "string"
}
Response headers
x-request-id
string
<uuid>
required
Response headers
x-request-id
string
<uuid>
required
Response headers
x-request-id
string
<uuid>
required
Response headers
x-request-id
string
<uuid>
required
{
"error": "string"
}
Response headers
x-request-id
string
<uuid>
required
{
"error": {
"address": {
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"country": "string",
"postalCode": "string",
"stateOrProvince": "string"
},
"birthDate": {
"day": "string",
"month": "string",
"year": "string"
},
"email": "string",
"governmentID": {
"itin": {
"full": "string",
"lastFour": "string"
},
"ssn": {
"full": "string",
"lastFour": "string"
}
},
"name": {
"firstName": "string",
"lastName": "string",
"middleName": "string",
"suffix": "string"
},
"phone": {
"countryCode": "string",
"number": "string"
},
"responsibilities": {
"isController": "string",
"isOwner": "string",
"jobTitle": "string",
"ownershipPercentage": "string"
}
}
}
Response headers
x-request-id
string
<uuid>
required
Response headers
x-request-id
string
<uuid>
required
Response headers
x-request-id
string
<uuid>
required
Response headers
x-request-id
string
<uuid>
required
Headers
x-moov-version
string
API version
Specify an API version.
API versioning follows the format vYYYY.QQ.BB
, where
YYYY
is the yearQQ
is the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)BB
is the build number, starting at.01
, for subsequent builds in the same quarter.- For example,
v2024.01.00
is the initial release of the first quarter of 2024.
- For example,
The latest
version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
v2024.01.00
Path parameters
accountID
string
<uuid>
required
Body
birthDate
object
Show child attributes
day
integer
required
month
integer
required
year
integer
required
governmentID
object
Show child attributes
itin
object
Show child attributes
full
string
Pattern
lastFour
string
ssn
object
Show child attributes
full
string
Pattern
lastFour
string
responsibilities
object
Show child attributes
isController
boolean
isOwner
boolean
true
, this field indicates that the individual has a business ownership stake of at least 25% in the
business. If the representative does not own at least 25% of the business, this field should be false
.
jobTitle
string
<=64 characters
Pattern
ownershipPercentage
integer
isOwner
is true
).
Response
createdOn
string<date-time>
required
name
object
required
Show child attributes
firstName
string
<=64 characters
required
Pattern
lastName
string
<=64 characters
required
Pattern
middleName
string
<=64 characters
Pattern
suffix
string
<=20 characters
Pattern
representativeID
string<uuid>
required
updatedOn
string<date-time>
required
address
object
Show child attributes
addressLine1
string
<=60 characters
required
Pattern
city
string
<=32 characters
required
Pattern
country
string
<=2 characters
required
postalCode
string
<=5 characters
required
stateOrProvince
string
<=2 characters
required
addressLine2
string
<=32 characters
Pattern
birthDateProvided
boolean
disabledOn
string<date-time>
string<email>
<=255 characters
governmentIDProvided
boolean
phone
object
Show child attributes
countryCode
string
<=1 characters
number
string
<=10 characters
responsibilities
object
Show child attributes
isController
boolean
isOwner
boolean
true
, this field indicates that the individual has a business ownership stake of at least 25% in the
business. If the representative does not own at least 25% of the business, this field should be false
.
jobTitle
string
<=64 characters
Pattern
ownershipPercentage
integer
isOwner
is true
).