#zzawaideh-connect-custom
1 messages · Page 1 of 1 (latest)
zzawaideh-connect-custom
https://stripe.com/docs/connect/identity-verification-api is a good start
but really use our own tool it's going to save you months of work
I do not mean to sound like I am being cocky, but how is creating an interface that fills out a JSON object and sending it to an api "months" of work". Am I missing something? Again I am genuinely asking.
Like seriously not being sarcastic, isn't this just an api?
¯_(ツ)_/¯
you have to collect sensitive data, do complex validation, localization, adapt to requirements changing, do authentication yourself, etc.
I know it seems easy, everyone thinks it is. And if you do US only or individual only, not too hard. Though as a developer I would never want to handle an SSN for example
Okay, thank you for your input. I will read the docs further and probably just start with US only. Integrating for global will probably take longer.