#EAK - subscription
1 messages ยท Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can ๐
@candid flame can you share the failing request ID?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
like req_123
I believe it is: req_4gjaxHDNRAZdvt
When you said you could do it in the UI, did you mean using teh Dashboard?
For checkout sessions you can combine these and send a mixture, but for direct subscription API requests you need to split the one time items and send those with add_invoice_items to have them charged with the first invoice only:
https://stripe.com/docs/api/subscriptions/create#create_subscription-add_invoice_items
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yep - if I open up a customer and edit/create a new subscription for them I'm able to add both one time charges to them as well as recurring
Oooh
Let me give that a shot. Not sure how I missed that.
Thanks @coral wolf that worked perfectly!
Excellent ๐