#dashen0897_docs
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/1305787261081882744
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
https://docs.stripe.com/js/elements_object/create_payment_element#payment_element_create-options-fields-billingDetails-address-country you can hide it by setting country to never
What is the function of country? Does it collect user information?
Stripe.js decide whether to collect postal code based on the selected country
If I don't want to collect information, can I just set it as follows?
fields: {
billingDetails:'never'
}
Will it affect normal payment?
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
I don't quite understand this sentence.
Which part of the sentence that you need more clarifications?
this "authorization rates and network fees for users on a network cost plus pricing plan."
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
Find help and support for Stripe. Our support site 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.
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
hello?
What's the PaymentIntent ID?
https://docs.stripe.com/payments/cards#online-card-brand-capabilities is your Stripe account in one of the countries that support Diners Club card?
Do you need a PaymentIntent ID?
I don't see the Diners Club payment switch on the dashboard.
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
pi_3QKEV503XCehGZAY1QUJNYUz
Ok, your account is based on a country that doesn't support Diners Club
OK, I got it