#o.m

1 messages · Page 1 of 1 (latest)

drifting oarBOT
clear crater
#

Yes it's possible.

thorny creek
#

How should I approach this?

clear crater
thorny creek
#

Right now I used PaymentIntent

cardElement.value = elements.create("payment", {
    iconStyle: "solid",
    classes: {
      base: "form-control form-control-lg form-control-alt",
    },
    invalid: {
      iconColor: "#FFC7EE",
      color: "#FFC7EE",
    },
  });
#

I see.. Should I set elements.create( "card" ) also instead of "payment" ?