enum Stripe::Account::Individual::Requirements::Error::Code
Defined in:
stripe/objects/account.cr
Enum Members
-
InvalidAddressCityStatePostalCode =
0
-
InvalidStreetAddress =
1
-
InvalidValueOther =
2
-
VerificationDocumentAddressMismatch =
3
-
VerificationDocumentAddressMissing =
4
-
VerificationDocumentCorrupt =
5
-
VerificationDocumentCountryNotSupported =
6
-
VerificationDocumentDobMismatch =
7
-
VerificationDocumentDuplicateType =
8
-
VerificationDocumentExpired =
9
-
VerificationDocumentFailedCopy =
10
-
VerificationDocumentFailedGreyscale =
11
-
VerificationDocumentFailedOther =
12
-
VerificationDocumentFailedTestMode =
13
-
VerificationDocumentFraudulent =
14
-
VerificationDocumentIdNumberMismatch =
15
-
VerificationDocumentIdNumberMissing =
16
-
VerificationDocumentIncomplete =
17
-
VerificationDocumentInvalid =
18
-
VerificationDocumentIssueOrExpiryDateMissing =
19
-
VerificationDocumentManipulated =
20
-
VerificationDocumentMissingBack =
21
-
VerificationDocumentMissingFront =
22
-
VerificationDocumentNameMismatch =
23
-
VerificationDocumentNameMissing =
24
-
VerificationDocumentNationalityMismatch =
25
-
VerificationDocumentNotReadable =
26
-
VerificationDocumentNotSigned =
27
-
VerificationDocumentNotUploaded =
28
-
VerificationDocumentPhotoMismatch =
29
-
VerificationDocumentTooLarge =
30
-
VerificationDocumentTypeNotSupported =
31
-
VerificationFailedAddressMatch =
32
-
VerificationFailedBusinessIecNumber =
33
-
VerificationFailedDocumentMatch =
34
-
VerificationFailedIdNumberMatch =
35
-
VerificationFailedKeyedIdentity =
36
-
VerificationFailedKeyedMatch =
37
-
VerificationFailedNameMatch =
38
-
VerificationFailedTaxIdMatch =
39
-
VerificationFailedTaxIdNotIssued =
40
-
VerificationFailedOther =
41
-
VerificationMissingOwners =
42
-
VerificationMissingExecutives =
43
-
VerificationRequiresAdditionalMemorandumOfAssociations =
44
Instance Method Summary
Instance Method Detail
def
invalid_address_city_state_postal_code?
#
def
invalid_street_address?
#
def
invalid_value_other?
#
def
verification_document_address_mismatch?
#
def
verification_document_address_missing?
#
def
verification_document_corrupt?
#
def
verification_document_country_not_supported?
#
def
verification_document_dob_mismatch?
#
def
verification_document_duplicate_type?
#
def
verification_document_expired?
#
def
verification_document_failed_copy?
#
def
verification_document_failed_greyscale?
#
def
verification_document_failed_other?
#
def
verification_document_failed_test_mode?
#
def
verification_document_fraudulent?
#
def
verification_document_id_number_mismatch?
#
def
verification_document_id_number_missing?
#
def
verification_document_incomplete?
#
def
verification_document_invalid?
#
def
verification_document_issue_or_expiry_date_missing?
#
def
verification_document_manipulated?
#
def
verification_document_missing_back?
#
def
verification_document_missing_front?
#
def
verification_document_name_mismatch?
#
def
verification_document_name_missing?
#
def
verification_document_nationality_mismatch?
#
def
verification_document_not_readable?
#
def
verification_document_not_signed?
#
def
verification_document_not_uploaded?
#
def
verification_document_photo_mismatch?
#
def
verification_document_too_large?
#
def
verification_document_type_not_supported?
#
def
verification_failed_address_match?
#
def
verification_failed_business_iec_number?
#
def
verification_failed_document_match?
#
def
verification_failed_id_number_match?
#
def
verification_failed_keyed_identity?
#
def
verification_failed_keyed_match?
#
def
verification_failed_name_match?
#
def
verification_failed_other?
#
def
verification_failed_tax_id_match?
#
def
verification_failed_tax_id_not_issued?
#
def
verification_missing_executives?
#
def
verification_missing_owners?
#
def
verification_requires_additional_memorandum_of_associations?
#