Module: Braintree::ErrorCodes::Transaction

Defined in:
lib/braintree/error_codes.rb

Defined Under Namespace

Modules: Industry, Options

Constant Summary collapse

AmountCannotBeNegative =
"81501"
AmountDoesNotMatch3DSecureAmount =
"91585"
AmountFormatIsInvalid =

Keep for backwards compatibility

"81503"
AmountIsInvalid =

Keep for backwards compatibility

"81503"
AmountIsRequired =
"81502"
AmountIsTooLarge =
"81528"
AmountMustBeGreaterThanZero =
"81531"
BillingAddressConflict =
"91530"
CannotBeVoided =
"91504"
CannotCancelRelease =
"91562"
CannotCloneCredit =
"91543"
CannotCloneTransactionWithPayPalAccount =
"91573"
CannotCloneTransactionWithVaultCreditCard =
"91540"
CannotCloneUnsuccessfulTransaction =
"91542"
CannotCloneVoiceAuthorizations =
"91541"
CannotHoldInEscrow =
"91560"
CannotPartiallyRefundEscrowedTransaction =
"91563"
CannotRefundCredit =
"91505"
CannotRefundSettlingTransaction =
"91574"
CannotRefundUnlessSettled =
"91506"
CannotRefundWithPendingMerchantAccount =
"91559"
CannotRefundWithSuspendedMerchantAccount =
"91538"
CannotReleaseFromEscrow =
"91561"
CannotSimulateTransactionSettlement =
"91575"
CannotSubmitForSettlement =
"91507"
ChannelIsTooLong =
"91550"
CreditCardIsRequired =
"91508"
CustomFieldIsInvalid =
"91526"
CustomFieldIsTooLong =
"81527"
CustomerDefaultPaymentMethodCardTypeIsNotAccepted =
"81509"
CustomerDoesNotHaveCreditCard =
"91511"
CustomerIdIsInvalid =
"91510"
HasAlreadyBeenRefunded =
"91512"
MerchantAccountDoesNotMatch3DSecureMerchantAccount =
"91584"
MerchantAccountDoesNotSupportMOTO =
"91558"
MerchantAccountDoesNotSupportRefunds =
"91547"
MerchantAccountIdIsInvalid =
"91513"
MerchantAccountIsSuspended =
"91514"
OrderIdIsTooLong =
"91501"
PayPalAuthExpired =
"91579"
PayPalNotEnabled =
"91576"
PayPalVaultRecordMissingData =
"91583"
PaymentInstrumentNotSupportedByMerchantAccount =
"91577"
PaymentMethodConflict =
"91515"
PaymentMethodConflictWithVenmoSDK =
"91549"
PaymentMethodDoesNotBelongToCustomer =
"91516"
PaymentMethodDoesNotBelongToSubscription =
"91527"
PaymentMethodNonceCardTypeIsNotAccepted =
"91567"
PaymentMethodNonceConsumed =
"91564"
PaymentMethodNonceHasNoValidPaymentInstrumentType =
"91569"
PaymentMethodNonceLocked =
"91566"
PaymentMethodNonceUnknown =
"91565"
PaymentMethodTokenCardTypeIsNotAccepted =
"91517"
PaymentMethodTokenIsInvalid =
"91518"
ProcessorAuthorizationCodeCannotBeSet =
"91519"
ProcessorAuthorizationCodeIsInvalid =
"81520"
ProcessorDoesNotSupportAuths =
"915104"
ProcessorDoesNotSupportCredits =
"91546"
ProcessorDoesNotSupportVoiceAuthorizations =
"91545"
PurchaseOrderNumberIsInvalid =
"91548"
PurchaseOrderNumberIsTooLong =
"91537"
RefundAmountIsTooLarge =
"91521"
ServiceFeeAmountCannotBeNegative =
"91554"
ServiceFeeAmountFormatIsInvalid =
"91555"
ServiceFeeAmountIsTooLarge =
"91556"
ServiceFeeAmountNotAllowedOnMasterMerchantAccount =
"91557"
ServiceFeeIsNotAllowedOnCredits =
"91552"
ServiceFeeNotAcceptedForPayPal =
"91578"
SettlementAmountIsLessThanServiceFeeAmount =
"91551"
SettlementAmountIsTooLarge =
"91522"
ShippingAddressDoesntMatchCustomer =
"91581"
SubMerchantAccountRequiresServiceFeeAmount =
"91553"
SubscriptionDoesNotBelongToCustomer =
"91529"
SubscriptionIdIsInvalid =
"91528"
SubscriptionStatusMustBePastDue =
"91531"
TaxAmountCannotBeNegative =
"81534"
TaxAmountFormatIsInvalid =
"81535"
TaxAmountIsTooLarge =
"81536"
ThreeDSecureAuthenticationFailed =
"81571"
ThreeDSecureTokenIsInvalid =
"91568"
ThreeDSecureTransactionDataDoesntMatchVerify =
"91570"
TypeIsInvalid =
"91523"
TypeIsRequired =
"91524"
UnsupportedVoiceAuthorization =
"91539"