Skip to content

Instantly share code, notes, and snippets.

@jacobwegner
Created May 15, 2012 12:59
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacobwegner/2701572 to your computer and use it in GitHub Desktop.
Save jacobwegner/2701572 to your computer and use it in GitHub Desktop.
PayPal error codes
{ "10500" : { "Corrective Action" : "Occurs when you have not agreed to the billing agreement.",
"Error Code" : "10500",
"Long Message" : "This transaction cannot be processed due to an invalid merchant configuration.",
"Short Message" : "Invalid Configuration"
},
"10501" : { "Corrective Action" : "Occurs when the billing agreement is disabled or inactive.",
"Error Code" : "10501",
"Long Message" : "This transaction cannot be processed due to an invalid merchant configuration.",
"Short Message" : "Invalid Configuration"
},
"10502" : { "Corrective Action" : "The credit card used has expired.",
"Error Code" : "10502",
"Long Message" : "This transaction cannot be processed. Please use a valid credit card.",
"Short Message" : "Invalid Data"
},
"10504" : { "Corrective Action" : "The CVV provide is invalid. The CVV is between 3-4 digits long.",
"Error Code" : "10504",
"Long Message" : "This transaction cannot be processed. Please enter a valid Credit Card Verification Number.",
"Short Message" : "Invalid Data"
},
"10505" : { "Corrective Action" : "The transaction was refused because the AVS response returned the value of N, and the merchant account is not able to accept such transactions.",
"Error Code" : "10505",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Gateway Decline"
},
"10507" : { "Corrective Action" : "Your PayPal account is limited - contact PayPal for more information.",
"Error Code" : "10507",
"Long Message" : "This transaction cannot be processed. Please contact PayPal Customer Service.",
"Short Message" : "Invalid Configuration"
},
"10508" : { "Corrective Action" : "The expiration date must be a two-digit month and four-digit year.",
"Error Code" : "10508",
"Long Message" : "This transaction cannot be processed. Please enter a valid credit card expiration date.",
"Short Message" : "Invalid Data"
},
"10509" : { "Corrective Action" : "You must submit an IP address of the buyer with each API call.",
"Error Code" : "10509",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Invalid Data"
},
"10510" : { "Corrective Action" : "The credit card type entered is not currently supported by PayPal.",
"Error Code" : "10510",
"Long Message" : "The credit card type is not supported. Try another card type.",
"Short Message" : "Invalid Data"
},
"10511" : { "Corrective Action" : "The merchant selected a value for the PaymentAction field that is not supported.",
"Error Code" : "10511",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Invalid Data"
},
"10512" : { "Corrective Action" : "The first name of the buyer is required by this merchant.",
"Error Code" : "10512",
"Long Message" : "This transaction cannot be processed. Please enter a first name.",
"Short Message" : "Invalid Data"
},
"10513" : { "Corrective Action" : "The last name of the buyer is required by this merchant.",
"Error Code" : "10513",
"Long Message" : "This transaction cannot be processed. Please enter a last name.",
"Short Message" : "Invalid Data"
},
"10519" : { "Corrective Action" : "The credit card field was blank.",
"Error Code" : "10519",
"Long Message" : "Please enter a credit card.",
"Short Message" : "Invalid Data"
},
"10520" : { "Corrective Action" : "The total amount and item amounts do not match.",
"Error Code" : "10520",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Invalid Data"
},
"10521" : { "Corrective Action" : "The credit card entered is invalid.",
"Error Code" : "10521",
"Long Message" : "This transaction cannot be processed. Please enter a valid credit card.",
"Short Message" : "Invalid Data"
},
"10523" : { "Corrective Action" : "None, this is a PayPal internal error.",
"Error Code" : "10523",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Internal Error"
},
"10525" : { "Corrective Action" : "The merchant entered an amount of zero.",
"Error Code" : "10525",
"Long Message" : "This transaction cannot be processed. The amount to be charged is zero.",
"Short Message" : "Invalid Data"
},
"10526" : { "Corrective Action" : "The currency code entered is not supported.",
"Error Code" : "10526",
"Long Message" : "This transaction cannot be processed. The currency is not supported at this time.",
"Short Message" : "Invalid Data"
},
"10527" : { "Corrective Action" : "The credit card entered is invalid.",
"Error Code" : "10527",
"Long Message" : "This transaction cannot be processed. Please enter a valid credit card number and type.",
"Short Message" : "Invalid Data"
},
"10534" : { "Corrective Action" : "The credit card entered is currently limited by PayPal. Contact PayPal for more information.",
"Error Code" : "10534",
"Long Message" : "This transaction cannot be processed. Please enter a valid credit card number and type.",
"Short Message" : "Gateway Decline"
},
"10535" : { "Corrective Action" : "The credit card entered is invalid.",
"Error Code" : "10535",
"Long Message" : "This transaction cannot be processed. Please enter a valid credit card number and type.",
"Short Message" : "Gateway Decline"
},
"10536" : { "Corrective Action" : "The merchant entered an invoice ID that is already associated with a transaction by the same merchant. By default, the invoice ID must be unique for all transactions. To change this setting, log into PayPal or contact customer service.",
"Error Code" : "10536",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Invalid Data"
},
"10537" : { "Corrective Action" : "The transaction was declined by the country filter managed by the merchant. To accept this transaction, change your risk settings on PayPal.",
"Error Code" : "10537",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Filter Decline"
},
"10538" : { "Corrective Action" : "The transaction was declined by the maximum amount filter managed by the merchant. To accept this transaction, change your risk settings on PayPal.",
"Error Code" : "10538",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Filter Decline"
},
"10539" : { "Corrective Action" : "The transaction was declined by PayPal; contact PayPal for more information.",
"Error Code" : "10539",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Filter Decline"
},
"10540" : { "Corrective Action" : "The transaction was declined by PayPal because of an invalid address.",
"Error Code" : "10540",
"Long Message" : "The transaction cannot be processed due to an invalid address.",
"Short Message" : "Invalid Data"
},
"10541" : { "Corrective Action" : "The credit card entered is currently limited by PayPal. Contact PayPal for more information.",
"Error Code" : "10541",
"Long Message" : "This transaction cannot be processed. Please enter a valid credit card number and type.",
"Short Message" : "Gateway Decline"
},
"10542" : { "Corrective Action" : "The email address provided by the buyer is in an invalid format.",
"Error Code" : "10542",
"Long Message" : "This transaction cannot be processed. Please enter a valid email address.",
"Short Message" : "Invalid Data"
},
"10544" : { "Corrective Action" : "The transaction was declined by PayPal; contact PayPal for more information.",
"Error Code" : "10544",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Gateway Decline"
},
"10545" : { "Corrective Action" : "The transaction was declined by PayPal due to potentially fraudulent activity. Contact PayPal for more information.",
"Error Code" : "10545",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Gateway Decline"
},
"10546" : { "Corrective Action" : "The transaction was declined by PayPal because of potentially fraudulent activity. Contact PayPal for more information.",
"Error Code" : "10546",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Gateway Decline"
},
"10547" : { "Corrective Action" : "None, this is a PayPal internal error.",
"Error Code" : "10547",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Internal Error"
},
"10548" : { "Corrective Action" : "The merchant account attempting the transaction is not a business account at PayPal. Check your account settings",
"Error Code" : "10548",
"Long Message" : "This transaction cannot be processed. The merchant's is not able to process transactions.",
"Short Message" : "Invalid Configuration"
},
"10549" : { "Corrective Action" : "The merchant account attempting the transaction is not able to process Direct Payment transactions. Contact PayPal for more information.",
"Error Code" : "10549",
"Long Message" : "This transaction cannot be processed. The merchant's account is not able to process transactions.",
"Short Message" : "Invalid Configuration"
},
"10550" : { "Corrective Action" : "Access to Direct Payment was disabled for your account. Contact PayPal for more information.",
"Error Code" : "10550",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Invalid Configuration"
},
"10552" : { "Corrective Action" : "The merchant account attempting the transaction does not have a confirmed email address with PayPal. Check your account settings.",
"Error Code" : "10552",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Invalid Configuration"
},
"10553" : { "Corrective Action" : "The merchant attempted a transaction where the amount exceeded the upper limit for that merchant.",
"Error Code" : "10553",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Gateway Decline"
},
"10554" : { "Corrective Action" : "The transaction was declined because of a merchant risk filter for AVS. Specifically, the merchant has set to decline transaction when the AVS returned a no match (AVS = N).",
"Error Code" : "10554",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Filter Decline"
},
"10555" : { "Corrective Action" : "The transaction was declined because of a merchant risk filter for AVS. Specifically, the merchant has set to decline transaction when the AVS returned a partial match.",
"Error Code" : "10555",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Filter Decline"
},
"10556" : { "Corrective Action" : "The transaction was declined because of a merchant risk filter for AVS. Specifically, the merchant has set to decline transaction when the AVS was unsupported.",
"Error Code" : "10556",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Filter Decline"
},
"10701" : { "Corrective Action" : "The billing address entered is invalid.",
"Error Code" : "10701",
"Long Message" : "There's an error with this transaction. Please enter a valid billing address.",
"Short Message" : "Invalid Data"
},
"10702" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10702",
"Long Message" : "There's an error with this transaction. Please enter a valid address1 in the billing address.",
"Short Message" : "Invalid Data"
},
"10703" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10703",
"Long Message" : "There's an error with this transaction. Please enter a valid address2 in the billing address.",
"Short Message" : "Invalid Data"
},
"10704" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10704",
"Long Message" : "There's an error with this transaction. Please enter a valid city in the billing address.",
"Short Message" : "Invalid Data"
},
"10705" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10705",
"Long Message" : "There's an error with this transaction. Please enter a valid state in the billing address.",
"Short Message" : "Invalid Data"
},
"10706" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10706",
"Long Message" : "There's an error with this transaction. Please enter your five-digit postal code in the billing address.",
"Short Message" : "Invalid Data"
},
"10707" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10707",
"Long Message" : "There's an error with this transaction. Please enter a valid country in the billing address.",
"Short Message" : "Invalid Data"
},
"10708" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10708",
"Long Message" : "There's an error with this transaction. Please enter a complete billing address.",
"Short Message" : "Invalid Data"
},
"10709" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10709",
"Long Message" : "There's an error with this transaction. Please enter an address1 in the billing address.",
"Short Message" : "Invalid Data"
},
"10710" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10710",
"Long Message" : "There's an error with this transaction. Please enter a city in the billing address.",
"Short Message" : "Invalid Data"
},
"10711" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10711",
"Long Message" : "There's an error with this transaction. Please enter your state in the billing address.",
"Short Message" : "Invalid Data"
},
"10712" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10712",
"Long Message" : "There's an error with this transaction. Please enter your five-digit postal code in the billing address.",
"Short Message" : "Invalid Data"
},
"10713" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10713",
"Long Message" : "There's an error with this transaction. Please enter a country in the billing address.",
"Short Message" : "Invalid Data"
},
"10714" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10714",
"Long Message" : "There's an error with this transaction. Please enter a valid billing address.",
"Short Message" : "Invalid Data"
},
"10715" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10715",
"Long Message" : "There's an error with this transaction. Please enter a valid state in the billing address.",
"Short Message" : "Invalid Data"
},
"10716" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10716",
"Long Message" : "There's an error with this transaction. Please enter your five digit postal code in the billing address.",
"Short Message" : "Invalid Data"
},
"10717" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10717",
"Long Message" : "There's an error with this transaction. Please enter your five digit postal code in the billing address.",
"Short Message" : "Invalid Data"
},
"10718" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10718",
"Long Message" : "There's an error with this transaction. Please enter a valid city and state in the billing address.",
"Short Message" : "Invalid Data"
},
"10719" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10719",
"Long Message" : "There's an error with this transaction. Please enter a valid shipping address.",
"Short Message" : "Invalid Data"
},
"10720" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10720",
"Long Message" : "There's an error with this transaction. Please enter a valid address1 in the shipping address.",
"Short Message" : "Invalid Data"
},
"10721" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10721",
"Long Message" : "There's an error with this transaction. Please enter a valid address2 in the shipping address.",
"Short Message" : "Invalid Data"
},
"10722" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10722",
"Long Message" : "There's an error with this transaction. Please enter a valid city in the shipping address.",
"Short Message" : "Invalid Data"
},
"10723" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10723",
"Long Message" : "There's an error with this transaction. Please enter a valid state in the shipping address.",
"Short Message" : "Invalid Data"
},
"10724" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10724",
"Long Message" : "There's an error with this transaction. Please enter your five-digit postal code in the shipping address.",
"Short Message" : "Invalid Data"
},
"10725" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10725",
"Long Message" : "There's an error with this transaction. Please enter a valid country in the shipping address.",
"Short Message" : "Invalid Data"
},
"10726" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10726",
"Long Message" : "There's an error with this transaction. Please enter a complete shipping address.",
"Short Message" : "Invalid Data"
},
"10727" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10727",
"Long Message" : "There's an error with this transaction. Please enter an address1 in the shipping address.",
"Short Message" : "Invalid Data"
},
"10728" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10728",
"Long Message" : "There's an error with this transaction. Please enter a city in the shipping address.",
"Short Message" : "Invalid Data"
},
"10729" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10729",
"Long Message" : "There's an error with this transaction. Please enter your state in the shipping address.",
"Short Message" : "Invalid Data"
},
"10730" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10730",
"Long Message" : "There's an error with this transaction. Please enter your five-digit postal code in the shipping address.",
"Short Message" : "Invalid Data"
},
"10731" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10731",
"Long Message" : "There's an error with this transaction. Please enter a country in the shipping address.",
"Short Message" : "Invalid Data"
},
"10732" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid",
"Error Code" : "10732",
"Long Message" : "There's an error with this transaction. Please enter a valid shipping address.",
"Short Message" : "Invalid Data"
},
"10733" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10733",
"Long Message" : "There's an error with this transaction. Please enter a valid state in the shipping address.",
"Short Message" : "Invalid Data"
},
"10734" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10734",
"Long Message" : "There's an error with this transaction. Please enter your five-digit postal code in the shipping address.",
"Short Message" : "Invalid Data"
},
"10735" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10735",
"Long Message" : "There's an error with this transaction. Please enter your five digit postal code in the shipping address.",
"Short Message" : "Invalid Data"
},
"10736" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10736",
"Long Message" : "There's an error with this transaction. Please enter a valid city and state in the shipping address.",
"Short Message" : "Invalid Data"
},
"10744" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10744",
"Long Message" : "This transaction cannot be processed. Please enter a valid country code in the billing address.",
"Short Message" : "Invalid Data"
},
"10745" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10745",
"Long Message" : "This transaction cannot be processed. Please enter a valid country code in the shipping address.",
"Short Message" : "Invalid Data"
},
"10746" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10746",
"Long Message" : "This transaction cannot be processed. Please use a valid country on the billing address.",
"Short Message" : "Invalid Data"
},
"10747" : { "Corrective Action" : "The merchant entered an IP address that was in an invalid format. The IP address must be in a format such as 123.456.123.456 .",
"Error Code" : "10747",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Invalid Data"
},
"10748" : { "Corrective Action" : "The merchant's configuration requires a CVV to be entered, but no CVV was provided with this transaction. Contact PayPal if you wish to change this setting.",
"Error Code" : "10748",
"Long Message" : "This transaction cannot be processed without a Credit Card Verification number.",
"Short Message" : "Invalid Data"
},
"10750" : { "Corrective Action" : "There was a problem with a particular field in the address. The long error message will tell you what field is invalid.",
"Error Code" : "10750",
"Long Message" : "There's an error with this transaction. Please enter a valid state in the shipping address.",
"Short Message" : "Invalid Data"
},
"10751" : { "Corrective Action" : "The merchant provided an address either in the United States or Canada, but the state provided is not a valid state in either country.",
"Error Code" : "10751",
"Long Message" : "There's an error with this transaction. Please enter a valid state in the billing address.",
"Short Message" : "Invalid Data"
},
"10752" : { "Corrective Action" : "The transaction was declined by the issuing bank, not PayPal. The merchant should attempt another card.",
"Error Code" : "10752",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Gateway Decline"
},
"10754" : { "Corrective Action" : "The transaction was declined by PayPal. Contact PayPal for more information.",
"Error Code" : "10754",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Gateway Decline"
},
"10755" : { "Corrective Action" : "The currency code entered by the merchant is not supported.",
"Error Code" : "10755",
"Long Message" : "This transaction cannot be processed due to an unsupported currency.",
"Short Message" : "Invalid Data"
},
"10756" : { "Corrective Action" : "None, this is a PayPal internal error.",
"Error Code" : "10756",
"Long Message" : "The transaction cannot be processed. The country and billing address associated with this credit card do not match.",
"Short Message" : "Gateway Decline"
},
"10758" : { "Corrective Action" : "The API username or password is incorrect for this merchant.",
"Error Code" : "10758",
"Long Message" : "There's been an error due to invalid API username and/or password.",
"Short Message" : "Invalid Configuration"
},
"10759" : { "Corrective Action" : "The transaction was declined by PayPal; contact PayPal for more information",
"Error Code" : "10759",
"Long Message" : "This transaction cannot be processed. Please enter a valid credit card number and type.",
"Short Message" : "Gateway Decline"
},
"10760" : { "Corrective Action" : "The merchant's country of residence listed in their PayPal account is not currently supported to allow Direct Payment transactions.",
"Error Code" : "10760",
"Long Message" : "This transaction cannot be processed. The country listed for your business address is not currently supported.",
"Short Message" : "Invalid Configuration"
},
"10761" : { "Corrective Action" : "The transaction was declined because PayPal is currently processing a transaction by the same buyer for the same amount. This can occur when a buyer submits multiple, identical transactions in quick succession.",
"Error Code" : "10761",
"Long Message" : "This transaction cannot be processed. Please check the status of your first transaction before placing another order.",
"Short Message" : "Gateway Decline"
},
"10762" : { "Corrective Action" : "The CVV provide is invalid. The CVV is between 3-4 digits long.",
"Error Code" : "10762",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Gateway Decline"
},
"10763" : { "Corrective Action" : "None - this is a PayPal internal error.",
"Error Code" : "10763",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Invalid Data"
},
"15001" : { "Corrective Action" : "The transaction was rejected by PayPal because of multiple denials over a short period of time for this credit card. Contact PayPal for more information.",
"Error Code" : "15001",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Gateway Decline"
},
"15002" : { "Corrective Action" : "The transaction was declined by PayPal; contact PayPal for more information",
"Error Code" : "15002",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Gateway Decline"
},
"15003" : { "Corrective Action" : "The transaction was declined because the merchant does not have a valid commercial entity agreement on file with PayPal. Contact PayPal for more information.",
"Error Code" : "15003",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Invalid Configuration"
},
"15004" : { "Corrective Action" : "The transaction was declined because the CVV entered does not match the credit card.",
"Error Code" : "15004",
"Long Message" : "This transaction cannot be processed. Please enter a valid Credit Card Verification Number.",
"Short Message" : "Gateway Decline"
},
"15005" : { "Corrective Action" : "The transaction was declined by the issuing bank, not PayPal. The merchant should attempt another card.",
"Error Code" : "15005",
"Long Message" : "This transaction cannot be processed.",
"Short Message" : "Processor Decline"
},
"15006" : { "Corrective Action" : "The transaction was declined by the issuing bank, not PayPal. The merchant should attempt another card.",
"Error Code" : "15006",
"Long Message" : "This transaction cannot be processed. Please enter a valid credit card number and type.",
"Short Message" : "Processor Decline"
},
"15007" : { "Corrective Action" : "The transaction was declined by the issuing bank because of an expired credit card. The merchant should attempt another card.",
"Error Code" : "15007",
"Long Message" : "This transaction cannot be processed. Please use a valid credit card.",
"Short Message" : "Processor Decline"
}
}
@jacobwegner
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment