You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### The API key for the KYC service, used for authentication with the KYC provider's API. Default: KYC_API_KEY_DISABLED (a constant indicating that the API key is disabled)
64
64
KYC_API_KEY="KYC_API_KEY_DISABLED (a constant indicating that the API key is disabled)"
65
65
66
-
### The private key associated with the KYC API, used for secure server-to-server communication. Default: an empty string
67
-
KYC_API_PRIVATE_KEY="an empty string"
66
+
### The private key associated with the KYC API, used for secure server-to-server communication. Required
67
+
KYC_API_PRIVATE_KEY=
68
68
69
69
### The base URL for the KYC provider's API, which is used to send verification requests and retrieve results. Default: 'https://stationapi.veriff.com/v1'
0 commit comments