#zuberpatel
1 messages ยท Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- zuberpatel, 43 minutes ago, 8 messages
Hi there ๐ what are you actually trying to do here? It's expected behavior for a Subscription to immediately create and finalize it's first Invoice causing that payment to be processed.
You may be looking to adjust the payment_behavior being used:
https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_behavior
default_incomplete may better align with what you're trying to do
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
What I am trying to achieve is as follow:
User will choose the subscription package and register for that package and give us payment details.
after that we as admin review and approve the registration and choose from which date the subscription will start for that user.
the date could be current date(now) or future date