#kaustuva-le
1 messages · Page 1 of 1 (latest)
What trouble do you have?
I'm trying to create the ephemeral key like in the example:
const ephemeralKey = await stripe.ephemeralKeys.create(
{customer: customer_platform_account.id},
{apiVersion: '2022-08-01'}
);
I get this error:
"Must provide exactly one of these parameters: [:customer, :issuing_card]."
Request ID:
req_pPuhZ63qYlwLeU
Am I missing a parameter?
First you would want to paste that request id req_xxx to your Stripe Dashboard search
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Then you can confirm you haven't sent in any POST parameter
req_99kKw0ZfRPMpSo
Thanks. For this request it appears no parameters were sent, this is weird since like you can see in the code above it is being sent.
Yeah it's weird.. It's more of a NodeJS issue. Are you sure that code is where it's executed? ie. if you have code elsewhere what is actually called
Could be an issue on my end. Thanks for checking. Examining the request on the dashboard helps. Thanks
np and good luck!