#ekarma-beta-connectembedded

1 messages · Page 1 of 1 (latest)

arctic pebbleBOT
west kraken
#

Can you link where you see that?

west kraken
#

Oh it says >=

#

Meaning versions 10.4.0-beta.1 or higher

spring arrow
#

I assume this is the problem since the stripe object called on the server didn't have 'stripe.accountSessions.create'

#

I'm calling the stripe object elsewhere in the same fashion successfully for setupIntents

west kraken
#

You probably don't have the beta version installed

spring arrow
#

is there something unique about a '-beta...' specification

west kraken
#

Yes

#

It's crucial for using beta features like embeddable components

#

Without it you can't use the beta functionality

spring arrow
#

ok, so 'yarn add stripe@beta and I should then be ok?

west kraken
#

Idk the yarn syntax

#

But make sure the beta version is what's installed

#

The latest being 12.14.0-beta.1

spring arrow
#

Ok, I think I was able to add it

#

Where should I find hte syntax to add to the 'apiVersion' input?

apiVersion: '2022-11-15; embedded_connect_beta=v1',

This is clearly a dated version reference. The recent beta stripe install is = "stripe": "^12.14.0-beta.1",

west kraken
#

Api version isn't the same as node library version

spring arrow
#

Ok, great. thanks

arctic pebbleBOT