#Jeni

1 messages · Page 1 of 1 (latest)

wise muskBOT
sharp totem
#

Hi there!

#

Pasting your other messages in this thread:

await stripeKey.ephemeralKeys.create(
{
customer: customerId,
apiVersion: apiVersion,
},
{ stripeAccount: accountId }
);
this code is throwing error as Error: Stripe: Unknown arguments ([object Object]). Did you mean to pass an options object?

pure yoke
#

Hi can you help with this

sharp totem
#

Sure! Give me a few minutes to test something.

pure yoke
#

Ok sure

sharp totem
#

Can you try something like this:

  { customer: customerId },
  { stripeAccount: accountId, apiVersion: apiVersion }
);
pure yoke
#

yes tried it worked...thank you so much!