#afonso
1 messages · Page 1 of 1 (latest)
I'm creating the payment element before any intent, by doing this:
const elements = stripe.elements({
mode: 'setup',
currency: 'usd',
paymentMethodCreation: 'manual'
});
Hi 👋 apologies for the delay.
It looks like you're using our new flow where you create and mount the Payment Element before creating a Payment Intent, is that correct?
What other payment methods were you expecting to see offered?
@fresh umbra just checking if you are still around and need help?
yeah
i'm here
i wanted google pay, apple pay
all the payment methods that are on my setting
yes, that's correct @solar hawk
If you remove paymentMethodCreation do you see other options?