#mike35x95x1
1 messages · Page 1 of 1 (latest)
nope - we use stripe to charge cards but we also have bank accounts in our app - just to show bank instructions for the wire transfer (no automation). I am looking for a simple solution to 1) validate iban+swift or even better 2) to get bank info from it. Just to make it more user-friendly. There are some APIs on the net for it but if Stripe would help us it's much better because we've been familier with stripe api. the more apis we would use the more complicated the development would be...
it looks like this - when the user enters the IBAN, we would like to validate it and fill in the bank details automatically. if this would not be possible we would (at least) like to validate the IBAN number. same with SWIFT
No I don't think we offer a way to do what you want.
However we have new APIs to accept ACH payments: https://stripe.com/docs/payments/ach-debit/accept-a-payment
ok, I'll try to read more about it