#arach-applicationfee-terminal
1 messages · Page 1 of 1 (latest)
There's no difference between web and in person in that regards. It's all about how you created the payment in the first place
The payments are created the same way in both cases. Web-based processes as intended but card reader is wonky. The only real difference should be in how the money is received, no?
Honestly, it's just a matter of if the user inputs manually or if the card reader automates it.
It isn't though you're misunderstanding things I think. You stay quite vague and high level so it's hard to help. But really it just means you didn't create the PaymentIntent the same way
if you give me 2 example ids I can show you
I am on the higher level unfortunately. Our deep dude asked me to contact someone while he's on his way to the doctor to see if there was a white paper that was missed when devising it all.
I can get two charge ids though if that's what you're asking
card reader - ch_3LbsNzG9Rgv0LRak1Aygfl4F
web - ch_3LbpJYAQxvGtfyKa0rKWw8m8
If I need to have him come on later, we can do that too
Okay so the first payment was created via Checkout. You use Direct Charges as a platform https://stripe.com/docs/connect/direct-charges which means you created the Checkout Session straight on your connected account for them to get the funds and you took an application fee for yourself
The second one was created completely differently with a completely different product (Terminal). And this one your developer creates the PaymentIntent themselves. When they did, instead of using Connect, creating the PaymentIntent on the connected account and configuring an application fee to be taken, they just created it on your own platform account without any Connect indication or transfers of funds
So they definitely integrated it completely differently in this case
Well, shoot. We should've known better than that. LOL. I'm sorry for taking up your time but thank you for that insight. You guys are always awesome!
Totally fine, those are not easy to debug on your own