#geniosar_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/1333453962396831776
๐ 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.
- geniosar_subscription-billing-period-trial, 2 days ago, 112 messages
- geniosar_api, 3 days ago, 9 messages
Hi I tried to set next flow So I recommend creating an invoice item: https://docs.stripe.com/api/invoiceitems/create with a negative amount. That will be pulled in as a discount/credit onto the next invoice for the customer. That way you can discount the May 1 invoice to 0. Then, set the current phase to end May 8. Create a new phase that will start May 8 with the same price. That resets billing cycle to bill on the 8th of every month
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
But stuck that my sub don't have shedule, can U help me, what I miss?
sub_1Qlshc2NKFm8g2byxt0PSlQw
Hi there ๐ Subscriptions don't automatically also generate a Subscription Schedule. If you want to create a Subscription Schedule for an existing Subscription, you have to make a request to do so:
https://docs.stripe.com/billing/subscriptions/subscription-schedules#managing:~:text=You can also create subscription schedules by passing a subscription ID%3A
aha i just need to create one before update?
Yup, I believe so.
yeap, it help, thx
can u help me, with one question, if I use same payment link, how I can tell stripe that pay the same user?
because for now, it create always new subscription
I don't think I'm grasping the question. Payment Links are designed to be customer-agnostic. What do you want to happen if the same customer tries to use a Payment Link more than once?
yes
Sorry, that wasn't a yes/no question. I was looking for more insight on what you want to happen when a customer reuses a Payment Link, so I can try to provide advice on whether that can be accomplished and how to do it if so.
we have players who did it, and for now they have 2 subscription and we not expected for this flow, can we add something to our payment link for detect customer?
e-mail or client_reference_id
I think you're looking for this setting then:
https://dashboard.stripe.com/settings/checkout#subscriptions
https://docs.stripe.com/payments/checkout/limit-subscriptions
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
the way only with custom checkout?
This redirection works with Checkout (including the pricing table) and Payment Links.