#Jeni
1 messages · Page 1 of 1 (latest)
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?
Hi can you help with this
Sure! Give me a few minutes to test something.
Ok sure
Can you try something like this:
{ customer: customerId },
{ stripeAccount: accountId, apiVersion: apiVersion }
);
yes tried it worked...thank you so much!