#GianFranco-transaction-ID
1 messages · Page 1 of 1 (latest)
Hi there
When you say "Transaction ID", what ID are you referring to, exactly?
The PaymentIntent ID?
Got it
I used presentPaymentSheet
https://imgur.com/0Tw8J36
But I can't see any response after completed transaction
So that is the PaymentIntent ID
I see
The recommended route here is to use Webhooks
You would listen for payment_intent.succeeded for fulfillment
Could you pls give me some code example?
I'd start with a read through https://stripe.com/docs/webhooks
Is there any option without webhooks?
The other option would be to pass the PaymentIntent client-side alongside the client-secret. Then you do a round-trip to your server after the presentPaymentSheet promise resolves to retrieve the PaymentIntent on your server.