#Matt-test-cards
1 messages · Page 1 of 1 (latest)
Hi there! Can you tell me more about what issue you are having?
Or are you asking in general about test cards?
Basically using stripe terminal
i want to use their simulated reader
with a set test case card number
to test for certain outcomes. Like declines etc
Ah thanks. For Terminal we have our simulated test cards listed here: https://stripe.com/docs/terminal/references/testing#simulated-test-cards
Gotcha, thanks for clarifying.
You input the card when you call terminal.setSimulatorConfiguration: https://stripe.com/docs/terminal/references/api/js-sdk#stripeterminal-setsimulatorconfig
Which you call just before collectPaymentMethod
You can see it in our quickstart: https://stripe.com/docs/terminal/quickstart in the collectPayment function in client.js
cheers