#bwurtz999
1 messages · Page 1 of 1 (latest)
In production, these payments would be made with a terminal reader
So I'm trying to mimic that for testing purposes
Hmmm... is it a hard requirement that these payments also need to be made through Stripe? Is there a reason you can't just mock this out locally
Yes... I'd like to be able to test refunds
And I can't do that unless it goes through Stripe and gets a real payment intent
Do you really need to see your database with 1000 order though? What you already attempted to do (passing in the raw card numbers to create a payment) won't be enough to model a physical terminal reader payment