#Gautham495
1 messages · Page 1 of 1 (latest)
You simply call the API with Stripe Account header
const ephemeralKey = await stripe.ephemeralKeys.create(
{ customer: req.body.customerId, stripeAccount: req.body.connectedAccount },
{ apiVersion: "2022-11-15" }
);
Is this correct
stripeAccount should be in same bracket with apiVerison
