#caitlin-short_docs
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/1326662225569648804
π 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.
- caitlin-short_docs, 3 hours ago, 4 messages
Hello, thanks for the info, looking in to this.
I am not as familiar with issuing, do you already check the network fees an such on your transactions through the API? If so, would that be through the balance transaction on the issuing transaction?
https://docs.stripe.com/api/issuing/transactions/object#issuing_transaction_object-balance_transaction
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
No
We receive the authorizations and transactions from stripe via a webhook to store in our system
that link is blocked
My apologies, fixed the link
And gotcha, I am looking in to this. Typically we store fee info in the fee property on balance transaction objects. That is what shows the portion of the transaction that Stripe keeps for our pay in functionality. Still trying to confirm for issuing transactions
https://docs.stripe.com/api/balance_transactions/object#balance_transaction_object-fee
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok just so I understnad
The total includes the fees
Are you looking at a field on one of these objects, or are you referring to another total?
My concern is about making sure I am handling the incomign transactions appropriately.
If the card is swiped internationally
what does this object look like - will the currency still be USD instead of the international currency? Does the total include all the foreign transaction fees or will this be a separate transaction that comes in?
Yep, I get the overall question, I just wanted to make sure we were talking about the exact same field when we were talking about the total, because none of them are actually named "total". I've been burned by too many assumptions on similarly named fields before!
Also I am still having trouble finding info on this. I think the best thing to do here is to create a support ticket for you, I will reach out to my colleagues who know more about issuing, and I will get back to you through the ticket with what we can find.
I see! The amount I mean
I just want to ensure I test out foreign transactions and it would be helpful to have some test data here of what I should expect
Gotcha. I will see if I can find a test card for that, if I can't right now, I will get back to you through the ticket on that as well.
Hello @spice hatch, we have sent you a direct message, please check it at https://discord.com/channels/@me/1326671510500409344
- πThe message has instructions on how to open a direct support case with our Developer Support team, in order to help you more effectively.
Speaking of which, just tried to create one right there π
I have like test connected accounts and test cards but I cant test out the foreign transaction fee piece easily or know what to do there
thanks