#Brecht
1 messages ยท Page 1 of 1 (latest)
Hi ๐ to do this, you would process a separate payment (outside of the Subscription) for the amount that you want to immediately charge your customer. Then when updating the Subscription, you would set proration_behavior to none to avoid having us calculate a proration:
https://stripe.com/docs/api/subscriptions/update#update_subscription-proration_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.
Hey Toby, that makes sense thank you for the feedback
Any time!