#skjeong
1 messages · Page 1 of 1 (latest)
Hi there, can you share with me the payment intent ID?
OK. The charge.refunded event occurs when the refund request was executed successfully. It doesn't means that the refund has be completed successfully. I think this is what confused you.
But, we had received "404 Exception Error" , after about 5 mins. We saw "A refund was updated" lon on your disboard.
I don't see 404 error, but I saw two 400 errors, this is one of them https://dashboard.stripe.com/test/logs/req_AHHpHeefhbbTIu
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
When you create the first refund (https://dashboard.stripe.com/test/logs/req_7VPCCnYdtmmw6c) You did't specify the amount so it defaults to the entire charge. Therefore, when you create the subsequent refund for the same payment_intent (https://dashboard.stripe.com/test/logs/req_AHHpHeefhbbTIu), the refundable amount is 0 and therefore the error
I see, but, I saw "The refund for 98.00 has been completed" in your log. We thought It meaned success.
Should we send always refund amount when we try to refund?
I agree that this message is misleading.
Should we send always refund amount when we try to refund? -> It's up to you. You can if you want to do a partial refund
Then what was the 400 errors caused?
I've already answered this question