#nicolejaneway
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- nicolejaneway, 1 hour ago, 22 messages
- nicolejaneway-element-events, 9 hours ago, 7 messages
Which step are you at now?
Uhm, I'm trying to adapt it to what I have running
I tried
if (submitError) {
console.log(error);
}
const { error, paymentMethod } = await stripe.createPaymentMethod({
elements,
});
And now I'm seeing the error:
your elements instance must be created with paymentMethodCreation: 'manual'.
How did you create the elements ?
And did you intialize the SDK by calling loadStripe with your publishable key? https://stripe.com/docs/payments/build-a-two-step-confirmation?client=react#add-and-configure-the-elements-provider-to-your-checkout-page