STPVerificationParams

@interface STPVerificationParams : NSObject <STPFormEncodable>

Parameters for supported types of verification.

  • The file id for the uploaded verification document.

    Declaration

    Objective-C

    @property (nonatomic, copy, readwrite, nullable) NSString *document;

    Swift

    var document: String? { get set }
  • The file id for the uploaded verification document (back side).

    Declaration

    Objective-C

    @property (nonatomic, copy, readwrite, nullable) NSString *documentBack;

    Swift

    var documentBack: String? { get set }