#waleed.bin.khalid
1 messages · Page 1 of 1 (latest)
What is the issue you're facing?
I am using apple/google pay with stripe
On react side I am creating payment intent with stripe account header to create intent on connect account other than plateform
Now I need to confirm that intent on react side
await stripe.confirmCardPayment(
clientSecret,
{
payment_method: e.paymentMethod.id,
},
{ handleActions: false }
);
this is the code for that. I need help in this regard like here I also need to put stripeAccount header ?
if yes then can you please tell me where ?
stripeAccount header should be added at the initialisation of stripe: https://stripe.com/docs/connect/authentication#adding-the-connected-account-id-to-a-client-side-application