STPConnectAccountVerificationDocument
@interface STPConnectAccountVerificationDocument : NSObject <STPFormEncodable>
An identifying document, either a passport or local ID card for use with STPConnectAccountIndividualVerification
.
-
The back of an ID returned by a file upload with a
purpose
value ofidentity_document
.See
https://stripe.com/docs/api/files/create for file uploadsDeclaration
Objective-C
@property (readwrite, copy, nonatomic, nullable) NSString *back;
Swift
var back: String? { get set }
-
The front of an ID returned by a file upload with a
purpose
value ofidentity_document
.See
https://stripe.com/docs/api/files/create for file uploadsDeclaration
Objective-C
@property (readwrite, copy, nonatomic, nullable) NSString *front;
Swift
var front: String? { get set }