#gautam-bankaccounts

1 messages · Page 1 of 1 (latest)

woeful owl
#

we are getting error
what error are you getting?

can you share a request ID?

#

for that error

cerulean spire
#

POST /v1/customers/cus_KToJ6oYvyE5fYy/sources

#

req_gYMjTJGInZt9km

#

error is clear to me ..

#

only question is how to make sure ..if I am not creating bank account which has used earlier for same customer

#

and for that I am manually verifying

woeful owl
#

so here you can do this

#

create the bank account token first, like you do here: https://dashboard.stripe.com/test/logs/req_NTw7XuCw3Szj2U

That has a fingerprint field, that your customer's attached BankAccount object under sources: array also has

they will both be the same if the account + routing number are the same

so you can use that fingerprint field to check before attaching

cerulean spire
#

can we create bank account with customerId ..

woeful owl
#

no, you create the BankAccount Token first, then attach to a Customer

cerulean spire
#

Thanks a lot ..for card also same way we can validate

#

for ACH it is working fine

woeful owl
#

yep fingerprint works for cards too

cerulean spire
#

Thanks a lot