#mark.simpson

1 messages ยท Page 1 of 1 (latest)

valid sealBOT
full dawn
#

Can you show exactly what you're referring to? I think that yes its generated from your account's public facing business name, but just want to confirm.

umbral nimbus
full dawn
#

And what does your integration look like? Can you share a snippet of your code?

umbral nimbus
#

you mean how we create the element? ``` var paymentElement = elements.create('payment', {
fields: {
billingDetails: {
address: {
country: 'never',
postalCode: 'never',
},
},
},
});
paymentElement.mount($paymentElement);

full dawn
#

But yes that looks like what i expect

#

If you want to change that you'd do so via your account settings

umbral nimbus
#

OK, thanks.

#

Is there any requirement to have that text or for it to be unmodified (i don't want to but am thinking if i must i could find and change the text... (ew... don't even like suggesting that! ๐Ÿ™‚ ))

full dawn
#

Not currently possible, but I can share the feedback that this is an option you'd be interested in having ๐Ÿ™‚

umbral nimbus
#

Fair enough - thank you very much @full dawn

valid sealBOT
valid sealBOT