#vigiliance
1 messages · Page 1 of 1 (latest)
Hello! Does your credit card form use the Payment Element or the Card Element?
I'm assuming it's Card Element since I'm getting these ones from react-stripe-js.
CardNumberElement,
CardCvcElement,
CardExpiryElement,
Ah, yeah.
So you probably want this guide: https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API
But really I recommend you consider switching to the Payment Element: https://stripe.com/docs/payments/payment-element
If you do want to switch, this is the guide to follow: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
I took a quick peek for the payment element, can I customize based on our website's color schema / theme?
Layout
You can customize the Payment Element’s layout to fit your checkout flow. The following image is the same Payment Element rendered using different layout configurations.
Nevermind, saw it! đŸ˜†
Thank you, will start looking on this stuff!
Thanks for assisting!