#TheUchi007-payment-element-appearnce
1 messages · Page 1 of 1 (latest)
Hi 👋 the Payment Element uses our Appearance API to adjust its appearance, but I don't think that allows you to move the accepted card logos.
https://stripe.com/docs/elements/appearance-api
Hmmm ok. If I were to create my own form, can I still emulate what this component does? If so, could you show me which APIs I will need to use?
It will be tedious, primarily because our elements on hosted on our domains for PCI compliance purposes. If you build your own components that touch payment method information, then you will need to ensure your process and tools are PCI compliant.
If you want to use our elements to build something similar to the Payment Element, then you can look at our individual Card Elements.
This guide uses our single Card Element:
https://stripe.com/docs/payments/accept-card-payments?platform=web&ui=elements
But there are also cardNumber, cardExpiry, and cardCvc elements that you can use:
https://stripe.com/docs/js/element/other_element?type=cardNumber
AWESOME!! That card elements will work great. thank you!
Any time, happy to help!