Module Braintree::ErrorCodes::CreditCard
In: lib/braintree/error_codes.rb

Classes and Modules

Module Braintree::ErrorCodes::CreditCard::Options

Constants

BillingAddressConflict = "91701"
BillingAddressFormatIsInvalid = "91744"
BillingAddressIdIsInvalid = "91702"
CannotUpdateCardUsingPaymentMethodNonce = "91735"
CardholderNameIsTooLong = "81723"
CreditCardTypeIsNotAccepted = "81703"
CreditCardTypeIsNotAcceptedBySubscriptionMerchantAccount = "81718"
CustomerIdIsInvalid = "91705"
CustomerIdIsRequired = "91704"
CvvIsInvalid = "81707"
CvvIsRequired = "81706"
CvvVerificationFailed = "81736"
DuplicateCardExists = "81724"
ExpirationDateConflict = "91708"
ExpirationDateIsInvalid = "81710"
ExpirationDateIsRequired = "81709"
ExpirationDateYearIsInvalid = "81711"
ExpirationMonthIsInvalid = "81712"
ExpirationYearIsInvalid = "81713"
InvalidParamsForCreditCardUpdate = "91745"
InvalidVenmoSDKPaymentMethodCode = "91727"
NumberIsInvalid = "81715"
NumberIsRequired = "81714"
NumberLengthIsInvalid = "81716"
NumberMustBeTestNumber = "81717"
PaymentMethodConflict = "81725"
PaymentMethodIsNotACreditCard = "91738"
PaymentMethodNonceCardTypeIsNotAccepted = "91734"
PaymentMethodNonceConsumed = "91731"
PaymentMethodNonceLocked = "91733"
PaymentMethodNonceUnknown = "91732"
PostalCodeVerificationFailed = "81737"
TokenFormatIsInvalid = "91718"
TokenIsInUse = "91719"
TokenIsNotAllowed = "91721"
TokenIsRequired = "91722"
TokenIsTooLong = "91720"
VenmoSDKPaymentMethodCodeCardTypeIsNotAccepted = "91726"
VerificationNotSupportedOnThisMerchantAccount = "91730"

[Validate]