#WackJeston
1 messages · Page 1 of 1 (latest)
hi! I assume you mean something like you want to add a tab/payment method to the UI and then have your own components/HTML in it? no, that's not something we support today.
not that I'm aware of, it's my first time hearing this sort of feedback
My website accepts credit accounts, which means people don't always need to fill in the payment form. I would like an tab option to bipass the form basically
makes sense. You'd probably want to incorporate that at a higher level of logic, like some radio buttons for "pay with credit" versus "make payment" and not show the <div> or DOM element that contains the PaymentElement if the credit radio is picked, something like that
Yes that's the backup plan