#bwurtz999_error
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/1332109592448073799
📝 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.
- bwurtz999_api, 22 hours ago, 24 messages
We wish we could help, but you need to talk to Stripe support
We can only help on Discord if all of the following are true:
- 🧑💻 You must be a developer
- 🛠️ Your question must be about building a Stripe integration
- ⚙️ Your question must be technical/developer focused
- ⏱️ You must be available to respond in realtime
- 👥 You must be comfortable receiving help in public (this is a public server)
If any of those aren't true please contact Stripe support.
If all of those are true we may have misunderstood your question; please provide more details below.
Note that using an inappropriate button or submitting inappropriate information is a violation of our rules. You will be removed from this server if you repeatedly create invalid threads.
Really? This is clearly an error within Stripe. The fees are not being calculated properly
How do I ensure my terminal transactions are processed as US transactions? Do I need to set a country code or something?
My client needs these fee calculations to match to the penny. And I can't do that unless Stripe is calculating the fee properly
We unfortunately can't help with fee questions on Discord. That said, international cards do incur a 1.5% surcharge which would explain this situation: https://stripe.com/pricing#:~:text=for domestic cards-,%2B 1.5% for international cards,-%2B 10¢ per
Oh it's the card origin. Not the terminal location. Thanks
Any idea why the Puerto Rico fee is different?
PR is a part of the US. So it should be the same right?
Is there a way I can use the API to pull the Stripe fee by using either a payment_intent_id or a charge_id?
The fee and fee_details are available on the Balance Transaction object. You can expand the Balance Transaction when retrieving the Payment Intent (via latest_charge.balance_transaction) or the Charge (balance_transaction).
Thank you!