#alss5147
1 messages · Page 1 of 1 (latest)
nothing, and I would like it to close automatically without any additionnal action from the user
is it possible ?
Im using this:
const { confirmPayment, loading } = useConfirmPayment();
with this:
confirmPayment(
stripeClientSecret,
{
paymentMethodType: 'Card',
paymentMethodData: {
paymentMethodId: stripePaymentMethodId,
},
},
{ setupFutureUsage: 'OffSession' }
)
Is this the Card Element?
we previously use the card element
but here is a call to the confirmPayment function and providing an existing payment method id
Could you please share the PaymentIntent ID pi_xxx?
I don't have it right now, I need to ask to the devs
Please ask your developers to reach out to us, it will be much easier to solve the issue of this kind.