STPIntentActionVerifyWithMicrodeposits
public class STPIntentActionVerifyWithMicrodeposits : NSObject
Contains details describing microdeposits verification flow for US Bank Accounts.
-
The timestamp when the microdeposits are expected to land
Declaration
Swift
@objc public let arrivalDate: Date
-
The URL for the hosted verification page, which allows customers to verify their bank account
Declaration
Swift
@objc public let hostedVerificationURL: URL
-
The type of the microdeposit sent to the customer. Used to distinguish between different verificaion methods.
Declaration
Swift
@objc public let microdepositType: STPMicrodepositType