Retrieve Company KYB
Returns the KYB details for company
Bad request
Unauthorized
Company not found
Server Error
curl -i -X GET \ 'https://qvapikeybank.qolopay.com/api/{version}/companies/{company_guid}/kyb' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
{- "company_guid": "e7c8755b-aece-46c7-a1c9-897cfb55ba0c",
- "verificationResults": [
- {
- "response_code": "string",
- "reason_code": "string",
- "verfication_method": "string",
- "verification_date": "2019-08-24T14:15:22Z",
- "sys_utcinserted": "2019-08-24T14:15:22Z",
- "sys_utcupdated": "2019-08-24T14:15:22Z",
- "document_type": "string",
- "provider_reference": "string",
- "provider_name": "string",
- "program_guid": "3fa0d2ea-ffcf-485d-94ed-dbf4f861ad2f",
- "documents": [
- {
- "document_reference_file": "string",
- "file_type": "string",
- "docpath": "string"
}
], - "kyb_provider_data": {
- "provider_reference_id": "string",
- "status": "string",
- "provider_response": {
- "response_description": [
- {
- "key": "string",
- "label": "string",
- "message": "string",
- "status": "string",
- "sub_label": "string"
}
]
}, - "response_tin": {
- "mismatch": true,
- "unknown": true,
- "verified": true,
- "error": "string"
}
}, - "due_diligence_data": {
- "company_guid": "e7c8755b-aece-46c7-a1c9-897cfb55ba0c",
- "top_program_guid": "c67bc77e-3255-4696-a119-8c3b1cf9b3b3",
- "addresses": [
- {
- "city": "string",
- "country": "str",
- "address_line1": "string",
- "address_line2": "string",
- "postal_code": "string",
- "state": "string"
}
], - "primary_contact": {
- "first_name": "string",
- "last_name": "string",
- "title": "string",
- "phone_number": "string",
- "email_address": "string"
}, - "secondary_contact": {
- "first_name": "string",
- "last_name": "string",
- "title": "string",
- "phone_number": "string",
- "email_address": "string"
}, - "beneficial_owner": [
- {
- "name": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "title": [
- {
- "object": null,
- "title": null
}
], - "phone_number": "string",
- "email": "string",
- "ownership_type": "INDIVIDUAL",
- "ssn": "string",
- "last_four_ssn": "string",
- "dob": "string",
- "beneficial_ownership": 100,
- "beneficial_company_name": "string",
- "beneficial_company_lic": "string",
- "city": "string",
- "country": "str",
- "address_line1": "string",
- "address_line2": "string",
- "postal_code": "string",
- "state": "string"
}
], - "controller_officer_info": {
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "title": [
- {
- "object": "string",
- "title": "string"
}
], - "phone_number": "string",
- "email": "string",
- "beneficial_owner_type": "INDIVIDUAL",
- "ssn": "string",
- "last_four_ssn": "string",
- "dob": "string",
- "beneficial_ownership": 100,
- "bo_for_company_name": "string",
- "beneficial_company_lic": "string",
- "city": "string",
- "country": "str",
- "address_line1": "string",
- "address_line2": "string",
- "postal_code": "string",
- "state": "string"
}, - "parent_company_info": {
- "has_parent_company": true,
- "parent_company_name": "string",
- "parent_company_contact_info": {
- "first_name": "string",
- "last_name": "string",
- "title": "string",
- "phone_number": "string",
- "email_address": "string"
}, - "parent_company_lic": "string"
}, - "company_kyb_override": true,
- "company_status": "string"
}
}
]
}