cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this topic

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
Who Me Too'd this topic