#edgarsantiago93.
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- edgarsantiago93., 6 days ago, 12 messages
Can you share more details? Do you have a screenshot?
hello, yes, so when a user pays with link on the express checkout element the modal pops up, in there some users get a message saying " rocket resume requires that you input a billing address"
here
but, thats not the case for all users
this is my user for example, i dont see the message
yes, we're only passing wallets options,
wallets: {
applePay: isWallets ? STRIPE_AUTO : STRIPE_NEVER,
googlePay: isWallets ? STRIPE_AUTO : STRIPE_NEVER,
},
and for link authentication element
defaultValues: { email: checkoutValues?.email || '' },
Ah, sorry, not when you create the Express Checkout Element but the options you pass when calling stripe.elements
Do you happen to have a screenshot of the error? In my testing, if I am a brand-new Link user, I'm prompted for a billing address as part of the sign up + payment flow
If I'm logged into a Link account already (like in your screenshot), the payment method that is already saved to my Link account is already associated with a billing address
hmm ill ask the qa team for the screenshot of the issue, tbh i just saw it on a gooogle meeting
yes, this are the options
{
mode: 'subscription',
amount,
currency: 'usd',
paymentMethodCreation: 'manual',
captureMethod: 'automatic',
loader: 'always',
setup_future_usage: 'off_session',
appearance,
};
No, I can't reproduce this, unfortunately
@storm field If you can share more details from your qa team about this, that'll be helpful!
sorry, i cant seem to get ahold of them i believe they are gone for the day