#nachofranco-subs-invoice-metadata
1 messages ยท Page 1 of 1 (latest)
I don't believe we support that.
Can you elaborate on the usecase?
yes, I created a subscription with metadata={"my_id": "abcde"} and for that I have set up the webhook for the invoice.create event, I'd like to receive the metadata of the subscription as part of the metadata of the invoice, so with {"my_id": "abcde"} I can tell which is the related internal resource and company (I'm handling within the same app a set of different stripe accounts)
An Invoice should have the subscription_details[metadata] property which is a snapshot of the Subscription metadata at the time of Invoice finalization.
in short, is there a way to make a passthrough of that metadata I have in the subscription to the invoice?
sorry for the wrong answer earlier
but not at the invoice.created event, right?
Not at creation, no.
Hang on, double checking something
sure, any help is very welcomed!
Can you share ID of the test subscription you created?
sure, one sec
nachofranco-subs-invoice-metadata