#tonso-digital_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/1293790799221493781
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! Gimme a while to think about this
Server driven integration supports inspecting the payment method before confirming it: https://docs.stripe.com/terminal/payments/collect-card-payment?terminal-sdk-platform=server-driven&process=inspect#collect-a-paymentmethod
You will get the payment method information after customer tapping the card, update the payment amount, then confirm payment intent.
You should inform customers that there will be an additional charge in addition to the amount they see on the terminal reader
Thank you
We are implementing direct charges on connected accounts. I want to charge the stripe fee to the customer not merchant. Stripe calculates the fees without the need for me to pass that information, however, for tax on stripe fees I noticed stripe has a field tax showing 10% of stripe amount (considering it is Australia GST) so stripe calculates both the fee and tax , is the total deducted from connected account stripe fee + tax? I believe it is.... I just need you assistance in confirming I am on the right track