#gautam-bankaccounts
1 messages · Page 1 of 1 (latest)
we are getting error
what error are you getting?
can you share a request ID?
for that error
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
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
can we create bank account with customerId ..
no, you create the BankAccount Token first, then attach to a Customer
yep fingerprint works for cards too
Thanks a lot