#legendary_axolotl_62880
1 messages · Page 1 of 1 (latest)
Hello legendary_axolotl_62880, 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.
• https://discord.com/channels/841573134531821608/1164106936539676722, 0 days ago, 9 messages
• https://discord.com/channels/841573134531821608/1164072414200741889, 0 days ago, 11 messages
hi, can you elaborate please ?
ok
const { paymentIntent, error } = await (await this.stripe).confirmCardPayment(
this.secretCodeStrip,
{
payment_method: cardDetails.id,
},
);
client side using this code
using future card saving method in stripe method
and what specific error do you get?
parameter missing error
thanks. So that error message tells you the problem, and suggests a solution. Do you understand it?
iam using this way -const {paymentIntent, error} = await stripe.confirmCardPayment(
'{PAYMENT_INTENT_CLIENT_SECRET}',
{
payment_method: '{PAYMENT_METHOD_ID}',
},
);
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
Could you please answer this question?