#TheRankinator
1 messages · Page 1 of 1 (latest)
Thanks
Ah you're using the retrieve a source endpoint, but that's a payment method. You need to use https://stripe.com/docs/api/payment_methods/customer instead
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
This was working for us before, we didn't change anything
Oh never mind, I just remembered that we did change something
Are we able to get BIN info using a customer's PaymentMethod?
I don't think so. You can see all available fields here: https://stripe.com/docs/api/payment_methods/object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
How would we get the BIN info then? This was a feature that our Stripe rep enabled for us