#Ten-overcapture-tip
1 messages · Page 1 of 1 (latest)
None I suppose. Just reading through keywords here.
I've been using stripe for over a year, never knew how to add the ability for customer to tip. A lot of missed $$
Gotcha - overcapture/tipping is something specifically for terminal (https://stripe.com/docs/terminal/features/collecting-tips/on-receipt) is that what you're looking for?
You'd just change the amount_to_capture when you make the capture request
Are you looking at your capture request? If you're not already using amount_to_capture it may be something you had to add. You can see the API reference for capturing here: https://stripe.com/docs/api/payment_intents/capture
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'd suggest reading through that whole doc that I shared and make sure understand each of the parts (since there's some other things you should be checking before the capture)
I honestly truly appreciate your help but even if i read that, i will still be just as informed.
I can't even with that
I was hoping there was an easier solution
wish this service was more user friendly
lol
Thanks for your time though. For as much money as I paid out last year, I am just going to have to call someone there
and have them walk me through this
Yeah, adding things like this to your integration is important to get right, so if you're having trouble understanding how all the different pieces work together it'll be better to pull in someone else
That's kind of my view as well. My brain already hurts just trying to understand what I have thus far haha.