#aeo_tipping-on-card-present-and-non-present-payments
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/1475982221159432272
đ 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.
- aeo_unexpected, 5 days ago, 50 messages
Hi there,
regarding your first question, there is no built-in "Tip" feature for non card payment at the moment.
not non-card payments, but "card-not-present"..
Oh sorry for the confusion.
the use case for that is like in our POS, if the customer has a saved payment, they can tell the server / emp.. to put a 20% tip on the transaction... then our POS would send the payment through with a seperate line item for tip... so that reporting is accurate.
not necessarily a "line item", but just a field on the payment_intent..... when we do card-present, that field exists...
apologies... i have to run out for 5-10 minutes... but I will be back... I'm sorry.
No worries. I'll be here. In the meantime I'll do some more investigation.
i'm back
Alright,
regarding your first question: generally speaking there are only two ways to collect a tip. Either on reader[0], or on receipt[1]. You might want to look at the second option since that might be the closest to work with.
[0] https://docs.stripe.com/terminal/features/collecting-tips/on-reader
[1]https://docs.stripe.com/terminal/features/collecting-tips/on-receipt
The second question: Yes it is possible to define a different amount to tip from: https://docs.stripe.com/terminal/features/collecting-tips/on-reader#tip-eligible
well, at least I got a good answer on one of my questions... i was hoping for that one.... and not really expecting the 1st one to have a good way to do it.
thank you for the help
do you know if there is any current feature request, or if that is in the works? my first questions, that is.
what about... like "update payment intent with tip" , my guess is no as well, since that is normally handled through the "on-receipt" flow.
that's fine, you don't have to research that, i feel like its not a very common flow... and it kind of differs in stripes models from other payment processors.
Yeah that would be the overcharge or surcharge.
We used to have a feature for that but that needs to be enabled specifically if eligible. But you would need to reach out to Stripe support and ask for it. They can tell you if that would be an option for you or not.
interesting...
can you explain it in a "little" detail, to see if it matches what I'm trying to accomplish?
That feature is mainly to pass on the cost of card payments to your customers. it's mostly in the 2-4% realm. So not really what you would need I just realized.
ah, yeah, surcharging.. yeah, not quite the feature i'm looking for
Yeah other then that, I don't see a different way at the moment.
do you have any info on the "stripe managed" surcharging feature, that was in development? not the external vendor solution you provide currently
No, I don't. We are not very involved in the product development. You would need to reach out to Stripe support for more information.
ok, no worries... thanks again for the help / info
No problem. Always happy to help.