cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this topic

UNPROCESSABLE_ENTITY. COMPLIANCE_VIOLATION error 422

Grendalf
Contributor
Contributor

I am using sanbox to test paypal card payments with woocommerce paypal payments plugin in wordpress. When I check the error logs in my developer account I get 422 error "The requested action could not be performed, semantically incorrect, or failed business validation". Event type "POST /v2/checkout/orders/08T93710AA8717544/capture". The response I get is : { "additional_properties": {}, "body": { "name": "UNPROCESSABLE_ENTITY", "details": [ { "issue": "COMPLIANCE_VIOLATION", "description": "Transaction cannot be processed due to a possible compliance violation. To get more information about the transaction, call Customer Support." } ], "message": "The requested action could not be performed, semantically incorrect, or failed business validation.", "debug_id": "f8374787a38ad", "links": [ { "href": "https://developer.paypal.com/docs/api/orders/v2/#error-COMPLIANCE_VIOLATION", "rel": "information_link", "method": "GET" } ] }, "duration_time": "xxxxxx", "header": { "APPLICATION_ID": "APP-80W284485P519543T", "Access-Control-Expose-Headers": "xxxxxx", "BORDER-IP": "xxxxxx", "CALLER_ACCT_NUM": "HTYQJ9MBNFXXW", "Date": "Sun, 08 Se[Removed. Phone #s not permitted]GMT", "Keep-Alive": "xxxxxx", "PROCESSING-IP": "xxxxxx", "SERVER_INFO": "xxxxxx", "Server-Timing": "xxxxxx", "paypal-debug-id": "f8374787a38ad" }, "status": 422 }. Can anyone please help me figure out what the problem is?

Login to Me Too
Who Me Too'd this topic