#razvi073
1 messages · Page 1 of 1 (latest)
Hello! Are you looking for sometihng like this? https://stripe.com/docs/elements/express-checkout-element#supported-browsers
Not really, I'm in a supported browser but still the expressCheckout would show only applePay or googlePay
this is how i create the elements:
`const appearance = {
theme: 'stripe',
labels: 'floating',
variables: { colorPrimaryText: '#262626' },
};
this.elements = this.stripe.elements({
mode: 'setup',
currency: this.allData.currency.toLowerCase(),
amount: this.allData.weeklyProductPrice,
appearance: appearance,
payment_method_types: ['card'],
});`
could something from here make it so that the link payment option doesn't show up
?
Do you ahve link enabled in your settings here ? https://dashboard.stripe.com/test/settings/payment_methods
yep, it's on
Hmm... Do you have a link to your site I can check out on my end?