#Félix
1 messages · Page 1 of 1 (latest)
👋 happy to help
so first of all @solid gazelle, I highly encourage you to upgrade your API version, 2017-08-15 is really old and a lot has changed since then, and mostly our API docs reflect the latest version only
I'll look into this, but would it be possible to have a PM ID to check it out?
pm_1MM5mACUdHTy3xhmEWZqdJfM in livemode
checking
I'm not sure if it's just a typo here but you're trying to access sepa_debit.generated_from.generated_from.charge instead of sepa_debit.generated_from.charge
could you please confirm which one are you using in your code?
Yep this a typo here. I'm inspecting the PaymentMethod object returned by the python client stripe.PaymentMethod.retrieve(...), and the two fields inside generated_from are null
ok still on it
I think a better way to go by this is to list the SetupIntents for a specific payment method https://stripe.com/docs/api/setup_intents/list#list_setup_intents-payment_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I think those fields are null due to the difference of API versions
Alright, thank you for you time !