#crisscrosschris
1 messages · Page 1 of 1 (latest)
Hello there
So overall what you want to do is listen for Webhooks here
You would listen for setup_intent.succeeded
And then store based on that Webhook
I'm not very familiar with webhooks, so would I listen for setup_intent.succeeded but how would I get the Payment Method ID
The SetupIntent will contain the PaymentMehtod ID: https://stripe.com/docs/api/setup_intents/object#setup_intent_object-payment_method
Do I use retrieveSetupIntent?
Nope that full object will be present in the Webhook
Recommend reading through https://stripe.com/docs/webhooks
Sure thing