#eamjr_fees-reconciliation
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/1425248536186065007
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
golang api v83
@snow hill sorry to redirect you but we know nothing about fees and network costs here. This is an advanced feature for a small number of users. You will need to talk to support for 1:1 support help instead: https://support.stripe.com/contact
eamjr_fees-reconciliation
What I need is the proper naming for the case statment from the stripe btx in golang.
also tried using stripe.BalanceTransactionTypeNetworkCost
I don't understand your question I'm sorry
All the documented/supported enums for type are here: https://github.com/stripe/stripe-go/blob/master/balancetransaction.go#L89
from what you're saying, you are getting a value not supported in stripe-go right? But that goes back to "this is an advanced feature" and having to talk to support sadly. My guess is this "enum value" is not publicly available and requires a specific setting on your account that I am not familiar with and so in go it's not handled at all.
does stripe.BalanceTransactionTypeNetworkCost work with v 82
It's not in the code I linked you to so I would say no it doesn't work