#Nadiya-SetupIntent
1 messages · Page 1 of 1 (latest)
Yes, if you have confirmed it
You can pull the PM from the SetupIntent, or from the Customer as above Doc
thanks! let me check
$stripe->paymentMethods->all( ['customer' => '{{CUSTOMER_ID}}', 'type' => 'card'] );
this one list all the payment methods right? how do i get the card i used using a specific setupIntent?
sorry if that sounds silly
No worries. You can get it from Retrieve SetupIntent API: https://stripe.com/docs/api/setup_intents/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.