#vrk18
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- vrk18, 1 day ago, 5 messages
- vrk18, 6 days ago, 10 messages
- vrk18, 6 days ago, 5 messages
- vrk-connect-disputes, 6 days ago, 12 messages
No the object is the Charge object I believe. You would want to find the corresponding PaymentIntent object first, before retriving its metadata
It is the Dispute object. But some of the events do not have the paymentIntentID. For example: for the payment.created event, the object is Charge object, it doesn't have the paymentIntentId.
Ah I see, sorry
So you would want to Retrieve the Dispute object, expanding its charge.payment_intent
yes
How can I expand the payment_intent object in the possible webhook events ?
expanding its charge.payment_intent
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
is there any webhook event called "Type: payment.created" available, I don't see it on the list of events https://stripe.com/docs/api/events/types, but I can see that event happening on my endpoint.
2023-11-16 13:01:58 --> connect payment.created [evt_1OCuu2HGvYjrmtgCPUp7l4YM]
2023-11-16 13:01:59 <-- [200] POST https://localhost:7064/Payment/WebhookAction [evt_1OCuu2HGvYjrmtgCPUp7l4YM]
Not the payment_intent.created.