#AT
1 messages ยท Page 1 of 1 (latest)
What kind of information are you referring to? Can you share an example scenario?
Basically, I am trying to set the prompt and then accept payment.
If I uncoment the code in green in the second half of the block, then the display text is overwritten by next screen.
Yup, this is expected. Each stripe.terminal.Reader.* request represents an action on the reader
So can this screen not accept payment? Can I show a breakdown of the total before the customer can pay?
What are my options?
What you can do is:
- Set reader display first
- Use timer to set how long the display should be then cancel the display: https://stripe.com/docs/api/terminal/readers/cancel_action
- After the display is canceled, then create and process payment intent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you!
No problem! Happy to help ๐
I want to say thanks for this amazing platform and even amazing support on discord. I do not now know you guys do it. But this is overwhelmingly good. and I hope others learn from this such a lovely experience!