#motorphotor

1 messages · Page 1 of 1 (latest)

burnt oceanBOT
tough ice
#

I'm not familiar with Cloudflare Workers. Could you share what you would like to achieve?

olive pelican
#

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

tough ice
#

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

olive pelican
#

Ok! Thanks for the link! I’ll probably be back for some more guidance on this after some research