#kc_dh_ff

1 messages · Page 1 of 1 (latest)

digital sunBOT
urban shell
#

I'm also getting a 2nd error: "No such payment intent" for "pi_3MUHutQ0IwEf9FUT0y2QlSfy"

#

That is a valid payment intent - but I think it is expecting it to be a payment intent on my platform account - but it's not. It's tied to the customer record on the connected account

neat drift
#

Let's tackle one problem at a time. Do you have a Request ID for the request that was made that gave this error?

The client_secret provided does not match any associated PaymentIntent on this account."

urban shell
#

I think I know the issue

#

Looks like when I init the JS API, I need to pass a request options as well

#

I will try that

#

Do you have the syntax for how I initialize the options?

#

how do I add the 'options' onto that?

#

Got it to work - thank you!