#TheUchi007-payment-element-appearnce

1 messages · Page 1 of 1 (latest)

astral salmon
devout rover
#

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?

astral salmon
#

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

Securely accept card payments online.

devout rover
#

AWESOME!! That card elements will work great. thank you!

astral salmon
#

Any time, happy to help!