#scrubielord_code

1 messages · Page 1 of 1 (latest)

autumn fractalBOT
#

đź‘‹ 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/1458093654039068804

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

vocal holly
#

đź‘‹ The params you show here look correct. So payment_method_save="enabled" will ensure that a customer has the option to save their payment method for future use. And allow_redisplay_filters=["always"] will ensure that the payment methods are shown, if they had previously opted into saving the payment method

brisk torrent
#

Yeah but I tried this setup and when I create a new checkout session for a subscription upgrade then It asks me to re add a card as well as my address. it does not seem to be saved even tho It is saved in stripe (checked the dashboard to be sure)

vocal holly
atomic finch
#

I tried to verify my account and upload my ID twenty times, but it keeps saying "error." I'm sure the information is correct. Can you help me?

vocal holly
#

Hi Hani, this thread is specific to scrubielord's issue. If you're having issues with account verification, I'd advise you to contact support https://support.stripe.com/contact

atomic finch
#

Technical support keeps giving me this message even though I'm sure my device is connected to the internet. I need a solution; I've been trying for a week.

#

I tried contacting technical support and sent many emails, but I didn't receive a response. Can you connect me with someone who can help me?

vocal holly
#

It's not something my team can help with, we're just able to help with API integration issues

atomic finch
#

Who can help me with this?

autumn fractalBOT
atomic finch
#

?

#

I need your help. I've been trying to verify my ID for a week now, and although everything is correct, it's still rejecting it.

lusty viper
#

Support can help you with this Hani: https://support.stripe.com/contact We are not able to assist with account verification issues here.

brisk torrent
lusty viper
brisk torrent
#

So If I got it right, it mean that I need to either change the param "allow_redisplay_filters" to include "filtered" and or to have a call to update the payment method to that they are "always"?

lusty viper
#

Yes, exactly, except you would need to add limited to your filters, not filtered

#

(i assume a typo)

#

either way will work, but note you should only modify the PM if you have collected consent from your customer:

If you collected the proper consent from the customer when saving the payment method, update allow_redisplay to always.

brisk torrent
#

Yes it was a typo.
Ok good to know.

#

And what about the billing address, is the reason why it is asking my to input it each time is because the billing address is linked to the payment_method?

lusty viper
#

Checkout will always collect the customer’s billing address.