logoOPEN BANKING DOCS

Request customer tier 3 upgrade

Request KYC tier 3 upgrade for a customer

POST
/customers/{customerId}/kyc/tier3/request
X-API-Key<token>

In: header

Path Parameters

customerIdstring

Customer UUID

Formatuuid

Header Parameters

X-API-Keystring

API key for the application

X-App-Idstring

UUID of the application

Formatuuid
reasonstring

Reason for requesting tier upgrade

additionalInfo?string | null

Additional information for the upgrade request

documents?array<object>

List of documents submitted for verification

Response Body

curl -X POST "https://virtual-accounts-api.vantacrest.com/company/v1/customers/497f6eca-6276-4993-bfeb-53cbbbba6f08/kyc/tier3/request" \  -H "X-API-Key: string" \  -H "X-App-Id: 497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{    "reason": "string"  }'
{
  "data": {}
}
{
  "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"
}