#iCoNio-metadata

1 messages ยท Page 1 of 1 (latest)

violet phoenix
#

Hello ๐Ÿ‘‹
I don't think the Product metadata is carried over to the PaymentIntent automatically.
Can you share the PaymentIntent ID?

dense scaffold
#

Hey @violet phoenix for sure! Let get a new one here. Hold on

#

Is there a way that I can get the product id? I can't seem to find that either

#

Here is the payment intent id: evt_3L6GEkBFmPjLabqy0pMmU3Y0

eager citrus
#

๐Ÿ‘‹ stepping in here as hanzo has to step away

#

The product won't be associated directly with the PaymentIntent

#

To get the product you would listen for checkout.session.completed

dense scaffold
#

Hey @eager citrus thanks for helping me

eager citrus
#

As the product will be a property of the checkout session object

dense scaffold
#

Great. Let me give a shot at

dense scaffold
#

Hey @eager citrus I tried that hook but i still don't get the product id :/

eager citrus
#

Hmmm can you provide the Event ID?

#

Maybe I am misremembering

dense scaffold
#

For sure.

#

evt_1L6HLkBFmPjLabqykwnoboNd

eager citrus
#

Since you are using Payment Links you can also retrieve the Payment Link if you prefer that and expand line_items on the Payment Link

dense scaffold
#

I see... I'll read those documents.. thank you so much my friend..