1

I have integrated PayPal Plus that is working fine. But as per PayPal plus its showing payment selection option wall that is showing by default three options - 1 - PayPal 2 - Direct debit 3 - credit card

I want to remove direct debit as our system doesn't want to get payments from direct debit, how can I remove Direct Debit payment option from PayPal Plus's payment selection page ? I have tried to read out PayPal plus documentation and try to find out what would be the possible ways to remove direct debit. but I could not find one. any insight would be really appreciated. Thank You

Progman
  • 16,827
  • 6
  • 33
  • 48
Aashar
  • 21
  • 1

1 Answers1

0

I checked with someone familiar with PayPal Plus integrations in Germany, and this is not possible to do. You cannot disable individual payment methods, you either get them all or you go back to the basic PayPal option.

Preston PHX
  • 27,642
  • 4
  • 24
  • 44
  • Yes, I have read this on PayPal community Platform, But This is so sick we can't have an option to choose, I tried a lot with JavaScript and CSS to at least hide the option but that is also not possible because we could not have authority to change I frame, It is not accessible from PayPal – Aashar Nov 11 '20 at 13:38
  • You might try https://developer.paypal.com/demo/checkout/#/pattern/server as an alternative , it does let you disable particular buttons: https://developer.paypal.com/docs/checkout/reference/customize-sdk/#disable-funding – Preston PHX Nov 11 '20 at 13:43