#marimuthu_code
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1347263247463747667
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you provide some clear examples of Stripe object IDs where you see these statuses?
I am trying to refund $886.45, but stripe refund only $609.43.
And Says
"$609.43 has been reversed for this payment. The reversed amount was not settled and will be deducted from the original payment on your customer's bank statement.
"
I am using stripe payment API to refund. I send the amount as $886.45,, but stripe reversed only $609.43. Why?
Do you have the ID of the refund object, in text, so I can review it?
Here is the transaction URL: https://dashboard.stripe.com/payments/pi_3QzfvQGRhgpj4WEi2Utv1AKu
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
That's a dashboard URL, I cannot use it. Please provide what I am asking for.
No that does not help
I have explicitly asked for text. Please stop sending screenshots
I can only offer you help if you provide me with what I ask for.
Sure, Apologies.
pi_3QzfvQGRhgpj4WEi2Utv1AKu
Perfect, thank you. taking a look now
Thanks
Okay so the refund creation was successful. Then 2 minutes later we updated the destination details to available in this event
what is your question about this refund?
I am trying to refund $886.45, but stripe refund only $609.43.
And Says
"$609.43 has been reversed for this payment. The reversed amount was not settled and will be deducted from the original payment on your customer's bank statement.
The request to create the refund explicitly set the amount to refund
The request passed amount: "60943",
But If we do that it will say $$609.43 refund was initiated not $609.43 has been reversed for this payment. The reversed amount was not settled and will be deducted from the original payment on your customer's bank statement.
That is because the refund occurred so soon after the payment. The funds had not actually transferred to Stripe yet
so we partially reversed the funds transfer
We describe that situation here: https://docs.stripe.com/refunds#refund-and-reversal
Thanks will check
Hi hi! I’m going to be taking over for my colleague here; can you please summarize your issue/question for me?