#Vinny GG
1 messages · Page 1 of 1 (latest)
Hello 👋
Can you provide more information about your integration? Are you using Stripe Checkout OR are you building your own UI using the APIs?
Ah you mean payment method ID
yes
You can list customer's PaymentMethods using this endpoint
https://stripe.com/docs/api/payment_methods/customer_list
And then iterate over the results to look at the IDs
Thank you very much