Getting Error on PayPal PAYEE_ACCOUNT_LOCKED_OR_CLOSED - paypal

I have implemented Paypal API in my ASP.net MVC application and I have tested it using the live api key,
At the time of payment processing I am getting an error stated
reason=PAYEE_ACCOUNT_LOCKED_OR_CLOSED in the failure URL
This is the page which I am getting

I got the resolution for the issue
It was the account was not completely created from paypal
Thats has been resolved and now the payment is working fine....
Thanks for your response micstr

Related

How to fix "520002 Internal Error" response of GetPaymentOptions API?

I am supporting eCommerce project that uses PayPal Adaptive Payments. Suddenly, GetPaymentOptions production API began to respond with 520002 Internal Error. The same Sandbox API works fine, but production one crashes with that error. Official documentation has no information about this error. Does anyone know how to fix this issue?

API Credential Error with WooCommerce

I have installed Paypal Express Checkout but keep getting API Credential error 3 when trying to purchase through WooCommerce. Seems to work fine through PayPal standard. Any ideas? I've re-set my API info on PayPal just in case but still getting the error.
You need to make sure the environment is set as Live instead of sandbox.
Adding the configuration guide for your reference.

Using paypal IPN sample code but it doesnt work

I'm trying to setup Paypal IPN for my Skype bot but I can't get it to work. I am using the Paypal sample code found here: https://github.com/paypal/ipn-code-samples/blob/master/paypal_ipn.php but I keep on getting We could not send an IPN due to an HTTP error: 500: Internal Server Error from Paypal's IPN simulator.
I really need help with this. I'm not good with PHP.

Instant Payment Notification (IPN) returning Html

We are requesting the following URL "https://securepayments.paypal.com/cgi-bin/acquiringweb" with cmd=_notify-validate to get the notification of VERIFIED or INVALID as per the documentation (https://www.paypal.com/cgi-bin/webscr?cmd=p/acc/ipn-info-outside), but we are receiving a completely different response. This causes problems because as a result our system doesn't behave as expected.
Response:
Error Processing Payment Error Message "This transaction can't be
processed. Please pay with another card."
Please help me why I am facing this issue however we are receiving payment successfully and everything was working fine a couple of days ago.
I have found a solution and to make it clear, https://www.paypal.com/cgi-bin/webscr URL is for IPNs and https://securepayments.paypal.com/cgi-bin/acquiringweb is for receiving payments through hosted sole solution(developer.paypal.com/webapps/developer/docs/classic/products/#HSS).
May be PayPal has changed something in their API.

PayPal SDK sample created no logs

I have difficulties in getting PayPal SDK to create logs. I ran the PayyPalAPISample of merchant SDK 2.7.109. The file PayPalAPISampleLog.log is created but it is empty no matter what I did. Is this normal? How can I log requests passing to PayPal and their responses?