#Astha

1 messages · Page 1 of 1 (latest)

bronze palmBOT
elfin ledge
#

Can you share the value you passed as the client secret?

#

Or the code you're calling that triggers that error?

balmy wadi
#

const {paymentIntent, error} = await confirmPayment(payementResponse.payload.data?.ephemeralKey, {
paymentMethodType: 'Card',
paymentMethodData: {
billingStripe,
},
});

elfin ledge
#

I suspect the payementResponse.payload.data?.ephemeralKey argument is the wrong value

#

You need to pass the client_secret from the Payment Intent