Get customer KYC documents
Retrieve KYC documents for a customer
X-API-Key<token>
In: header
Path Parameters
customerIdstring
Customer UUID
Format
uuidHeader Parameters
X-API-Keystring
API key for the application
X-App-Idstring
UUID of the application
Format
uuidResponse Body
curl -X GET "https://virtual-accounts-api.vantacrest.com/company/v1/customers/497f6eca-6276-4993-bfeb-53cbbbba6f08/kyc/documents" \ -H "X-API-Key: string" \ -H "X-App-Id: 497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"data": [
{
"documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
"documentType": "NATIONAL_ID",
"documentStatus": "PENDING",
"uploadedAt": "2019-08-24T14:15:22Z",
"reviewedAt": "2019-08-24T14:15:22Z",
"reviewedBy": "849e71dc-4e73-4d65-b54c-c7fc0faacffa",
"rejectionReason": "string",
"documentUrl": "string"
}
]
}{
"success": true,
"message": "string",
"data": {},
"timestamp": "2019-08-24T14:15:22Z"
}{
"success": true,
"message": "string",
"data": {},
"timestamp": "2019-08-24T14:15:22Z"
}{
"success": true,
"message": "string",
"data": {},
"timestamp": "2019-08-24T14:15:22Z"
}
OPEN BANKING DOCS