I am trying to refund an order from my admin user account and getting this error
StripeException: No such payment_intent:
See this Controller Code:
I am trying to refund an order from my admin user account and getting this error
StripeException: No such payment_intent:
See this Controller Code:
"No such payment_intent" normally means Stripe can't find that Payment Intent on your account. There could be multiple reasons:
2 is a common mistake, especially if you are using Connect and specify some Payment Intent belongs to your Connected Account, but are calling from a Platform account, or the other way around. Best way to check is looking at your Stripe Dashboard request log: https://dashboard.stripe.com/test/logs to locate the request, and use the search bar of your Stripe Dashboard trying to search directly for that Payment Intent