#diamond970042
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.
- dia-checkout-integration, 9 hours ago, 44 messages
Which webhook events are you listening to?
several, and like this.
case "payment_intent.succeeded":
const paymentIntent = event.data.object;
console.log("paymentIntent: ", paymentIntent);
// Then define and call a method to handle the successful payment intent.
// handlePaymentIntentSucceeded(paymentIntent);
break;
I would like to know origin_session_id in here so that i can know it is which payment.
Why don't you listen to checkout.session.completed ?