#nikolakg80
1 messages ยท Page 1 of 1 (latest)
Hello ๐
It depends on what kind of connected accounts you're using as well as the type of charges you're creating (direct, destination etc)
I'm using deferred payments... If that answers the question?
It does not ๐
Like what kind of connect charges are you creating?
https://stripe.com/docs/connect/charges
stripe = Stripe(STRIPE_KEY, {stripeAccount: STRIPE_CONNECTED_ACCOUNT_ID});
So we're using direct charges?
Correct
So with direct charges, you'd need to register the domain on the connected account
Thanks, about this step: Register all domains where you plan to show the Payment Request Button with Apple Pay.
If someone else registered the domain, and I try to register it, what happens then?
Do they need to remove their registration?
It doesn't, no.
Is there a way for you to check who registered the domain purplepizza.bluestarpizza.com.au
I can't check just based on the domain name unfortunately.
acct_1MWfczFWDzkv7M4T
So when I go to this page: https://stripe.com/docs/payments/payment-element
I see Apple Pay.
But when I go to https://purplepizza.bluestarpizza.com.au/ I don't see it
Thanks for checking, that means your wallet is set up properly. Checking in to the setup for the purplepizza URL now and will get back to you
At the moment I don't see https://purplepizza.bluestarpizza.com.au/ as being registered on that account
You can go through this process to verify your domain for apple pay https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html#verifying-your-domain-with-apple-pay
It's registered in test mode I guess?
I don't see it registered in either mode on that account at least. Do you have another account that you may have registered that domain on?
I have test keys and stripe secret of the admin account, can you find the the admin account based on that?
I can, but would you mind just making a simple API call like listing customers and then send me the request ID from that call? That way I can see the account without needing the key https://stripe.com/docs/api/request_ids
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
acct_1MWfczFWDzkv7M4T
I am confused by this: https://support.stripe.com/questions/registering-apple-pay-domains-for-connected-accounts-using-the-api
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Oh I see, the domain is registered on your platform account
So what that doc is saying is that you need to register the domain on your connected account in live mode if you are making direct charges
Which you are trying to do here right?
Correct, but can't that be done here: https://dashboard.stripe.com/settings/payments/apple_pay
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Yep yep, we show how to do it in this doc. You make an API call with your platform's live secret key https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html#html-js-using-with-connect
Not possible to do through the dashboard unfortunately
Regarding this, the domain is already registered?
So we need to delete the registration, and afterwards I need to register the domain again, using the live key and API?
Also, I am bit confused with the Payment Request Button... Shouldn't there be an Apple Pay option, just like in the payment elements example on your site?
You only need to register it once on the connected account, the platform account does not need the domain to be registered for this flow
Yes Apple Pay should show up on both if Apple Pay is properly set up. Are you not seeing apple pay on a payment element on our site?
I am
Ok, I will register domain through API
I'm wondering how it got registered on the platform account if we didn't use the API...
You can register it on the platform through the dashboard, the dashboard limitation is around registering it for connect accounts
I understand, thanks...
So it won't be a problem if the domain is already registered on the platform account?
Do we need to delete it from there?
No need to delete it, it shouldn't affect what is happening on the connected account either way