#vitozev-detach-pm
1 messages · Page 1 of 1 (latest)
Hey! What is 'another user' in this context?
Another Stripe account? Or a different customer on the same Stripe account?
Sorry, different customer on the same Stripe account.
Sure, I guess that is possible. It's up to you to implement safe guards to prevent that
Generally you'd only list PMs for a specific 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.
Yeah, that's right! And I'm sure that there's no recognizable pattern in IDs, so it would be really difficult to guess them.
I was wondering if there's another way to remove payment methods by providing the customer with an additional parameter, but I couldn't find anything like that.