verificationId
that is used to redirect the user to the P100 verification page. Ensure all required user details are provided to start the process.curl --location --request POST 'https://partner-api-stage.p100.io/v1/kyc' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"externalUserId": "938babd8-c578-4a0c-bffa-10f7cc15050f",
"documentType": "ID_CARD",
"country": "PL",
"incomeSource": "SALARY",
"openAccountReason": "INVESTMENTS_OR_CRYPTOCURRENCIES",
"occupation": "IT"
}'
{
"verificationId": "1194a157-21c3-40e5-b862-768e9f7e18ab"
}