#mnshyn - Refund ARN
1 messages · Page 1 of 1 (latest)
Hello! No, to my knowledge ARNs are only displayed in the Dashboard when they're available.
understood. thanks!
in relation to this question, when does a refund change status to succeeded?
is it when the refund is successfully transferred to the customer's bank account?
I believe most refunds succeed immediately, but the funds take time to show up back in the customer's balance. Can you give me more specific details about what you're trying to do, or a specific scenario that specifies things like method of payment?
we're building a custom connect application, and we're looking at giving the merchant ability to refund an order. Right now we're only accepting credit cards. I'm trying to understand how refunds change state and how we would report this to the merchant.
When you say immediately, would the API response show succeeded immediately or would it be pending first then a charges.refunds.updated webhook event would reflect the change to suceeded?
Yeah, for credit cards the response from the API should show the refund succeeding immediately (unless something went wrong). You can try this out in test mode. The Refund will only be pending if you don't have enough funds available in your Stripe account balance to cover the refund.