#jarrett
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Not sure what the concrete reason behind it tbh.
You should be able to see it when you list all the PM attached to a customer
https://stripe.com/docs/api/payment_methods/customer_list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes, i can. I was trying to get the icon for it form the dashboard lol
Ah I see ๐
i have another question about some payment methods. how come when I have a setup intent for Ideal or Sofort, they don't appear to get attached to the customer when I authorize it
Can you share an example SetupIntent ID?
If you list the customer,'s attached PaymentMethods do you see it in the list?
no
fack, i just removed it by accident. re-adding. new ids: pm_1MgqtlF6KG2nMs1lRGrCYasz / seti_1MgqtiF6KG2nMs1luJe4wBYc
i have a SEPA payment method after adding Ideal
but why do i just have this ideal payment method floating around
with no customer then
I think the way PaymentMethod <> SetupIntent API works, we create a single use ideal PM first (it doesn't have a mandate attached though) and once we mandate is acknowledged, we create a reusable PaymentMethod with a mandate which can be used off session
pm_1MgqtyF6KG2nMs1lmQ0DJGkG should be the ID you're seeing when you list attached PaymentMethods right?