#permadebuffed_best-practices
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1478676863537647676
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- permadebuffed_best-practices, 17 hours ago, 4 messages
So Im interested in knowing the best practice for displaying column. Text on a stripe terminal
Say
Tax 100$
Fees 200$
Etc but since description is not monospaced, what is the best practice of doing that
I have some answers in mind but id like to know whats the usual
What do you mean by 'monospaced'? Can you share an image of what you have working on the reader and what specifically you want to change? Not sure I understand
1 second
Basically letters on the machine dont fit the same space โiโ and โwโ fit differently u know
Not familiar with this screen. How are you displaying those values? Are they values collected via inputs on the reader?
This is the reader, im sending custom text to stripe which sends it to this device
I guess using this?
Just you linked to on-screen inputs in your original message which seems unrelated? I'm trying to understand what APIs/features you're using to do this so I can see if what you want to do is possible
If not using that now, why not? Seems to do exactly what you want?
Well it's not 'wrong' per se as I don't know what you're building. But I don't think the UI is customisable, no
Im sending an estimate of the prices from my service so u wouldnt recommend using collect inputs for that?
As I said, your use case is probably fine but it might not work if you want to display a cart style list of items pre payment
Well does it require customer input on the reader if you already have the estimates?
Yes, just approval wait lemme send a better pic
Then I'd probably just use this if you don't actually need customer input: https://docs.stripe.com/terminal/features/display
I was just wondering if this is normal
Cause im kinda a newbie from side of sending stuff to the terminal via stripe
Ah, I see now. Its just one big 'selection' screen and they tap yes/no
Yep
Did you look at this?
Is that more aligned with what you actually want (display line items pre-payment)?
But otherwise you can't customise this text to the extent you want with inputs, no
Our flow is that accept needs to go back to server not instantly initiate payment unfortunately
Well you can do that too, just collect the card on the reader instead of initiating the payment
Oh ok ok, ill check it out more thoroughly, but I think u answered all my concerns :p
And gave me extra stuff to work on ๐
Pair that with the on-screen reader cart and then you'll have a saved card you can charge later for the approved estimate
Sure, let us know if you've any follow-ups