#tprim
1 messages · Page 1 of 1 (latest)
It's because it doesn't recognize the elements. I see it's red
But it is loading the checkout fields?
Which Doc are you following? Why use both elements and client_secret?
i am connecting stripe connect accounts
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',
},
});