#duane-friesen_api
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/1398356383233212496
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- duane-friesen_api, 23 minutes ago, 7 messages
1 - pi_3RoUofIMglCKPryM05dvkPXi
Created and Captured through the API
Result: 2 balance transactions (Charge for full amount and Refund for difference) > Undesireable
Where did you see 2 balance transactions? Could you share their IDs?
yes
Charge: ch_3RoUofIMglCKPryM0hyKHv0R
Balance Transaction: txn_3RoUofIMglCKPryM0BNn0f0t
302.90
Refund: re_3RoUofIMglCKPryM0zhmi3zJ
Balance Transaction: txn_3RoUofIMglCKPryM0sUENxm6
292.90
Thanks for sharing! From the API perspective, I'm afraid there is no way to control how the balance transaction is created.
But the whole point of Auth Capture is that we only pull funds from clients for the amount that we capture. They are not okay with a refund.
Is there a setting on the stripe account that is controlling this?
Stripe doesn't do full capture, then refund for auth and capture flow in live mode. Still checking with the refund object is created
I did this same process with anther Stripe account and it created one balance transactions for the capture amount.
See PI: pi_3RopsXA9WTNrNdzc1iYzK8C7
Create auth is dashboard and captured through API
Result: 1 Balance Transaction:
txn_3RopsXA9WTNrNdzc1uCL40ky
30.00
This is indeed strange. I couldn't find the differences why one would create refund object while another one didn't. Can I suggest you writing to Support https://support.stripe.com/contact, so that they can check the relevant team why this happened?