#talker - Subscription
1 messages ยท Page 1 of 1 (latest)
Hi ๐
We cover the initial payment method capturing pretty well in this doc:
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
yes i seen this, we are migrating our current subscription platform to stripe. I don't think this doc meets our needs
We were under the impression that stripe would email the customer to update the payment method
You can configure that in your Dashboard settings
i am pretty sure we already configured that
I think we already have that setting turned on, could verify which setting that is you are referring to . This is not the first time we are asking this question, we have been working through the problem per stripe support instructions. But so far have not found a solution.
What is not working?
we schedule a subscription without a payment method. How do i collect the payment method for the customer?
for example when we try to update the schedule from charge_automatcially to send_invoice we get the following error.
That is an improperly configured request to Subscription schedules, which is a different issue. As the error message says, you'll need to provide a days_until_due parameter in that update call
yes it does
except the only thing is that the subscription schedule endpoint does not appear to accept that parameter. The subscription endpoint does
At least in the .net Nuget package daysuntildue does not exist in the subscriptionscheduleupdate options
we got this to work with an active subscription without any problems, but on a scheduled subscription it appears at least with the .Net nuget pacakge that we are not able to schedule a subscription with update options to set the collection method to send_invoice
Can you send me the request ID for that request?
Hi @lilac tree are you able to see days_until_due as a parameter inside of phases.invoice_settings?
https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-phases-invoice_settings-days_until_due
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.