#wandriputra
1 messages · Page 1 of 1 (latest)
is there any way to detect unique bank accounts from stripe?
Oh so you mean you want to know whether another Connect Account has the same External Bank Account as the one you're trying to add for another Account?
or are we talking about Customer Payment Methods?
Customer payment methods
it can be bank account or credit card
if people have same bank account or credit card they can't used it another customerId
one payment only linked to one customerId
Hey! Taking over for my colleague. Let me catch up.
May I ask why you need to achieve this? Is there a specific use case you're trying to account for?
Not sure you canno't find a Customer based on their PaymentMethod fingerprint. Once you create a PaymentMehtod, you need to attach it to the customer:
https://stripe.com/docs/api/payment_methods/attach
and then get the Customer attached PaymentMethods :
https://stripe.com/docs/api/payment_methods/customer_list
And not the reverse