#morteza_api

1 messages ¡ Page 1 of 1 (latest)

jolly stormBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1282714733878706217

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

jade lintel
#

Hi

#

hope you are doing well

#

we are using stripe issuing

little wadi
#

Hello

#

Can you provide a lot more details here? What do you mean by "validate" in this case?

jade lintel
#

yes sure, there is an issuing sample app , in that users register and onboard onthe stripe but in our platform we have our own website and we ourselves register users and create connected account for them on stripe we now need to develop an api to register account ids to created users, I want to make sure that only corect account ids are registered

#

at least I wanna make sure that account id is acc_...

#

does account id and card holder it have specified lenght and pattern

little wadi
#

Our object IDs have static prefixes, yes.

#

We don't guarantee a static length.

jade lintel
#

ook , is this kinda registering users and registering account ids fine with stripe ?

little wadi
#

I don't know what you mean by that, sorry

jade lintel
#

ok, thanks Bismarck

little wadi
#

Sure, if you want to explain more about what you mean then I'm happy to help

jade lintel
#

ok lemme explain

#

Imagine you are a restaurant owner and I'm a company providing food ordering platform, you ask me to issue a card for you, I create a user for you with a password, with a two factor passcode, I create a connected account for you on the stripe panel, then I bind userId and accountId from the two steps and I give you user id , paasword and two factor passcode and you login with these data on an app that you can see your cards, transactions, ...

#

the point is I create user for you not you uourself

little wadi
#

Sure

jade lintel
#

on the app you can change your passcode

#

is this flow fine

#

?

little wadi
#

Yeah that's totally normal

#

In your own database you would just store the Account ID of your user beside whatever login information you maintain for them

jade lintel
#

because we show cards on the app, we need to store cardholderIds as well

little wadi
#

Yep cardholders would exist on the Connected Account

#

All of this is normal and is really just up to you to maintain your database with the data you need

jade lintel
#

oook

#

thank you