Stripe Trigger > New Charge > Why Can't I See the Product Name?
Status: Closed · Asked by Edwin on · 0 views
Can someone tell me why your webhook doesn't show the product name of the purchase, made through Stripe?
Please check the quick video: https://video.candysignals.com/share/fzoq6euehvu4ljgq6k5cltjqkz2m5sm6
As you can see in the video, I even added some metadata: product_name
This might help -
@Fagun Shah thank you, gonna check it out today!
@Fagun Shah saw your video, thank you for that.
Tested:
- checkout completed endpoint
- new charge endpoint
- Stripe action: retrieve product from ID
It didn't work - it's interesting because although the product id is clearly stated in Stripe, it doesn't show up in the 2 endpoints: checkout completed and new charge.
On the other hand, it's not a big deal; I can simply mention the product name in the name of the Pabbly workflow as I'm just selling 1 product with the payment link for now
I have the same problem, why can't we get the product name or product id or payment link id? How can we figure out which product was purchased?