#dilkw-PaymentIntent

1 messages · Page 1 of 1 (latest)

prisma harbor
#

Do you have any request id?

#

No error logs means no request id?

hoary flax
#

What is "request id" ?

tall perch
#

the request id is an id which Stripe assigns (and returns) for a particular request. It'd look like req_123

hoary flax
#

I saw that this paymentIntent initiated a confirmPaymentIntent

#

Therefore, the error is returned when the capture is performed again

#

I want to know why this product error occurs. Is it caused by the public_key of a different account?

tall perch
#

usually this occurs when you use the secret key of account A to create a PaymentIntent, but use a public API key of account B to confirm the PaymentIntent. So yes, I'd start with verifying if you're using the correct account keys

hoary flax
#

I currently judge the key of different accounts based on the delivery address. I don't know if the correct key is used for this order, but we have successful orders in both accounts.