Skip to main content
Question

Subscriptions refunds - Handeling credits

  • 10 July 2024
  • 1 reply
  • 8 views

Hello everyone,

I’m building an app which has a subscription model. The subscription should give the user some credits to use inside the app every month ( let’s say 200 credits per month ). I have a backend that is handeling this logic using webhooks.

But what happens when someone issues a refund for their subscription? how do i deal with the credits that have been given to him? Is it a good idea to deduct 200 credit from a user if he issued a refund?

This post has been closed for comments

1 reply

Userlevel 2
Badge +5

Hi,

 

If you set up webhooks, you will get a refund event and you can decide if to detract the credits or not. This is more a business decision and it depends on every single case but I believe you are in your right to deduct the credit.

 

Best,