#diamond970042

1 messages · Page 1 of 1 (latest)

floral parrotBOT
#

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.

late gull
#

Which webhook events are you listening to?

stable wadi
#

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.

late gull
#

Why don't you listen to checkout.session.completed ?

stable wadi
#

let me try now.

#

@late gull, thanks, I get what I want. Your help is really valuable for me.