#mochihealth_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1225862561874968751
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
For adding a one-off fee to the next Invoice generated by a Subscription we recommend using the add_invoice_items parameter here: https://docs.stripe.com/api/subscriptions/update#update_subscription-add_invoice_items
is there another way to handle one off charges though or is this the best way to do it
It's the way we recommend.
I'm looking at instituting a no show fee for appointments and was wondering what the best way to do it was
Is there something about this approach that does not work for you?
not neccesarily Im just wondering if there was a different way to do it
a different stripe flow
Not really, we recommend using this approach. It keeps all the related payments associated with the Subscription object.