Module: Braintree::ErrorCodes::CreditCard
- Defined in:
- lib/braintree/error_codes.rb
Defined Under Namespace
Modules: Options
Constant Summary collapse
- BillingAddressConflict =
"91701"
- BillingAddressFormatIsInvalid =
"91744"
- BillingAddressIdIsInvalid =
"91702"
- CannotUpdateCardUsingPaymentMethodNonce =
"91735"
- CardholderNameIsTooLong =
"81723"
- CreditCardTypeIsNotAccepted =
"81703"
- CreditCardTypeIsNotAcceptedBySubscriptionMerchantAccount =
"81718"
- CurrencyCodeNotSupportedByMerchantAccount =
"91760"
- 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"
- NetworkTokenizationAttributeCryptogramIsRequired =
"81762"
- NumberIsInvalid =
"81715"
- NumberIsProhibited =
"81750"
- 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"
- VerificationAccountTypeIsInvalid =
"91757"
- VerificationAccountTypeNotSupported =
"91758"
- VerificationNotSupportedOnThisMerchantAccount =
"91730"