#hendrid

1 messages · Page 1 of 1 (latest)

odd quarryBOT
frail jay
#

Hello, unfortunately it is not possible to add custom inputs to the payment element like that. You will need to add those inputs around the payment element.

odd quarryBOT
arctic birch
#

Thx Pompey, and those input element was sending on the elements here?

   const result: PaymentIntentResult = await stripe.confirmPayment({
      //`Elements` instance that was used to create the Payment Element
      elements,
      confirmParams: {
        // return_url: "http://localhost:3000/application/firstPayment",
        return_url: returnUrl,
      },
      redirect: "if_required",
    });

Or we need added

dusk smelt
#

Hi 👋
I'm stepping in as @frail jay needs to go.