#tienbt_api

1 messages ยท Page 1 of 1 (latest)

dawn snowBOT
#

๐Ÿ‘‹ 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.

radiant cobaltBOT
#

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.

balmy island
#

Hi

#

@dawn snow

#

Is country a mandatory requirement?

radiant cobaltBOT
past blaze
#

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?

balmy island
#

Yes, since our design doesn't have this country section, we're considering why it appears.

past blaze
#

it's the default design for the Payment Element

balmy island
#

If we use card elements we can ignore them.

past blaze
radiant cobaltBOT
balmy island
#

Hi @past blaze

balmy island
mortal widget
balmy island
#

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

mortal widget
#

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

balmy island
#

Hi @mortal widget

#

I can understand that "Country" field is the country that issued the card used, right?

mortal widget
#

It's the billing address country of the customer

balmy island
#

Is country here?

mortal widget
#

Yes

balmy island
#

This country is where the customer lives or where the imported card is issued.

mortal widget
#

Where the customer live, as the billing address

balmy island
#

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?

mortal widget
#

The card issuer is an India bank?

balmy island
#

With country.

balmy island
#

what should i put in this case?

mortal widget
#

Uhm I think the India address which you register to your bank

balmy island
#

What country will I choose?

mortal widget
#

India

balmy island
#

So can this be understood as the card issuance address?

mortal widget
#

It's more of the billing address which you register with the bank

#

yes

balmy island
#

If we want to design like that then can we use payment element?

mortal widget
#

Where does that come from?

balmy island
#

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.

mortal widget
#

Not sure but you can only customize PE based on its Appearance API. Check out the API

balmy island
#

So I want to confirm once again that we should use country for the card input interface. This is a must, right?

mortal widget
#

Yes

balmy island
#

When using payment element, we cannot remove this country field, is that right?

mortal widget
#

Yes it's required

balmy island
#

with card element and payment element?

mortal widget
#

Payment Element.

balmy island
#

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?

mortal widget
#

Have you tried the Appearance API?

balmy island
#

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?

mortal widget
#

Hmm not sure but what have you tried on the Appearance API?

balmy island
#

Is creating customer mandatory before creating payment_intent?

mortal widget
#

No

dawn snowBOT
balmy island
#

What is the purpose of creating a customer?

dire lintel
#

๐Ÿ‘‹ taking over for my colleague. Let me catch up.

#

creating a customer is used mainly either for billing/subscriptions or when you want to store the payment and billing details for future usage