STPBankAccountStatus
enum STPBankAccountStatus {}
Possible validation states for a bank account.
-
The account has had no activity or validation performed
Declaration
Objective-C
STPBankAccountStatusNew
Swift
case new = 0
-
Stripe has determined this bank account exists.
Declaration
Objective-C
STPBankAccountStatusValidated
Swift
case validated = 1
-
Bank account verification has succeeded.
Declaration
Objective-C
STPBankAccountStatusVerified
Swift
case verified = 2
-
Verification for this bank account has failed.
Declaration
Objective-C
STPBankAccountStatusVerificationFailed
Swift
case verificationFailed = 3
-
A transfer sent to this bank account has failed.
Declaration
Objective-C
STPBankAccountStatusErrored
Swift
case errored = 4