- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
s it even possible to send crypto to an external wallet, I only get a very general error from paypal even thou i have bitcoin, have a valid bitcoin address to send to, have verified my personal info. Only get some general error message like "cannot do this transaction at this time" what a joke! I;m very experienced and am doing this all correctly and its obvious its a problem within paypal. So all said and done i got ripped off for fees having to sell my bitcoin back to cash and just use my current exchange. Utterly zero help from paypal and zero knowledge from customer service, that means zero chance that you have my business going forward. Thanx for no help with your services
Solved! Go to Solution.
- Labels:
-
Other Instruments & Wallets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I am having the same issue. I deposited $400 cash at a local store to my account, so that I could buy and transfer bitcoin to an external wallet. After giving PayPal nearly $15 in fees, they are not allowing me to withdraw with the same error. Is anyone having any luck with this? I will not let PayPal force me to pay their insane 2% trading fee again. Will send them a certified letter threatening the situation if this is not resolved.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @eaglesfan371 and everyone!
Welcome back to the Community!
I'm sorry to hear you're all having difficulty transferring crypto. The error messages you've included could mean a few different things, but most commonly, they're caused by either a connection issue or our Security System determining that there's too much risk involved. To resolve a possible connection issue, I suggest disconnecting your device from the internet, restarting it, and then reconnecting. Once you're back in, please clear your cache and cookies on your preferred web browser or the App's cache if you use the PayPal App.
If you still run into an error after trying this first set of troubleshooting steps, then you're most likely running into our Security System, and that would be something that's intended functionality. Our Security System reviews all actions through PayPal, and if it determines there's higher than average risk, it may limit what options are available. One of the biggest things we're looking out for is potential unauthorized activity. We want to ensure you're the one completing transactions. To help with this, I always recommend logging in from one consistent device, such as your mobile phone or a desktop. Then, ensure your location services are turned on. If you've made quite a few attempts repeatedly allow 48 hours before you try again.
Lastly, if you've tried all of these, including waiting 48 hours without any attempts, please reach out to Customer Support if it doesn't work again after just one attempt. You can reach Customer Support by selecting 'Contact' at the bottom of any PayPal webpage.
I hope that these troubleshooting steps will help you successfully make the transfer soon.
- Meghan
If you found this or any other post helpful, please enrich the community by giving kudos or accepting it as a solution. While browsing, feel free to reply if you see a question you know the answer to. Our Community Users make the PayPal Community Forum!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
WHY YOU ARE GIVING STUPID ANSWERS. THIS ANSWER DOES NOT WORK ANYMORE. WHAT SECURITY RISK ARE YOU TALKING ABOUT. EVERYONE ALRADY TRIED EVERYTHING YOU MENTIONED INCLUDING ME. PLEASE DON'T ASSUME PEOPLE ARE STUPID BUT YOU ARE. PAYPAL DOES THIS ON PURPOSE TO KEEP THE FUNDS IN THEIR SYSTME AND PAYPLA SHOULD BE REPORTED TO AUTHORITIES.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The security system determines there is too much risk involved? Yeah like PP may have to give you YOUR money! Very risky to them **bleep**.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @Kenkies and @Nivel2003,
Welcome to PayPal Community Forum and thank you for posting!
I am sorry to know that you're having issues while transferring crypto. Thank you for getting this to our attention! This is something that others have also reported and our Concerned team is investigating and trying to fix it as soon as possible. For this situation, you can contact PayPal Customer Support so that they can take down your account specific information and add it to the records so that our technicians can look into it and resolve the issue. You can contact our Customer Support Team through the available contact options on our website. Please do not hesitate to reach out to Customer Support by sending a DM on Twitter or Instagram or a PM on Facebook.
Regards,
Ayesha
If this post or any other was helpful, please enrich the Community by giving kudos to its author, accepting it as a solution, and/or coming back to assist others. Members make this Community great!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I get the same error message when I try to send crypto to an external wallet.
The error is very generic and vague: "Something went wrong"
However, the browser log reveals more information that can help with this mysterious error.
Technical information
For every crypto transfer, PayPal sends the information to this API endpoint via a POST call:
https://www.paypal.com/myaccount/crypto/api/currencies/evaluate-trade
The response to this request is interesting.
The API responds with "422 Unprocessable Content", and in the response body, we see more information. Here are some parts of the response:
{...
"name": "UNPROCESSABLE_ENTITY",
"message": "The requested action could not be performed, semantically incorrect, or failed business validation.",
"debug_id": "f830306fe2e48",
"details": [{
"issue": "INTERNAL_DECLINE",
"description": "Internal Decline."
}]
...}
Since there are no semantic issues with the request (as it works sometimes), the message could mean that they have internally decided to decline the transaction because it has failed the so-called "business validation". What these business validations are, I don't know, but it doesn't sound like a technical or engineering issue.
I have asked PayPal customer support for an explanation and received no response so far. I will update this and other social media if/when I hear back from PayPal.
See for yourself
if you are interested, you can see this exact error message.
Using Chrome, open the page for transferring crypto as usual. Then, open the browser DevTools and click on the "Network" tab. Continue with your transfer and see if you encounter any of the following errors:
"There's a problem. Right now, we're not able to complete this transaction." Or,
"Something went wrong"
If so, look for a red network call in the list of calls named "evaluate-trade" and click on it. You will see all the details.
(Check out the screenshot below)
I expect PayPal to provide clarity on this issue since this has been going on for a while.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I get the same error message when I try to send crypto to an external wallet.
The error is very generic and vague: "Something went wrong"
However, the browser log reveals more information that can help with this mysterious error.
Technical information
For every crypto transfer, PayPal sends the information to this API endpoint via a POST call:
https://www.paypal.com/myaccount/crypto/api/currencies/evaluate-trade
The response to this request is interesting.
The API responds with "422 Unprocessable Content," and in the response body, we see more information. Here are some parts of the response:
{...
"name": "UNPROCESSABLE_ENTITY",
"message": "The requested action could not be performed, semantically incorrect, or failed business validation.",
"debug_id": "f830306fe2e48",
"details": [{
"issue": "INTERNAL_DECLINE",
"description": "Internal Decline."
}
]
...}
Since there are no semantic issues with the request (as it works sometimes), the message could mean that they have internally decided to decline the transaction because it has failed the so-called "business validation". What these business validations are, I don't know, but it doesn't sound like a technical or engineering issue.
I have asked PayPal customer support for an explanation and received no response so far. I will update this and other social media if/when I hear back from PayPal.
See for yourself
if you are interested, you can see this exact error message.
Using Chrome, open the page for transferring crypto as usual. Then, open the browser DevTools and click on the "Network" tab. Continue with your transfer and see if you encounter any of the following errors:
"There's a problem. Right now, we're not able to complete this transaction." Or,
"Something went wrong"
If so, look for a red network call in the list of calls named "evaluate-trade" and click on it. You will see all the details.
(Check out the screenshot below)
I expect PayPal to provide clarity on this issue since this has been going on for a while.

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- no return address in Products & Services
- Scammed through friends and family payment in Security and Fraud
- Scammed by a “buyer” and paypal sided with them. in Reporting
- How do I message with an actual human about a denied "duplicate" claim? in Security and Fraud
- Paypal Customer Service destroy my chances in getting full refund in Reporting