STPCollectBankAccountParams
public class STPCollectBankAccountParams : NSObject
Parameters to use with STPBankAccountCollector
to collect bank account details for payments.
@see STPBankAccountCollector
-
Configures and returns an instance of
STPCollectBankAccountParams
for US Bank AccountsDeclaration
Swift
@objc(collectUSBankAccountParamsWithName:email:) public class func collectUSBankAccountParams(with name: String, email: String?) -> STPCollectBankAccountParams
Parameters
name
The customer’s full name. required
email
The customer’s email. If included, can be used to notify the customer of pending micro-deposit verification.