PAYMENT_DENIED Error (Status: 422)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am getting "PAYMENT_DENIED" error when I try to make a payment from my web application.
Can anyone help me fix this error?
Here are error logs:
{
"additional_properties": {},
"body": {
"name": "UNPROCESSABLE_ENTITY",
"details": [
{
"issue": "PAYMENT_DENIED",
"description": "PayPal has declined to process this transaction."
}
],
"message": "The requested action could not be performed, semantically incorrect, or failed business validation.",
"debug_id": "3a8a97a41318c",
"links": [
{
"href": "https://developer.paypal.com/api/rest/reference/orders/v2/errors/#PAYMENT_DENIED",
"rel": "information_link",
"method": "GET"
}
]
},
"duration_time": 3308,
"header": {
"APPLICATION_ID": "APP-4D990839H32199837",
"Access-Control-Expose-Headers": "xxxxxx",
"BORDER-IP": "xxxxxx",
"CALLER_ACCT_NUM": "9XP99MH83KXMW",
"Date": "Mon, 21 Oc[Removed. Phone #s not permitted]GMT",
"Keep-Alive": "xxxxxx",
"PROCESSING-IP": "xxxxxx",
"SERVER_INFO": "xxxxxx",
"Server-Timing": "xxxxxx",
"paypal-debug-id": "3a8a97a41318c"
},
"status": 422
}
- Labels:
-
Add or withdraw money
-
Sending Money

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- "System error. Please try again later" when connecting to paypal sandbox account with my android app in Sandbox Environment
- NOT ENABLED TO VAULT PAYMENT SOURCE in Sandbox Environment
- p is not a function error using the example downloaded from Paypal in SDKs
- "issue": "NOT_ENABLED_TO_VAULT_PAYMENT_SOURCE" in REST APIs
- I'm getting a 500 Error from Paypal when tryin to create a Platform Partner App in the sandbox. in Sandbox Environment