#ShDev

1 messages · Page 1 of 1 (latest)

versed parcelBOT
quick jewel
#

hi! did you have a question?

cunning token
#

yes

#

stripe connect list of translated capability parameters, from dotted to plain text. ex: 'company.tax_id' to 'Company name'

quick jewel
#

that's a statement not a question, a question contains a '?' character.

cunning token
#

stripe connect list of translated capability parameters? , from dotted to plain text. ex: 'company.tax_id' to 'Company name'

quick jewel
#

what are you asking exactly? what answer would you like?

cunning token
#

He got me the "company.tax_id" capability API so that I can see it to my client; I need to change it to "Company name".

#

i need list of all params to plain text?

quick jewel
#

if your question is "does Stripe have a list of API that can give me the string 'Company name' based on an input of company.tax_id ?"then the answer is no, we don't have such a thing.

Generally we'd recommend that you would not use Custom Connect with a custom frontend and would not need to directly ask the user for information, and instead you should use Express or our hosted onboarding that will ask the user for information needed. https://stripe.com/docs/connect/express-accounts // https://stripe.com/docs/connect/connect-onboarding

if you're not doing that, then you'll just need to create your own mappings/translations, we don't have a data source we can share.

cunning token
#

How about a list of all possible capabilities with its students dotted, for change manually in my app?