#geordi-sub-days_until_due
1 messages ยท Page 1 of 1 (latest)
Hello ๐
So basically you want to move the due date?
what's the collection_method set to? if its send_invoice then yeah I believe the update to days_until_due should work (would recommend testing it out as I haven't tested this personally)
https://stripe.com/docs/api/subscriptions/update#update_subscription-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.
I was wondering if its possible to do during checkout session creation ๐ค
Instead of on subscription update
(I know I mentioned subscription update, but our use case is actually on first time purchase as well)
doesn't look like its possible on the creation ๐ฆ
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.