#ironbeard
1 messages ยท Page 1 of 1 (latest)
๐
Hey there ๐
It isn't really possible to do this dynamically like it is with one-off payments.
Ah, gotcha.
If you want to make the SD somewhat dynamic for Subscriptions then you can set SD at the Product level: https://stripe.com/docs/api/products/create#create_product-statement_descriptor
We have two types of products, which are both subscription based, a newsletter, and a SaaS product, and I was hoping I could add that amount of detail to the charge since I'm actually creating two Subscription objects/charges on Stripe if they try to add both to their cart (since the SaaS can be upgraded)
Oh yes, doing it at the product level would definitely work for me
When setting on the product, I'm not just specifying the suffix, right?
Hmm that is a good question
I think so.
But I don't actually recall for Product-level
I'd recommend testing it out and looking at the calculated_statement_descriptor that shows up on the Charge
Yeah, I'll test it out. Thanks so much ๐
Sure thing
Yup, worked perfectly. Have a good one!