#motorphotor
1 messages · Page 1 of 1 (latest)
I'm not familiar with Cloudflare Workers. Could you share what you would like to achieve?
Well I’ve got this SwiftUI app, it has all the functionality a custom Connect account would need but figuring out how to onboard my users is my block at the moment, cloudflare workers are similar to something like lambda. I would have workers create my account link and display it in a wkwebview? Maybe? I haven’t tried it yet
We don't recommend opening account link in the WebView as it acts weirdly sometimes. Account link should be open in the mobile browser instead. If you're able to create account link in cloudflare workers, then it can be done.
Alternatively, you can collect the data in your own UI (not using account link) and sent them directly to the API. https://stripe.com/docs/connect/identity-verification-api
Ok! Thanks for the link! I’ll probably be back for some more guidance on this after some research