We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f00a2 commit 0719bd0Copy full SHA for 0719bd0
cuenca/resources/kyc_validations.py
@@ -17,7 +17,7 @@ class KYCValidation(Creatable, Retrievable, Queryable):
17
user_id: str
18
source_type: KYCValidationSource
19
flow_id: str
20
- status: VerificationStatus
+ status: VerificationStatus = VerificationStatus.created
21
files_uri: Optional[list[str]] = None
22
verification_id: Optional[str] = None
23
identity_id: Optional[str] = None
0 commit comments