#matiullahpro - Cordova apps

1 messages · Page 1 of 1 (latest)

grand flume
#

Hi 👋

#

I'm sorry I'm unfamiliar with Cordova apps. What kind of back-end programming languages are used?

naive stone
#

Cordova apps use javascript...

#

i just want stripe authentication and retrive customer's or user's account ID... registered through connect onboarding...

grand flume
#

stripe authentication
We don't provide authentication as a service. Customers and Accounts are different record types.

naive stone
#

I think you support JavaScript... Can i get a sample for connect onboarding?

craggy reef
#

(as a User) Stripe does NOT supply authentication-as-a-service

grand flume
#

We support Node.js JavaScript server-side

naive stone
#

So you're not supporting connect onboarding on client side?

grand flume
#

Not entirely client side, no

naive stone
#

So can we achieve same with server side?

grand flume
#

You can create Accounts and Account links on the server and present them on the client side

naive stone
#

ok

#

account links remain valid for how much time?

#

if i create it through server

grand flume
#

After a few minutes

#

Which is why we require a refresh_url to redirect the user to when creating an Account Link. Your server needs to handle the user taking too long to click the link and creating a new Link for them.