#Astha
1 messages · Page 1 of 1 (latest)
Can you share the value you passed as the client secret?
Or the code you're calling that triggers that error?
const {paymentIntent, error} = await confirmPayment(payementResponse.payload.data?.ephemeralKey, {
paymentMethodType: 'Card',
paymentMethodData: {
billingStripe,
},
});