#bwurtz999-terminal-test-payment
1 messages · Page 1 of 1 (latest)
The wording in the docs seems to indicate that the payment should just be accepted once the collectPaymentMethod is called
Currently, the simulated reader configuration API is only available in our JavaScript SDK. The simulator configuration accepts either a testCardNumber or a testPaymentMethod options. To enable this behavior, insert this line of code before you call collectPaymentMethod:
Set up the Stripe Terminal JavaScript SDK so you can begin accepting in-person payments.
oh wait... does this only work if I'm NOT connected to a physical reader?
yup... only works when not connected to a physical reader. I was testing with a real reader but lost the fake credit card so I needed to change to a simulated card. Now it works when I connect to a simulated reader