#raju_97566
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.
- raju_97566, 10 minutes ago, 12 messages
Is there any way to get payment_method_is using payment_method_configuration_details ?
I am using setupintent for Card-On-File. while in the reponse object I wanted to have payment_method_id to save in my database
You want to save the Payment Method in your database after a successful SetupIntent, correct?
yes
You can listen to webhook event setup_intent.succeeded and get the payment_method from the payload: https://stripe.com/docs/webhooks