Category: ACCOUNT DETAILS
Verification product is built to clean up account detail level information.
Response example
{
"verification":{
"fullName": "Ellen Ripley",
"firstName": "Ellen", // coming soon
"lastName": "Ripley" // coming soon
}
}
Key descriptions
KEY | TYPE | DESCRIPTION |
---|---|---|
fullName | String | Full name of the legal account owner. For a corporate account, the corporate name is used for this attribute. |
firstName | String | First name of the legal account owner. |
lastName | String | Last name of the legal account owner. |