#izakfilmalter-subs
1 messages ยท Page 1 of 1 (latest)
Hello! Are you trying to add a one-time item to a Subscription, or are you trying to add an additional recurring price?
Additional recurring price.
And does the additional recurring price have the same billing cycle as the original price on the subscription? We require all prices on a subscription to have the same interval (all monthly, or all yearly, etc)
Ya, same interval.
Ah! I see the issue - you wouldn't be using add_invoice_items for an additional recurring price (you'd only use that for additional one-time prices). To add an additional price you'd simply add it to items when you update the Subscription
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, ya that worked, thanks!
๐