verificationStatus property
The status of the verification checks for the capability. Possible values: * pending: Adyen is running the verification. * invalid: The verification failed. Check if the errors array contains more information. * valid: The verification was successful. * rejected: Adyen checked the information and found reasons to not allow the capability.
Implementation
@BuiltValueField(wireName: r'verificationStatus')
String? get verificationStatus;