#jack-checkout-fulfillment
1 messages · Page 1 of 1 (latest)
Hi 👋
What webhook event are you listening to ?
checkoutsession
completed
cs_test_b1OJmIoGXvJvK5sOuvOFISrdfaCi8SWPbBy84MwQXWTUr0X3LcgTg2Ss6v
That is going to return the Checkout Session object.
The Checkout Session will have the ID for the payment intent and you can use that to retrieve the Payment Intent.
Or you could listen for the paymemt_intent.succeeded event https://stripe.com/docs/api/events/types#event_types-payment_intent.succeeded
i need ID only, but its not there
Can you share an example event ID?
"id": "evt_1O1tbMFBOk0mujJ7ZAjn3XtZ",
ahh i see
it will be there otherwise right?
Yes, if you charge an amount