#mattp5559
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.
- mattp5559, 23 hours ago, 4 messages
- mattp-installments, 1 day ago, 8 messages
Hi, I think you'd want to create a weekly Price, https://stripe.com/docs/api/prices/create#create_price-recurring and create a Subscription, https://stripe.com/docs/api/subscriptions/create
Is it possible to have a automatically recurring invoice that isn't a subscription?
No it is not, it would all be manual from your end.
Is what you are suggesting above just a weekly sub
Yes, create a weekly Price and create the Subscription to automatically bill on a weekly basis.
If I wanted to do it manually would the user have to authorize is each week?
No, you can save the payment details and make it a default payment on the customer, https://stripe.com/docs/api/customers/create#create_customer-invoice_settings-default_payment_method. Then, create the invoice with an automatic charge: https://stripe.com/docs/api/invoices/create#create_invoice-collection_method
But I would have to create that automatic invoice each month?
That is correct. I think you should create a Subscription instead here.
I agree but I have been tasked with looking into other potential solutions and presenting their pros and cons. So if you can think of any cons to this manual approach that would be helpful