Pay with card without create account

karhong
Contributor
Contributor

Hi all,

 

Hope to get some help from community.

I've implemented the paypal checkout > paypal.Button.render

In the account, it's already set 'ON' for PayPal Account Optional.

 

When user pressed the paypal button, if the country is US, then there isn't a need to create a paypal account to proceed.

Once I changed the country to 'Malaysia' then it required to create an account.

 

Anyone know why is that so? Is it some kind of country specific restriction? I search and this is the only thing i can get but I can't confirm it.

 

Can someone help?

Regards,
Brian

Login to Me Too
1 ACCEPTED SOLUTION

Accepted Solutions
Solved

karhong
Contributor
Contributor

Found the solution.

Share this out and hopefully this is useful for someone who hit the same issue with me. "fundingicons"

 

style: {
label: 'pay',
size: 'small',
color: 'blue',
shape: 'rect',
tagline: 'false',
height: 34,
fundingicons: true//Make credit card payment available without creating account
},

View solution in original post

Login to Me Too
2 REPLIES 2
Solved

karhong
Contributor
Contributor

Found the solution.

Share this out and hopefully this is useful for someone who hit the same issue with me. "fundingicons"

 

style: {
label: 'pay',
size: 'small',
color: 'blue',
shape: 'rect',
tagline: 'false',
height: 34,
fundingicons: true//Make credit card payment available without creating account
},

Login to Me Too

amirulshukry
Contributor
Contributor

When the form shows up, does it include mobile number? Mine does even when I turn off the option in Settings.

How else do I get rid of it?

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.