How do I remove Sofort from my Smart Payment Button?

Shugwood
Contributor
Contributor

I have a smart payment button offering either Paypal or Credit/Debit payment. A small Sofort button has appeared between the two and I certainly don't want it. How do I get rid of it?

Login to Me Too
1 ACCEPTED SOLUTION

Accepted Solutions
Solved

KingAfroJoe
Contributor
Contributor

Yes this also popped in for me.

You can turn it off in the SDK call

https://developer.paypal.com/docs/checkout/reference/customize-sdk/#disable-funding

 

<script src="https://www.paypal.com/sdk/js?client-id=YOUR_CLIENT_ID&disable-funding=card,sofort"></script>

 

View solution in original post

Login to Me Too
3 REPLIES 3

markriduk
Contributor
Contributor

Yes VERY annoying I wish paypal didn't take things for granted and assume we want these things!!!

Login to Me Too
Solved

KingAfroJoe
Contributor
Contributor

Yes this also popped in for me.

You can turn it off in the SDK call

https://developer.paypal.com/docs/checkout/reference/customize-sdk/#disable-funding

 

<script src="https://www.paypal.com/sdk/js?client-id=YOUR_CLIENT_ID&disable-funding=card,sofort"></script>

 

Login to Me Too

ladysewandsew
New Community Member

Hi

Had a look at that link, but frankly is beyond my very limed understanding.

Is there no way to turn this off either within the plugin or my PayPal settings?

Currently have disabled PayPal on the site until can work out what to do.

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.