#Gautham495

1 messages · Page 1 of 1 (latest)

buoyant geyserBOT
limber stone
#

You simply call the API with Stripe Account header

runic cipher
#

const ephemeralKey = await stripe.ephemeralKeys.create(
{ customer: req.body.customerId, stripeAccount: req.body.connectedAccount },
{ apiVersion: "2022-11-15" }
);

#

Is this correct

limber stone
#

stripeAccount should be in same bracket with apiVerison

runic cipher
#

Thanks it working