#gstauf

1 messages · Page 1 of 1 (latest)

sharp pagodaBOT
mighty roost
#

Hello

#

No this flow hasn't been updated recently as far as I know

analog rover
#

HI

mighty roost
#

Can you give me more details about the error you are seeing?

#

What is triggering it? Initializing Stripe?

analog rover
mighty roost
#

Are you hitting the API directly or using one of our client libraries?

analog rover
#

setup like this, with node

#

export const stripe = new Stripe(process.env.STRIPE_KEY, {
apiVersion: '2020-08-27'
});

mighty roost
#

Yeah that hasn't changed at all.

analog rover
#

Mayebe we are using an old api

mighty roost
#

Have you logged out your variable there?

analog rover
#

Not sure, I know we setup a newer production key, but this is on test data. i will have to check on the variable, but we are not getting an error when we set up a checkout 'setup mode', only when we are listing payment methiods

mighty roost
#

The only thing that would really cause this error is if the correct key isn't being used when you initialize stripe

#

So yeah, next step would be to log out the key when you make this list payment method request

analog rover
#

Ok, thanks alot, that should help, appreciate you!

mighty roost
#

Sure thing!

#

Let us know if that doesn't solve it