#ekarma-beta-connectembedded
1 messages · Page 1 of 1 (latest)
Can you link where you see that?
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
is there something unique about a '-beta...' specification
Yes
It's crucial for using beta features like embeddable components
Without it you can't use the beta functionality
ok, so 'yarn add stripe@beta and I should then be ok?
Idk the yarn syntax
But make sure the beta version is what's installed
You can see them here: https://www.npmjs.com/package/stripe?activeTab=versions
The latest being 12.14.0-beta.1
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",
Api version isn't the same as node library version
See: https://stripe.com/docs/api/versioning. 2022-11-15 is the latest version of our api
Ok, great. thanks