#laestry
1 messages · Page 1 of 1 (latest)
Hi there!
My users give me their api keys
Are you getting the Stripe secret API keys of your users?
yes!
That sounds like a bad idea with a lot of risks involved. Why don't you use Stripe Connect instead to connect to the other Stripe accounts?
Hi there 👋 jumping in as my teammate needs to step away soon. Can you elaborate on what you mean when you say the approach you're trying to use doesn't work? Are you encountering some sort of an error?
I believe the registration flow you're trying to use is still very new and may not be available to all accounts yet, does the error(s) you're seeing align with that?
no errors, just trying to understand how I can automatically add custom domains to express checkout so that apple pay will work.
I might use stripe connect but I still want that users are able to add their domain through mine website
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
and don't have to do this part themselves on their own stripe/connect account
I might have dozens of users and don't want them to wait for me to add their custom domain so that apple pay works
I also know that this is possible through the api because my competitor https://checkify.pro/ on their custom checkout apple pay appears even though I did not do this part myself
The doc you linked to has API calls that you can make for this, you don't have to do it through the dashboard.
Ah, so you also don't have access to the new registration flow you're referencing. Let me grab a link to what you need then.
I'm clicking on "using the Api" and get to this page
thank you!!!
awesome!!!!!
thank you!!
will this also work with express checkout?
the documentation in the express checkout seems to imply so
Yes
That's not talking about domain registration though, that's talking about how the Express Checkout Elements supports payment methods that must be enabled in the dashboard.
I see
but doing this will also activate apple pay for the express checkout?
Doing that will register the provided domain with Apple to enable Apple Pay, yes.
awesome! is the domain association file unique for every stripe account? or can I just use the same one for each stripe account?
I think it's unique to Stripe if I recall correctly, I believe you can use it for each account.
I hope so too! Thank you for your time!