When a Beneficial Owner is in the ‘document’ status - the status is returned as verified when retrieving that particular Customer. I remember reading in the documentation that if a Beneficial Owner is in document status, that funds are not able to be sent. Based on the response below, how am I supposed to know that there is an issue with the Beneficial Owner?
{
"_links": {
"verify-beneficial-owners": {
"href": "https://api-sandbox.dwolla.com/customers/138bde4f-787a-400c-b0e5-6fd5d10faba7/beneficial-owners",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "beneficial-owner"
},
"beneficial-owners": {
"href": "https://api-sandbox.dwolla.com/customers/138bde4f-787a-400c-b0e5-6fd5d10faba7/beneficial-owners",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "beneficial-owner"
},
"deactivate": {
"href": "https://api-sandbox.dwolla.com/customers/138bde4f-787a-400c-b0e5-6fd5d10faba7",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "customer"
},
"self": {
"href": "https://api-sandbox.dwolla.com/customers/138bde4f-787a-400c-b0e5-6fd5d10faba7",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "customer"
},
"receive": {
"href": "https://api-sandbox.dwolla.com/transfers",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "transfer"
},
"edit-form": {
"href": "https://api-sandbox.dwolla.com/customers/138bde4f-787a-400c-b0e5-6fd5d10faba7",
"type": "application/vnd.dwolla.v1.hal+json; profile=\"https://github.com/dwolla/hal-forms\"",
"resource-type": "customer"
},
"edit": {
"href": "https://api-sandbox.dwolla.com/customers/138bde4f-787a-400c-b0e5-6fd5d10faba7",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "customer"
},
"certify-beneficial-ownership": {
"href": "https://api-sandbox.dwolla.com/customers/138bde4f-787a-400c-b0e5-6fd5d10faba7/beneficial-ownership",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "beneficial-ownership"
},
"funding-sources": {
"href": "https://api-sandbox.dwolla.com/customers/138bde4f-787a-400c-b0e5-6fd5d10faba7/funding-sources",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "funding-source"
},
"transfers": {
"href": "https://api-sandbox.dwolla.com/customers/138bde4f-787a-400c-b0e5-6fd5d10faba7/transfers",
"type": "application/vnd.dwolla.v1.hal+json",
"resource-type": "transfer"
}
},
"id": "138bde4f-787a-400c-b0e5-6fd5d10faba7",
"firstName": "AdminFirst",
"lastName": "AdminLast",
"email": "testuser@testing.com",
"type": "business",
"status": "verified",
"created": "2020-05-29T12:38:52.917Z",
"address1": "200 Business Drive",
"city": "Business City",
"state": "AR",
"postalCode": "09230",
"businessName": "Rio Plaza LLC",
"controller": {
"firstName": "Joseph",
"lastName": "Controller",
"title": "CEO",
"address": {
"address1": "500 Control Drive",
"address2": "",
"city": "ControlTown",
"stateProvinceRegion": "AL",
"country": "US",
"postalCode": "93023"
}
},
"businessType": "corporation",
"businessClassification": "9ED35A39-7D6F-11E3-96AD-5404A6144203"
}
Also - in one section of the docs indicate there are 3 statuses for a Beneficial Owner (incomplete, verified, or document), and then that there are only 2 possible statuses (verified or document). Which is correct?
https://developers.dwolla.com/resources/business-verified-customer/adding-beneficial-owners.html
Please note: you need to gather new information if the beneficial owner is placed into the incomplete status; simply passing the same information will result in the same insufficient scores. All fields that were required in the initial beneficial owner creation attempt will be required in the incomplete attempt.
And immediately after (below the code samples)…
Handling document status
If a beneficial owner is not verified , the only other state the beneficial owner can be in is document . If the beneficial owner has a status of document , they will need to upload additional pieces of information in order to verify their identity. Use the create a document endpoint when uploading a colored scan of the identifying document. The document(s) will then be reviewed by Dwolla; this review may take up to 1-2 business days to approve or reject.
