#hareshgediya
1 messages · Page 1 of 1 (latest)
Did you read the error message? Seems pretty explanatory
Yup! But I need to caputre tip. Did I must need to add tip amount during Payment intent
?
I seen receipt tip (collect tip) in that we need to pass total amount with tip amount.
On-receipt tips? https://stripe.com/docs/terminal/features/collecting-tips/on-receipt
Yes
There's no incremental authorization support on the PI: https://stripe.com/docs/terminal/features/incremental-authorizations
You need to do that to increase the initial auth from 200 to 260 (including tip) and then capture
Okay! In live it will work with any amount. Right?
Percentage I understand, I'm asking about the actual amount. Because We are not collecting tip more than 30%.
Should be fine I guess
In Test mode still I'm getting same error. You can check this payment intent id. pi_3NT1LeGD741OMwZW0Lx1P0kX
I don't see where you incremented the auth amount? It's still 200
You ned to make an API request to update the auth amount on the PI to the new amount including tip: https://stripe.com/docs/terminal/features/incremental-authorizations#increment-authorization