#alexelba
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- alex-expand-php, 17 hours ago, 28 messages
- alex-subscription-expand, 21 hours ago, 7 messages
- alexelba, 3 days ago, 25 messages
- alexelba, 3 days ago, 8 messages
- alexelba, 6 days ago, 18 messages
From my understanding, a refund object will get added to the refunds array on the Charge https://stripe.com/docs/api/charges/object#charge_object-refunds
And the refund object will have its own Balance Transaction object
https://stripe.com/docs/api/refunds/object#refund_object-balance_transaction
If you refund a Subscription payment in test mode you can see those objects in action
thanks
is there way to go back from charge to invoice