#jaysantana
1 messages · Page 1 of 1 (latest)
Hi đź‘‹
It looks like you are integrating using the Payment Element, is that correct?
Yes correct âś…
Okay great. And are you using Payment Intents to collect your funds?
Yes indeed
Wait, I think the easiest approach would be to provide the details when you first create the Payment Element, in the BillingDetails parameter: https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-defaultValues-billingDetails
No that isn't possible AFAIK
So how is this company able to do it ?
As you can see for them it says “powered by stripe” at the bottom
Okay wait yes you just need to also specify that you don't want them displayed by passing in never in the fields.billingDetails parameter: https://stripe.com/docs/js/elements_object/create_payment_element#payment_element_create-options-fields-billingDetails
Sorry, got mixed up
Ok amazing, so we are able to replicate that exact page right
Aswell as doing that on payment pages via card ?
For example here we already know which country customer is ordering from as they have told us before and we have already captured there postcode
Yes you can hide the postal code if you've already provided it using the same approach.
Thank you so much @merry garden