#battbot-Terminal
1 messages · Page 1 of 1 (latest)
Hi, taking a look here
Yes, please refer to this document: https://stripe.com/docs/terminal/features/collecting-tips/on-reader
Stripe::Terminal::Configuration.create(
{
tipping: {
usd: {
percentages: [15, 20, 25], ....
}
i'm not talking about the preset options
we already set the preset options for 12%, 15%, 18%
but in this case the customer has an option to enter "Custom" amount
when entering "Custom" amount, normal bank terminals allows them to input the "Custom" amount as % or $. But the stripe terminal right now seems to only allow $
I see what you mean here, sorry moved too fast
A customer can only optionally specify a custom tip amount not a percent
so Stripe doesn't support % for Custom amounts?
it's a common feature for Bank Terminals
that's why we ask, because Customers otherwise will have to calculate the tip themselves and they don't like that. We had merchants complain about this
I'll share this feedback to the team, thank you
ok thanks