#lafafm-testing
1 messages · Page 1 of 1 (latest)
Hi 👋 I've not seen that email before, and am not familiar with what generates it, but it seems like it would be created if you're making API requests that are directly passing card details.
As you mentioned this is for e2e testing, is your test flow following the same process you use for accepting payments in live mode?
No, in a live mode we're using Stripe Elements, which converts card number to token, which we're using on the back
So, as assumption - if we change the behaviour from passing card number directly - to passing PaymentMethod code id pm_card_chargeCustomerFail - it would be ok?
I believe so