#afenster
1 messages · Page 1 of 1 (latest)
Doing this with .Net.
What problem have you encountered? I believe you can partly refund multiple times
It's possible the issue is in my code. I see a refund in the dashboard.
https://dashboard.stripe.com/test/payments/pi_3MA27kBFErDTamq21RXb8q52
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
probably because the amount left is not enough for your 2nd refund?
OK. If you're saying Stripe allows multiple partial refunds on the same PaymentIntent, then maybe I have an issue in my code. I need to spend some more time looking at it.
One other question: does a refund require capture like a payment does?
So I think you fully refunded the PI before: https://dashboard.stripe.com/test/logs/req_nxs9iChoq5agRW
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
So it would seem. I didn't see that. OK. I'm doing something wrong. And my other question? Do I need to do a capture, or is doing a refund only one step?
No refund doesn't require Capture
OK, thanks for your help. Have a good night.