#wandriputra
1 messages ยท Page 1 of 1 (latest)
Hello ๐
They aren't around at the moment.
Can you catch me up with the latest context here?
I don't seem to be able to load your previous message ๐ฆ
oh hi thank you for your reply, so in prev message, I am asking can I know a bank account is already linked to a customer?
so another costumer can't connect same bank account
?
Hmm I don't think there's a way to do that unfortunately.
Let me take a look
can we get iban or swift information from stripe?
I can see there is 4 digit number and some bank information from the payment intent can I use it as an identifier?
ah, you can use the fingerprint
https://stripe.com/docs/api/customer_bank_accounts/object?lang=dotnet#customer_bank_account_object-fingerprint
You can store this value in your DB and compare to see if the accounts are the same
so people need to connect their bank account first then I will get fingerprint?
yes, you'd need to create a BankAccount/PaymentMethod object in order to look at the fingerprint
ok thank man for your suggestion I will try to implement this
NP! ๐ Good luck
oh, one last question is these fingerprints are same as other payment method or only for a bank account?