PayPal Sandbox error 10501 - paypal

I have Sandbox Business-Pro Account.
I many times check my settings in code, but every time i got a message:
{"error":[{"L_ERRORCODE":"10501","L_SHORTMESSAGE":"Invalid Configuration","L_LONGMESSAGE":"This transaction
cannot be processed due to an invalid merchant configuration.","L_SEVERITYCODE":"Error"}]}
I create a new Business-Pro Account, but got the same message.
Someone know how i can fix this problem?
All solution what i found in web not working for me.
Thank!!

Since this is an account configuration question, you should contact PayPal Merchant Technical Support. They have the access and knowledge to help ensure your account is set up properly.

Related

Paypal Sandbox giving 10623_AUTH while reauthorisation

We are trying to re-authorize an amount from paypal sandbox account. This feature is working fine in one of our paypal sandbox accounts.
But some of our other client sandbox accounts, are not allowing us to re-authorize any amount. It is giving us an error 10623 stating, max number of retries reached, though we have tried it for the first time only.
Are we missing something here, any insights on what needs to be taken care of here will be highly appreciated.
Regards.

Unexpected error 10548 with Pypal sandbox and NVP API. All recomendations are passed

I read this
https://www.paypal-knowledge.com/infocenter/index?page=content&id=FAQ1147&pmv=print&impressions=false&viewlocale=en_US
But I meet all recommedations and my sanbox merchant account does not accept payments anyway.
I enabled Business Pro for the account, the merchant's country is US, the phone is also presents but I get the error.
Please see attached screens: there are account settings, the data that I send and the data that I get.
account settings:
the values that I send:
the response that I get:
I am having the same problem. It appears to be a known issue on Paypals side. Here is what their support told me:
I was able to confirm your account is encountering the issue being
reported by several other merchants. We already have a case filed with
the development team to have this resolved as soon as possible. I have
added your account to this case so that as soon as an update or
resolution is provided, you will be automatically notified.
You may want to contact them (if you havent already), so you can be added to their notification: https://www.paypal-techsupport.com/app/utils/login_form/

Sandbox verify account?

I have created an business account through sandbox.paypal.com. I'm currently trying to verify it so that I can accept payments, but it's refusing to accept any bank accounts I enter. I've also tried to create accounts through the developer portal, but those keep throwing an error and telling me to try again no matter what I do.
Any ideas on how I can make this work?
Thanks!
PayPal will recommend you to create a sandbox account from developer portal, I am able to create sandbox account from my developer portal. Please try to use different web browsers by removing cookies and cache. If you are still receiving an error from developer portal. Then file an MTS ticket at PayPal MTS portal with the error message screenshot, error page source code. Then you will get an assistance from PayPal MTS engineers directly. You may provide the unverified sandbox account (sandbox account was created via sandbox.paypal.com flow ) email address to the MTS team for getting that as verified account.

PayPal IPN not working in sandbox

I'm brand new to setting up IPN's. I've built websites, but never a subscription site like the one I'm building now. I'd like to set up a recurring monthly subscription option and a recurring yearly subscription option.
My website is built on Joomla 3 and I'm using a plugin for the subscription module. I set up the PayPal subscription buttons just as explained in the directions, which I followed to the letter. Nevertheless, when I go to test it in the PayPal sandbox, I keep getting the same error, which says that it wasn't sent and the handshake wasn't made, and to check my settings. That's all it says. I don't know if the issue is with my site, my server or the settings I'm entering into the actual sandbox. I checked with my server and they said there's nothing wrong on their end. Do I need an SSL for the integration to work?
Please keep in mind that, while I can follow explicit directions, I'm so new at this that I don't even know how to access my 'listener,' so if you respond, please let me know where to find things, if necessary.
Any help would be very greatly appreciated - I've been at this for 12 hours now and I'm at a complete loss.
This issue has two sides
1. Is Paypal IPN enabled on the sandbox account where you are trying to receive the payments
2. You would need a IPN listener script to get the IPN notifications
This process is the same for Sandbox or live mode
https://www.jotform.com/help/276-How-to-Enable-IPN-for-Paypal
https://github.com/paypal/ipn-code-samples
This should help you get started

Can't get Paypal Sandbox to work

I have been searching for a solution for this really hard but I can't find any answers as to where the problem is really coming from have been setting up paypal sandbox account for testing but it doesn't work have been clearing my cache many times but still it returns me this error:
This Sandbox email address is not available. Please enter another email address.
I make sure the account I use is already set on sandbox and it's a personal account, please I need more help as to know where this problem is coming from, don't know what to do on this one anymore. also even deleting previous paypal sandbox account doesn't even work!
Here's one possibility. I was running into that same error just a couple of days ago and realized what it was.
I have 2 separate PayPal accounts that are setup with developer.paypal.com. They each have 3 or 4 sandbox accounts created within them.
I had just recently been to developer.paypal.com and logged in with one of my PayPal accounts, so that session was active in my browser. Then I was trying to complete a sandbox checkout using one of the sandbox accounts associated with my other PayPal account, and that's when I was getting that error that the email address was not available.
I went back to developer.paypal.com and logged out of the account I had signed in there, and then specifically logged in with the other account that was associated with the sandbox account I was trying to use. Once I did that the error went away and I was able to use the sandbox as expected.
Hope all that made sense. Just a shot in the dark as it's the only time I've seen this error myself.