#Arnostronaut
1 messages · Page 1 of 1 (latest)
Do you have a Payment Intent ID I can look at?
pi_3N19N4KoEmZfGVSD0zA27m17
Taking a look now
I think whatever code is adding metadata to your Payment Intent is looking at the wrong thing. All the events that led up to the payment being created and paid occurred on April 24th. The line_items.data.price.created field is when the Price object itself was created. Keep in mind these are 2 separate objects
but what object? you mean the product? line_items.data.price.created refer to the time the product was created? not the checkout session?
No, it refers to the time the Price was created: https://stripe.com/docs/api/prices/object#price_object-created
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok thank you it would be great to refer to this object where the line_items is available as attribute from other objects https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-line_items-data-price-created
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
maybe it is already well documented and I missed it though
thank you for clrifying