Can you force PayPal Payments Standard API to show credit card fields first?

后端 未结 2 1066
花落未央
花落未央 2020-12-07 20:57

I\'m using PayPal Website Payments Standard. Whenever the user lands on PayPal with the variables I sent, it shows a PayPal Login form and at the bottom it shows \"Don\'t h

2条回答
  •  粉色の甜心
    2020-12-07 21:49

    On a thread in the PayPal Developer Community they explain it with cookies based visits to the checkout page.

    Basically if PayPal detects you being a user and spots their cookie, they will show the login form by default.

    If they can't see that cookie, then they will show the credit card option first with a note that if you already have a PayPal account, to log in.

    So the answer is no.

提交回复
热议问题