简体   繁体   中英

Paypal Plus pay by upon invoice JavaScript SDK

I want to offer pay upon invoice in the checkout. But is is not displayed. The other possibilities like paypal, credit card are displayed. My script looks like this:

<script src="https://www.paypal.com/sdk/js?client-id=<?php echo PAYPAL_CLIENT_ID; ?>&currency=EUR&locale=<?php echo $paypalLocale; ?>">

I have also tried to add marks:

<script src="https://www.paypal.com/sdk/js?client-id=YOUR_CLIENT_ID&components=buttons,marks"></script>

But it the pay upon invoice is not shown. Currently I am trying it in the sandbox.

Does anyone have a suggestion to solve this?

That is not PayPal Plus. That is the regular PayPal Checkout SDK.

To integrate PayPal Plus for Germany and Pay Upon Invoice, see the relevant documentation. PayPal Upon Invoice may require applying for the feature for use in live.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM