unknown shows a provider state this SDK version does not know. It is never a success.
Enumeration Cases
Initializers
init(rawValue:)
Inherited fromRawRepresentable.init(rawValue:).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Swift Enumeration
enum IdentityVerificationStatus
unknown shows a provider state this SDK version does not know. It is never a success.
| Case | Description |
|---|---|
declined | The provider rejected the identity of the buyer. |
expired | The inquiry expired before the buyer finished it. |
failed | The verification did not complete. |
pendingManualReview | A person at the provider must review the inquiry. |
pendingReview | The provider needs more time to review the inquiry. |
unknown | A provider state this SDK version does not know. |
verified | The provider verified the identity of the buyer. |
RawRepresentable.init(rawValue:).
init?(rawValue: String)
Was this page helpful?
