PayPal Plus: Sorry, at the moment no payments can be processed for technical reasons

tt20201
Contributor
Contributor

I'm trying to integrate PayPal Plus for Mexico and Brazil and although I successfully create a approval URL when I execute:

 

 

 

<div id="ppplus"> </div> <script src="https://www.paypalobjects.com/webstatic/ppplusdcc/ppplusdcc.min.js"></script> <script> var ppp = PAYPAL.apps.PPP({ 'approvalUrl': 'https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-2S04588163350822V', 'payerEmail': '***@***.com', 'payerFirstName': 'Foo', 'payerLastName': 'Bar', 'payerPhone': '<removed>', 'payerTaxId': '<removed>', // CPF 'placeholder': 'ppplus', 'country': 'BR', // BR, MX... 'collectBillingAddress': false, 'mode': 'sandbox' }); </script>

 

 

 I get the following page:

Schermata del 2020-05-17 15-44-44.png

Login to Me Too
2 REPLIES 2

tt20201
Contributor
Contributor

This fixed my problem

https://stackoverflow.com/questions/61853179/paypal-plus-sorry-at-the-moment-no-payments-can-be-processed-for-technical-rea
 
 
Login to Me Too

Augerp
New Community Member

Can you be more specific?  What did you do to fix the problem?  Where did you put that line?

THanks

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.