Skip to main content
Solved

Can users refund tips?

  • April 19, 2026
  • 2 replies
  • 35 views

Forum|alt.badge.img

I’m following the tutorial for setting up a tip jar via RevenueCat for my Kotlin Multiplatform app, and was wondering if users are able to request refunds if ever they’ve sent a tip.

If they are able to, does RevenueCat have like a terms URL that I can use to show to users?

Best answer by Tarek

As a follow-up and answer to this question:

 

If they are able to, does RevenueCat have like a terms URL that I can use to show to users?

 

RevenueCat doesn't provide a terms URL, you can however use the standard EULA from Apple: https://www.apple.com/legal/internet-services/itunes/dev/stdeula/

 

Best regards,

2 replies

Tarek
RevenueCat Staff
Forum|alt.badge.img+5
  • RevenueCat Staff
  • April 22, 2026

Hello there!

 

Tarek from RevenueCat here, happy to assist you!

 

Users are generally able to request refund for all purchases they make, including consumable in-app purchases, which is generally how tip jars are implemented.

 

Those refund requests are sent to Apple / Google, and it's entirely up to them to decide whether to proceed with the refund or not.

 

RevenueCat can help you provide more info to Apple, in the hope of influencing the decision, by answering consumption requests when you set up Handling of Refund Requests. (This requires to set up first server-to-server notifications)

 

I hope that makes sense! Let me know if there's anything else I can help with.

 

Best regards


Tarek
RevenueCat Staff
Forum|alt.badge.img+5
  • RevenueCat Staff
  • Answer
  • April 22, 2026

As a follow-up and answer to this question:

 

If they are able to, does RevenueCat have like a terms URL that I can use to show to users?

 

RevenueCat doesn't provide a terms URL, you can however use the standard EULA from Apple: https://www.apple.com/legal/internet-services/itunes/dev/stdeula/

 

Best regards,