Module: Braintree::Transaction::GatewayRejectionReason

Defined in:
lib/braintree/transaction.rb

Constant Summary collapse

ApplicationIncomplete =
"application_incomplete"
AVS =
"avs"
AVSAndCVV =
"avs_and_cvv"
CVV =
"cvv"
Duplicate =
"duplicate"
ExcessiveRetry =
"excessive_retry"
Fraud =
"fraud"
RiskThreshold =
"risk_threshold"
ThreeDSecure =
"three_d_secure"
TokenIssuance =
"token_issuance"
Unrecognized =
"unrecognized"