#dashen0897_docs

1 messages · Page 1 of 1 (latest)

arctic stirrupBOT
#

👋 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/1305787261081882744

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

sonic lake
#

What is the function of country? Does it collect user information?

cyan sigil
#

Stripe.js decide whether to collect postal code based on the selected country

sonic lake
#

If I don't want to collect information, can I just set it as follows?
fields: {
billingDetails:'never'
}

#

Will it affect normal payment?

cyan sigil
#
Disabling address collection can negatively impact authorization rates and network fees for users on a network cost plus pricing plan.```
#

It's mentioned the document

sonic lake
#

I don't quite understand this sentence.

cyan sigil
#

Which part of the sentence that you need more clarifications?

sonic lake
#

this "authorization rates and network fees for users on a network cost plus pricing plan."

cyan sigil
#

Hi. I wish I could help, but this chat is focused on developers and technical questions. Our support team will be able to assist you better than I can: https://support.stripe.com/contact

sonic lake
#

Another question.
I used Diners Club (14-digit card number) 36227206271667
to test payment, and it said Your card is not supported.
However, I did not see the relevant settings in the dashboard

sonic lake
#

hello?

cyan sigil
#

What's the PaymentIntent ID?

sonic lake
#

test

cyan sigil
sonic lake
#

Do you need a PaymentIntent ID?

#

I don't see the Diners Club payment switch on the dashboard.

cyan sigil
#

Most likely your account was based on a country that doesn't support Diners Club

#

Sure you can share with me the PaymentIntent ID so that I can confirm

sonic lake
#

pi_3QKEV503XCehGZAY1QUJNYUz

cyan sigil
#

Ok, your account is based on a country that doesn't support Diners Club

sonic lake
#

OK, I got it