#legendary_axolotl_62880

1 messages · Page 1 of 1 (latest)

spiral cosmosBOT
#

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

hazy furnace
#

hi, can you elaborate please ?

left geyser
#

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

hazy furnace
#

and what specific error do you get?

left geyser
#

parameter missing error

hazy furnace
#

that's not enough.

#

what is the actual exact error message and error code. Please.

left geyser
#

error response

hazy furnace
#

thanks. So that error message tells you the problem, and suggests a solution. Do you understand it?

left geyser
#

iam using this way -const {paymentIntent, error} = await stripe.confirmCardPayment(
'{PAYMENT_INTENT_CLIENT_SECRET}',
{
payment_method: '{PAYMENT_METHOD_ID}',
},
);

languid ore
#

Hi! I'm taking over from my colleague. Please, give me a moment to catch up.

languid ore