#nickdnk-metadata

1 messages · Page 1 of 1 (latest)

flat hawk
wind cliff
#

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

flat hawk
#

Hello 👋
I don't think subscription metadata is carried over to a payment intent

wind cliff
#

payment_metadata[key]

#

So how would I store metadata for this payment?

#

And any upcoming payments on the subscription as well

#

renewals

flat hawk
#

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

wind cliff
#

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

flat hawk
#

If you have request IDs for the failed/troubled requests, I'm happy to dig further

wind cliff
#

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

flat hawk
#

Yeah apologies. Testing it out would be faster in this case.