'Pay with my credit or debit card' option

2019-07-31 04:36发布

I integrated paypal Express checkout in a site for the Merchant account test@yahoo.com (its US account)

We have already enabled the option 'PayPal -> Profile -> My Selling Tools -> Website Preferences -> PayPal Account Optional' in marchant account

But while i redirect to paypal site from my site , there is only two options to pay

1)pay with my paypal account
2)Create paypal account

there is no option 'pay with credit or debit card'

How can i enable this option 'pay with credit or debit card' so that guest users those don't have paypal account can pay?

According to some peoples suggestions, i added

'&SOLUTIONTYPE='.urlencode('Sole').
'&LANDINGPAGE ='.urlencode('billing')

into SetExpressCheckout calling

Now i can see two option

1)pay with my paypal account
2)'pay with credit or debit card or bill me later' .

But while click on the second option it shows a form for creating a paypal account

so How can i set an option 'pay with credit or debit card' so that guest users those don't have paypal account can pay?

I am testing the site from the Country India

I also reffered the questions PayPal Express Chekout no pay by credit/debit card option

标签: php paypal
2条回答
乱世女痞
2楼-- · 2019-07-31 05:30

I remember you have an option to allow users not registered in paypal to pay on your website through paypal express checkout. If you enable that, this option will appear

查看更多
走好不送
3楼-- · 2019-07-31 05:33
登录 后发表回答