#johnm-refund

1 messages · Page 1 of 1 (latest)

quasi trellis
#

hey again, do you mind being a bit more precise with "account" here? Are you talking about a stripe account or a bank account? Do you have an example balance transaction i can refer to?

grave nest
#

I don't have a specific example. This is a hypothetical question. I refund a charge. the refund object has a balance transaction associated with it. That object has a available on date in it. Will that let me know when the funds refunded will be available in the customers checking account

quasi trellis
#

No, it would tell you when the funds (negative amount, presumably) would be available in your stripe balance. Which for issuing a refund, is right away.

#

We don't know when the refund will be credited to a customer, depends on the payment method and bank processes etc

grave nest
#

so is there any method to determine when the funds would be available in the customers bank account or credit card balance ?

#

for a refund that is

quasi trellis
grave nest
#

Thanks.

#

one more question... where can I find the ARN ? I don't see it in the Charge Object

quasi trellis
#

Looks like it should be available in the dashboard once the conditions noted in the other doc are met: https://support.stripe.com/questions/how-to-trace-a-refund-using-arns-and-stans

grave nest
#

so, there is no way using a API to retrieve this info ?

#

for example, sending a email to the customer in the case of a refund to include the ARN on it ?

quasi trellis
#

No, there is not date estimate available for the refund arrival in the API.

#

As for ARNs, you should speak to the Stripe contact you're working with about this to see what can be done.

grave nest
#

Ok. Fair enough.

#

one other question... If I wanted to get the stripe balance of a connected account, can I pass the stripe account in the requestOptions on the Balance API ?

quasi trellis
#

Yes indeed! Give it a try in test mode, it'll behave as it would in live

grave nest
#

Perfect. Thanks .