#stripper-help
1 messages ยท Page 1 of 1 (latest)
Hey - if I credit an account with "money" which is intended to be used for a purchase - can the user just extract the credited money? Or is it fake money.
I'm not sure what that means. What is credit with money, what's the "account" in your sentence?
So to preface this ... we are using the stripe control in bubble.io
so things may not translate perfectly.
They have a thing where you can "adjust a users credit balance". You can either make it go up or down. Im guessing this is in a special pool that does not reflect real money but is a way for us to discount the costs of items.
okay so by user/account your mean a Customer in our API, the person paying for a service.
If so, then it's "fake money" in that case yes
yes. sorry.
ahhh... gotcha. perfect.
So somewhat unrelated --- when a user subscribes to plan - if they subscribe to a more expensive plan - i've noticed that they dont get billed the difference right away. It seems like it applies to the future update. Do I have to unsubscribe them and then subscribe them to the more expensive plan for them to get billed right away?
you can enable this: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#immediate-payment
Is there a way to understand the dynamics of subscribing and unsubscribing relative to dollars paid and differences....
ooo .. will click.
Thank you! Super helpful!
sure!
we do have multiple docs on proration/downgrade overall so I'd recommend going through those docs. It's a LOT of information to digest though ๐
Thanks. I can appreciate the complexity. What makes it harder is that im sitting behind bubbles abstraction. I've been using their control but im not afraid of using your API directly. I just dont want to have to redo everything their control provides so Im hoping custom API calls dont clash with their plugin in strange and unpredictable ways. ๐