Module: Braintree::ErrorCodes::Verification
- Defined in:
- lib/braintree/error_codes.rb
Defined Under Namespace
Modules: Options, ThreeDSecurePassThru
Constant Summary collapse
- AmountDoesNotMatch3DSecureAmount =
"94285"
- MerchantAccountDoesNotSupport3DSecure =
"942169"
- MerchantAcountDoesNotMatch3DSecureMerchantAccount =
"94284"
- ThreeDSecureAuthenticationFailed =
"94271"
- ThreeDSecureAuthenticationIdDoesntMatchNonceThreeDSecureAuthentication =
"942198"
- ThreeDSecureAuthenticationIdIsInvalid =
"942196"
- ThreeDSecureAuthenticationIdWithThreeDSecurePassThruIsInvalid =
"942199"
- ThreeDSecureTokenIsInvalid =
"94268"
- ThreeDSecureTransactionPaymentMethodDoesntMatchThreeDSecureAuthenticationPaymentMethod =
"942197"
- ThreeDSecureVerificationDataDoesntMatchVerify =
"94270"