-
What would be the best way to handle giving credits to user on start of each subscription billing cycle? I need to "top up" credits each month/year. I already have a credit tracking system in place using plutus gem. My first idea is to schedule a job every day to check for subscriptions which have billing cycle starting that day and give the credits. |
Beta Was this translation helpful? Give feedback.
Answered by
excid3
Jan 3, 2023
Replies: 1 comment
-
I would use webhooks to add credits when the subscription is charged. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alhafoudh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would use webhooks to add credits when the subscription is charged.