#zakmckraken_unexpected
1 messages ยท Page 1 of 1 (latest)
๐ 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/1379446929628463205
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- zakmckraken_subscription-deferred-intent, 20 hours ago, 43 messages
Hey there, do you have an example test payment/subscription you created with this flow?
I didnt see any object IDs in your other thread either, and having that would let me look at logs to determine why a given option might have been omitted.
this https://apodcast.supportingcast.co/ has the existing "setup" mode, I can see Google Pay as an option
this https://apodcast.supportingcast.dev/ has the new code with "subscription" mode, and for some reason shows "Cash App Pay"
I'm not seeing any relevant logs in the dev account
Can you share the account id like acct_1234?
or any object id like a payment intent or subscription ID
let me see what I can find (my colleague is on a diff tz so I'm sort of picking this up blind :))
I'm taking a look atthat dev site too
.co is acct_1Ji1LFKmkrdGXBjx
huh, that is strange
look for googlePay: 'never' in your code
I'm not finding that in the code (searched for wallets too)
btw .dev is acct_1LL7xHEmnBzt9CF9
what about just never?
I'm not sure what else to tell you, since from what i can see this is in your code and is what is disabling the wallets
there is nothing related to this in the widget react code
I would think this is some kind of automation based on account settings maybe?
If this is in rect, what are your options prop values at runtime for both the elements provider and the <PaymentElement />
when the Stripe Elements are loaded
options on PaymentElement are only:
const options = {
fields: {
billingDetails: {
email: "never",
},
},
terms: {
card: "never",
},
};
Hmm maybe this is driven by payment method settings then? Let me check that
I'm confused about why i see that never code though if you aren't providing that ๐ค
it looks like your billing settings for connected accounts might not have the wallet enabled
here:
that wouldn't surprise me ๐
looks like we are missing a link or screenshot?
(sorry, still grabbing that, hit a wrinkle)
I'm seeing google pay enabled
ah but maybe that's not the connected account
hmm, even here Google pay looks enabled: https://dashboard.stripe.com/test/connect/accounts/acct_1LL7xHEmnBzt9CF9/settings/payment_methods
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
that's the .dev connected account
where I'm seeing cash app instead of google pay
Sorry i had to step away, but kept looking at this since i found it confusing too
The settings here are on the connected account, in test mode, in their Billing Payments payment method configuration
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
This is a setting that only the connected account can access in their own dashboard
it's so confusing cause I see this
That's not the right PMC
ah yeah I see
and does not appear to be the connected account dashboard either
so you are saying seeing this doesn't matter
I need to get into the connected account directly
No, because thats for payments, separate from their billing/invoice settings
yes
the settings you're looking at via the paltform would apply to mode=payments using the stripeAccount direct charge pattern
I see
this is behaving different because its mode=subscription
so unless I have direct access to the connected account (which unfortunately was created by yet another colleague), I can't enable Google Pay
I get it
(Personally, i find this very confusing and will be sharing feedback internally about this)
oh trust me
we work only with connected accounts
and the "why is apple pay not showing" has happened many times until we got our product people to finally check these things everytime
but anyways, thanks for your help!
NP! when your colleague is able to try changing that setting, please do come back if that still doesnt resolve things
will do thanks