#rafael-connect-onboarding
1 messages · Page 1 of 1 (latest)
I mean, I don’t want to ask some info like support phone number
Im creating an affiliate program using Connect
Affiliates won’t give support
To my users
So I don’t want them to fill a support phone number
That's a requirement though to provide this information. You can prefill information via the API when you create the Account first so that we don't ask your customers for it though
What other onboarding info can I do this same prefill thing?
👋 stepping in as koopajah needed to step away
Which types of accounts are you working with?
Standard
My affiliates will create standard accounts only
Which are free
I would like to make the affiliate onboarding as short as possible
If I ask for several info, people will refuse to finish the onboarding
Gotcha, well you can prefill most things with Standard except for stuff like their email/pw for login and their ToS which they are required to accept via the onboarding form. You can see the different parameters you can add to your account creation here: https://stripe.com/docs/api/accounts/create
When I prefill the support number, for example, the affiliates won’t even see the phone number field?
Or what?
Correct it should only ask them for the info that hasn't been pre-filled
Ok
Is it possible to reset or delete products that have no transactions related to them?
Only if it has no Prices. See: https://stripe.com/docs/api/products/delete
Otherwise you archive it
(set active=false)
Why can’t I delete if there are no transactions?
Because that is how our API works
So I can’t also change the price of a payment link?
You can update the Price associated to a Payment Link, yes.
Hmm actually sorry
We might only let you update quantity
Let me double check
Ok thanks
Alright actually looks like you can only update the Price used on a Payment Link if it is created and updated via the Dashboard
I'm surprised we don't support this via the API (I'll put in a feature request to get this added)
actually the price is blocked in my dashboard
Yeah you can't update Prices
You would have to create a new Price
Prices are immutable
I already answered that above
You can either set a default config via your Dashboard at: https://dashboard.stripe.com/test/settings/billing/portal or you can create config's via the API (https://stripe.com/docs/api/customer_portal/configurations/create) where you can specify Products within subscription_update: https://stripe.com/docs/api/customer_portal/configurations/create?lang=node#create_portal_configuration-features-subscription_update-products
Ok, will craete via API
about language, onboarding page language and payment page language are automatically defined?
Yep they will be automatically localized
ok
Is there any place in the Dashboard to see what types of Connect accounts my affiliates are able to create?
My other developer said he defined, via API, that only standard accounts can be created
You create the accounts via the API yourself so you control what types are created
ok