#surajkumar8781
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.
- surajkumar8781, 17 hours ago, 12 messages
Yes this is related one and this time it is replicating on test mode also
yes we are using old version
There are some functionality which are only supported by old version only.
https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_behavior you can set payment_behaviour to default_incomplete so that subscription can be created without payment, and after that pay the first invoice and handle 3DS in your application.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Could you please explain more about pay the first invoice and handle 3DS in your application.
How
pay invoice: https://stripe.com/docs/api/invoices/pay#pay_invoice
hanlde 3ds: https://stripe.com/docs/billing/subscriptions/overview#requires-action
Please do not close this thread, let me try once.