#dilkw-PaymentIntent
1 messages · Page 1 of 1 (latest)
What is "request id" ?
the request id is an id which Stripe assigns (and returns) for a particular request. It'd look like req_123
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?
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
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.