#juchom-subscriptions
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.
- .juchom, 8 minutes ago, 6 messages
- .juchom, 3 hours ago, 27 messages
- .juchom, 1 day ago, 4 messages
- juchom-tax-id, 2 days ago, 14 messages
Hi 👋 yes, you can create the Subscription with a payment_behavior of default_incomplete to avoid it immediately attempting the first payment:
https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_behavior
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok, so if I understand how it works, default_incomplete will not charge the payment method directly.
The invoice will be created with all information and then I can display it to my user for confirming the payment.
Is this correct ?
Yup!
juchom-subscriptions
is there a stripe element that can display this ?
The Invoice? No, there isn't a stripe element that displays this - you'd have to design that UI yourself. Alternatively if you wanted a stripe-hosted version of the Invoice you could redirect to the hosted invoice URL (https://stripe.com/docs/api/invoices/object#invoice_object-hosted_invoice_url)