#zishaan-terminal
1 messages ยท Page 1 of 1 (latest)
Yeah ofcourse!
So this is the payment intent: pi_3KeR58G9SJKhrigu1Eu3iPhx
So the user was pre-authed with $5
But the user decided with tip to give $47.25
If Stripe has a threshold for the amount tip, that's totally fair - I just need to adjust the code so it would try it as a card not present transaction, or show payment as failed
But unfortunately I have till 8am tomorrow EST to make sure our clients are happy (and I'm really stuck not knowing what's the scenario)
Thank you for the info! Let me take a look.
Thanks dude!! Appreciate it!!
Looking at the PaymentIntent objects, they can only be captured up to the authorized amount
So in our code, we're trying to allow over capture - is there something we should do to allow it?
Looking at our resources, we do have tipping available, but only for BBPOS WisePad 3 or BBPOS WisePOS E readers: https://stripe.com/docs/terminal/features/collecting-tips/on-reader
Also - for our clients for the past day - could we possibly run a script to try to capture the payment in a card not present?
Oh! We have the tipping available working for our Canadian clients
and that's been going super smooth
but this is over-capture
Although theoretically, I see over capturing possible ๐
For example, even if you authorize $100 dollars, but it is the step to capture the payment, that determines how much to charge.
It might not be the best practice, my team might complain about me on this though lol
Totally for sure - so a couple months ago we used to capture the amount that was 1.5x the amount - such that the tip a customer placed would be feasible from the response we got - but after we got into the over-capture beta that has been a non-issue
Lol so the thing I'm being blamed about it (without our software not working) is like, we're getting their after tip amount and passing into Stripe
and my screenshot was actually not our code (being logically wrong - which tends to happen)
Yes, I do see you have been added to a special gate in our system to allow over capture ๐
Oh sweet!!
So do you think there might be a limit of some sort? Like after 200% the over captures isn't responsible? It's definitely a huge toll if we go from $5 to $45 - after everything
Sorry for the annoying questions - I'm in EST timezone and I can't go to bed till I clear all these payments - and I'm definitely sleepy lol
I don't think there is a limit to how much you can authorize
Gotcha!
So the issue with the response our logger claimed - is that an issue maybe business specific?
Where maybe I need to write a script to get the business with different creds?
One thing to note though, for payments very high in amount, the issuers (bank) might alert the customers, e.g. SMS, phone call to let them know.
I'm pretty sure that's fine
I just have about 32 payments that give the message as I sent above - and I don't know what the cause of them are - or how to try to get them to execute the payment (because they've been pre-authed for $5)
And once that's out the way - I'll actually get to sleep LMAO
*47 payments
I think I know what is causing these errors, when you are being added to the gate, the team only added your account (not the respective Connected accounts linked to your account)
That's why the PaymentIntent for these accounts do not allow over capture.
If you could write to https://support.stripe.com and let them know, you want to add all your connected accounts into the "allow_over_capture_for_payment_intent" gate, they should be able to assist.
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
It would be even better if you can provide all the account ids (acct_xyz) of your connected accounts you would like the over capture capability.
Hope this helps ๐
Oh I see - do you think that's the case? So here's the account Id: acct_1KcHr2QCkLtxiLZK
The business i called: Haubner Field
Yup, this account is not included in the gate
Oh huh - what would it take to include it?
Write to our support team lol
If you could do it from the backend - I could write a script to take our existing amounts and process them through
Gotcha! Sounds good!
Thanks for your help!! This was super helpful!!
Any time!
Thanks ๐ฏ