#matiullahpro - Cordova apps
1 messages · Page 1 of 1 (latest)
Hi 👋
I'm sorry I'm unfamiliar with Cordova apps. What kind of back-end programming languages are used?
Cordova apps use javascript...
i just want stripe authentication and retrive customer's or user's account ID... registered through connect onboarding...
stripe authentication
We don't provide authentication as a service. Customers and Accounts are different record types.
I think you support JavaScript... Can i get a sample for connect onboarding?
(as a User) Stripe does NOT supply authentication-as-a-service
We support Node.js JavaScript server-side
You can review the code snippets here for Node.js examples of implementing Connect onboarding:
https://stripe.com/docs/connect/express-accounts
So you're not supporting connect onboarding on client side?
Not entirely client side, no
So can we achieve same with server side?
You can create Accounts and Account links on the server and present them on the client side