Document
data class Document @JvmOverloads constructor(val front: String? = null, val back: String? = null) : StripeParamsModel, Parcelable
Properties
Link copied to clipboard
The back of an ID returned by a file upload with a purpose
value of identity_document
. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG or PNG format, and less than 10 MB in size.
Link copied to clipboard
The front of an ID returned by a file upload with a purpose
value of identity_document
. The uploaded file needs to be a color image (smaller than 8,000px by 8,000px), in JPG or PNG format, and less than 10 MB in size.