#Cvijo
1 messages · Page 1 of 1 (latest)
Hey there
This is mandatory.
We basically display the minimum mandatory billing detail fields for each payment method type
and if i use simple card element there is postal code that is mandatory too?
You can hide the postal code with Card Element if you want via https://stripe.com/docs/js/elements_object/create_element?type=card#elements_create-options-hidePostalCode
But we highly recommend collecting this
and one more question while you are here 🙂 .. i am adding payment methods to customer, and i can add multiple same cards on customer is that normal behaviour ? atm i am using test enviroment and 424242424242424 card
Yep that is normal, we don't de-duplicate. You can de-duplicate by looking at the fingerprint for the card
so if it is same card and i added it multiple times and i add payment intent to one of them will that payment intent be attached to all others too with same fingerprint?
Nope you set a specific PaymentMethod ID to be charged with a PaymentIntent
ok, tnx
Sure
is there somewhere i can send email to stipe offical and tell them how great your discord is and help provided here