#aquirox-WISEPoS-E
1 messages · Page 1 of 1 (latest)
hello, thanks for reply
This is what I am doing, to call the amount, but I don't know how to be able to show it so that the card can be inserted in the card reader
Are you planning on using our server-side integration or one of our client-side SDKs?
I am using a demo that uses the javascript SDK
I have downloaded this option https://stripe.com/docs/terminal/quickstart
I downloaded that option and followed the steps to connect to the reader, so far the card reader shows me the amount, but as it is a test I cannot insert the card since it appears as declined, so I am looking for a way to be able to, show the form to manually write the card, in case it is necessary
I have to step away but @sick thorn is here to help. That said, it isn't possible to type in the card number into the reader.
What exactly is stopping you from inserting?
Is it that you don't have a test card?
You can order a physical test card from Stripe Dashboard https://stripe.com/docs/terminal/references/testing#physical-test-cards
How do I prove that the payments are correct, so I know that it works correctly?
In the meantime, that page shows some simulated test cards that you can use. We can discuss how to use them to test your specific flow if you need assistance there
If I need help, since I am stalling trying to see the payment statuses so I can validate that I am programming this correctly
Have you already tested with a simulated reader + card?
nice thanks
Yes, I have the simulator, but how do I test the statuses, when collecting the payment?
Our guide on taking payments via Terminal has "Simulated Reader" sections. Following that, you can see how the rest of your system reacts to the API responses and webhook events around taking a payment throughout the process https://stripe.com/docs/terminal/payments/collect-payment?reader=simulated
And we have test cards for specific success and error cases to test each status https://stripe.com/docs/terminal/references/testing#test-cards-for-specific-success-cases
Is this all helpful or are you asking something slightly different?