#nickdnk-metadata
1 messages · Page 1 of 1 (latest)
For context; I'm trying to create metadata that will come out with reporting when creating report runs with the API
For this report specifically
Hello 👋
I don't think subscription metadata is carried over to a payment intent
payment_metadata[key]
So how would I store metadata for this payment?
Using https://stripe.com/docs/api/subscriptions/create specifically
And any upcoming payments on the subscription as well
renewals
I don't think there's a way to set the payment intent metadata while creating a subscription.
However, You can update it later using webhooks and update PaymentIntent API
I don't think I can update it once it's paid
I've had trouble with that before
I also distinctly remember my requests for updating various parameters of a payment intent belonging to a sub failing and telling me to update the sub instead
Not sure if this includes metadata though
If you have request IDs for the failed/troubled requests, I'm happy to dig further
That was a while ago
I think it was related to trying to change the payment_method_options because stripe had a bug where it did not replicate to the payment intent
and I tried to update it manually after which it wouldn't let me
I'm gonna have to test this it would seem
Just wanted to know if you knew the answer before I started trying
Yeah apologies. Testing it out would be faster in this case.