#LucaW-subscriptions
1 messages · Page 1 of 1 (latest)
hi, looking
yeah I don't think you can really do this(change the statement descriptor of the first invoice)! I tried what I think might work instead(setting the descriptor on the open invoice before attempting the payment)but it doesn't work
so you can't do this(curious what your overall goal here is). The descriptor is defined by the Product who's Price you pass to the subscription in the first item (https://stripe.com/docs/api/products/create#create_product-statement_descriptor), or if you don't have one set there, your account's usual descriptor.
My goal is to have a dynamic statement descriptor
But it need to be changed via API
And also I don't want to change the statement descriptor of the first invoice, but all invoices of that subscription
cool, then maybe using the product descriptor like I mentioned will help you.
I said first invoice specifically because that one is special as it is does not go through a draft phase where you can edit it, but recurring invoices do
If I set the statement descriptor on the product does it overwrites my account usual descriptor ?
yep