#tienbt_api
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/1217328476122517554
๐ 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.
- tienbt_api, 13 hours ago, 144 messages
- tienbt_api, 18 hours ago, 51 messages
hello! We use the country to determine whether to collect a postal code. With the postal code, the issuers can do AVS checks, it's super important for fraud prevention.
Is there a reason why you would like to know if country is a mandatory requirement?
Yes, since our design doesn't have this country section, we're considering why it appears.
it's the default design for the Payment Element
If we use card elements we can ignore them.
the Payment Element and the Card Element are two different components. You can take a look at the comparison chart here : https://docs.stripe.com/payments/payment-card-element-comparison
with regards to the country, while you can disable the country and postal code input fields from showing, we do still require you to pass in the info subsequently in stripe.confirmPayment
If you disable the collection of a certain field with the fields option, you must pass that same data to stripe.confirmPayment or the payment will be rejected.
Hi @past blaze
Can you provide me the documentation on page stripe about this?
Sure you can take a look here https://stripe.com/resources/more/what-is-address-verification-service or https://docs.stripe.com/disputes/prevention/verification#avs-check
Why don't we need to pass the billing address on the payment form element?
The Address Verification System (AVS) consists of two parts: postal code verification and billing address verification.
But if we choose country, we only have postal code
It depends on the card issuers requirements. Some support checking the billing address, some doesn't. The general idea here is letting Stripe handle those logic for you
Hi @mortal widget
I can understand that "Country" field is the country that issued the card used, right?
It's the billing address country of the customer
Yes
This country is where the customer lives or where the imported card is issued.
Where the customer live, as the billing address
I am an indian national, i am living here in UAE. I put my billing address in UAE but the card using is from India
what should i put in this case?
The card issuer is an India bank?
With country.
Yes
what should i put in this case?
Uhm I think the India address which you register to your bank
What country will I choose?
India
So can this be understood as the card issuance address?
If we want to design like that then can we use payment element?
Where does that come from?
I found it on another website.
I think they can leave the country. But when I use the payment element, I can't remove the country.
Not sure but you can only customize PE based on its Appearance API. Check out the API
So I want to confirm once again that we should use country for the card input interface. This is a must, right?
Yes
When using payment element, we cannot remove this country field, is that right?
Yes it's required
with card element and payment element?
Payment Element.
If we don't use Payment Element, what can we use to customize this form?
What attribute can we use to bold the card number text?
Which payment element attribute can we use to round the border?
Have you tried the Appearance API?
Yes.
I have tried the Appearance API
What attribute can we use to bold the card number , Expriration, CVS, Country text?
Which payment element attribute can we use to round the border?
Hmm not sure but what have you tried on the Appearance API?
Is creating customer mandatory before creating payment_intent?
No
What is the purpose of creating a customer?