Error "Sorry, at the moment no payments can be processed for technical reasons."

ANOVA
New Community Member

It ist not possible to select a payment method.

 

my code:

<div>
	<script src="https://www.paypalobjects.com/webstatic/ppplusdcc/ppplusdcc.min.js" type="text/javascript">
	</script>

	<div id="ppplus">
	</div> 

	<script type="application/javascript">

		var ppp = PAYPAL.apps.PPP({ 
			"approvalUrl": "https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=EC-9YT341435W2233012",
		    "placeholder": "ppplus",
		    "mode": "sandbox",
		    "payerEmail": "me....test.de",
		    "payerFirstName": "John",
		    "payerLastName": "Doe",
		    "payerTaxId": "",
		    "country": "DE"
		});
					
	</script>
</div>

the appoval url ist generated without any error.

 

I get the following JavaScript errors:

Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf self blockiert ("script-src"). Source: ( function () { try {

(function injectP....
payment-selection:1
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf https://www.paypalobjects.com/web/res/fb5/81d00dad305f2f71ed3fa5dc43f86 blockiert ("base-uri").
Content Security Policy: Die Einstellungen der Seite haben das Laden einer Ressource auf self blockiert ("script-src"). Source: onfocusin attribute on DIV element.

Do you have any idea how to get the payment selection page / payment wall?

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

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