#waleed.bin.khalid

1 messages · Page 1 of 1 (latest)

fringe prismBOT
undone blaze
#

What is the issue you're facing?

winged merlin
#

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 ?

undone blaze
winged merlin
#

no but we have different connect accounts not a single one

#

I do need to pass stripeAccount header in each api dynmically

undone blaze
#

At client side, stripeAccount header can only be pass in the stripe instance as it's expected the one webpage will only have one connected account being used for direct charge

#

stripeAccount header can't be set client API request