- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Adding a Tip after authorization and/or Capture
Hello I have read some messages on this board of adding a tip afterwards transaction is completed, many say its not possible but they are really old discussions.
I tested that the Authorize.Net iOS Phone Mobile App actually does process tip but seems it does it before the authorization and/or capture process happens so just adds to the total cost. Thats not most pos system work.
I read on one of the board posts you can link into previous transaction with the reftransid (assuming need to add authcode too) but my tries was unsuccessful. Is this still not supported or am i sending/missing some wrong info.
Tried transaction types
AuthorizeNet.Api.Contracts.V1.transactionTypeEnum.authCaptureTransaction (processed as a new transaction and not as a tip)
AuthorizeNet.Api.Contracts.V1.transactionTypeEnum.priorAuthCaptureTransaction (The transaction cannot be found.)
Do I authorize the transaction and wait for the tip then complete it? But then when should i complete the transaction if their is no tip.
We are using the c# .net api for this. Please help thank you.
02-02-2017 04:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for inquiring about tips. Authorize.Net is certified to process a Tip amount added after authorization when TSYS is the processor. For other processors, the tip must be passed with the initial authorization. The tip element in createTransactionRequest is used to designate the tip amount.
API reference, In-Person SDK, and Git Hub links below. The readme files in the Git Hub repositories have a section on Tips.
https://developer.authorize.net/api/reference/index.html
https://developer.authorize.net/api/reference/features/in-person.html
https://github.com/AuthorizeNet/inperson-sdk-ios
https://github.com/AuthorizeNet/inperson-sdk-android
Please respond back with any questions.
02-14-2018 04:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the update. Will this functionality be expanded beyond Tsys? Specifically, to Chase and/or Ipayment?
02-15-2018 07:41 AM - edited 02-15-2018 07:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have additional Tips certifications in the backlog, although none in the near future.
03-06-2018 10:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
TSYS is our processor and we are using .NET SDK - any info on how to adjust a tip from a previous sale would be appreciated
02-06-2019 09:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
TSYS is our processor and we are using .NET SDK - any info on how to adjust a tip from a previous sale would be appreciated
02-06-2019 09:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So the only thing left to workout is how to charge the tip, given that you do not know the amount in advance in some cases. It sounds like the process for the restuarant is that the customer is charged for the food & beverages first, then adds a tip after the fact. If I were in your shoes I would do something like this- find out the range of tips as a percentage of the purchase price. If the maximum tip is around say 25%, you could do an auth only transaction for 125% of the food & beverage costs. Then you do a partial capture based on the amount they actually tip. So say it is a $100 order, you authorize $125. Then if the customer writes a $20 tip and you do a partial capture IAO $120. You’re done right there and the customers card is only debited for the $120.
Few notes about this-
1. If at all possible it would be much easier to avoid charging or authorizing the card at all until the tip has been determined. One way to do this is to have an in-house receipt that has a line for the tip. You collect that receipt and authorize the card for the total + tip and then the cc receipt that prints will have each amount and the customer signs. You could do an auth only in case they change their mind or there is an error in reading their handwriting. I would expect both occurrences to be rare.
2. If you do opt for the grossed up authonly at the point of sale, you’re obviously going to have to tell your customers beforehand. They can opt to not have their ticket grossed up or have it grossed up by a lesser amount. That prevents people who are on a thin margin from getting declined for a food purchase they can actually pay for.
Hope this helps I’m about to eat right now.
02-07-2019 03:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @jebrick
Will tip amount be deposited surely to the merchant's bank account even it is chase?
Best Regards,
Niranjanadevi R S
01-06-2022 05:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you developed it? its been a while since this message.
08-04-2023 08:01 AM


- « Previous
-
- 1
- 2
- Next »