#op84

1 messages · Page 1 of 1 (latest)

balmy waspBOT
vestal cosmos
#

Hi 👋

Stripe elements do not permit manipulation by tools like Selenium for security reasons

dreamy scarab
#

is this a new thing? i did that for card element

vestal cosmos
#

It's been the case since I joined Stripe but it may be specific to the Payment Element & Checkout form

dreamy scarab
#

how would i test the integration then?

vestal cosmos
#

Manually

#

And then mock responses for CI testing

dreamy scarab
#

alright thanks i will look into that. i have another question.. the company which i'm working for has an eu company based in germany and an extra swiss and us company.. do i create 3 separate stripe account?

vestal cosmos
#

That is the recommended approach in general but it depends on how these companies are going to interact with respect to Stripe.

#

What kind of interaction do you expect between the companies in terms of accepting payments?

dreamy scarab
#

between companies none.. the stripe part is pretty basic - we just use setup & paymentintents and webhooks.. this can all be separate

vestal cosmos
#

Okay yes, in that case I would definitely create separate Stripe accounts for each company in each country.

dreamy scarab
#

ok cool thanks. do you have any other resources for CI and automated testing by chance?

vestal cosmos
dreamy scarab
#

ok thanks for help!