#mentijm
1 messages ยท Page 1 of 1 (latest)
does calling https://stripe.com/docs/api/payment_methods/list#list_payment_methods-type with type:"customer_balance" work?
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
No it yields an empty array
let me check that for you
Thank you
I tried to recreate your scenario with no success so far, maybe if I look at your subscription/invoice I might be able to get some useful insights on how to reproduce
would you mind sharing your subscription id or the invoice id or event the payment_method id?
What do you have?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
test customer
please give me a couple of minutes to look into this
I see what the issue is here you're using List Payment Methods (https://stripe.com/docs/api/payment_methods/list) instead of (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.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
which is the correct way of listing attached Payment methods
Is that working for you?
I get the feeling that customer_balance / bank transfer is not listed as a PM on the customer? And not even the subscription?
only attached as an after action to payment intents/charges?
but I'm hoping I'm wrong here ๐
Hi taking over for tarzan here as they have to step out. Did you try with the endpoint tarzan suggested instead?
Hi! Yes I did
Oh did that not work either?