#edmana_subscriptions-discount
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/1216876643281403984
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- edmana_api, 12 hours ago, 43 messages
Hi ๐
Do you have a failing API request where you attempted to create a Subscription for your customer?
Hey. I am not seeing that.
My concern is our code hasn't changed but the sub didn't create
I am wondering if we are missing something coming back that prevented us from creating it
You shared a Customer ID and all I cansee for this customer is a successful payment
So I don't understand what part of this was not what you expect
Can you please confirm this would have been a 1 time payment vs. subscription?
Confirm what? Here is the request: https://dashboard.stripe.com/logs/req_fHiHNy05dnWkg2
It created a single Payment Intent that was confirmed at the same time.
I don't see any API calls related to creating a Subscription. https://docs.stripe.com/api/subscriptions/create
Got it.
Also, if I need to put this customer into a subscription I can a sub and discount it 1 time to get them in sync if we charged month 1 as a single payment
Correct?
We should have created a subscription, not a 1 time payment intent
I want to create a subscription for this customer but not charge them the sub cost again
I am trying to avoid a double-charge
to their CC
What is the billing period you are billing for?
Monthly, started from the day the sub gets created
So in this case you would likely want to either create a Subscriptioni one month from the date of that charge
Or create a Subscription now with a free-trial period that is equal to the first month
Or create a one-time use coupon and apply it to the subscription?
That is another approach you could take but I would build this flow in Test mode to make sure it creates the behavior you expect
No, only the other way around
Ok. Thanks for your help
Happy to shed what ๐ก I can ๐