Reputation: 359
I'm new to payment integration using Paypal. I enabled the card to accept payments to both debit and credit card. I set the locale to Germany and intent=capture. When clicking the Debit/Credit Card black button, only the form for Credit Card is available and there's not an option to pay using Debit Card.
Based on the what I tested here https://developer.paypal.com/demo/checkout/#/pattern/responsive. The payment through debit will be available when there's a popup. The popup is showing only if i click really fast on "black credit/debit cart" before it ends the animation where the text (Debit or Credit Card) appears. If I clicked late, it will show a form below the button that only accepts Credit Card payment.
Is there a way to force the behavior to popup a new window when Debit/Credit Card black button is clicked? This way, both debit and credit payment will be accepted.
Upvotes: 0
Views: 545
Reputation: 30432
The Debit or Credit Card button will always open a form when available, and only fall back to a popup when there is an error or it is not available.
The only button that will always open a popup is the yellow PayPal one.
Upvotes: 0