#tprim

1 messages · Page 1 of 1 (latest)

tender arrowBOT
wheat pond
#

It's because it doesn't recognize the elements. I see it's red

spare summit
#

But it is loading the checkout fields?

wheat pond
#

Which Doc are you following? Why use both elements and client_secret?

spare summit
#

i am connecting stripe connect accounts

wheat pond
#

Yes but for confirming PaymentIntent

#

which guide are you following

wheat pond
#

The code example here is

  const {error} = await stripe.confirmPayment({
    //`Elements` instance that was used to create the Payment Element
    elements,
    confirmParams: {
      return_url: 'https://example.com/order/123/complete',
    },
  });