#zishaan-terminal

1 messages ยท Page 1 of 1 (latest)

elder trail
#

Hi there! Do you happen to have a request id I could look at please?

last jay
#

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)

elder trail
#

Thank you for the info! Let me take a look.

last jay
#

Thanks dude!! Appreciate it!!

elder trail
#

Looking at the PaymentIntent objects, they can only be captured up to the authorized amount

last jay
#

So in our code, we're trying to allow over capture - is there something we should do to allow it?

elder trail
last jay
#

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

elder trail
#

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

last jay
#

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)

elder trail
#

Yes, I do see you have been added to a special gate in our system to allow over capture ๐Ÿ™‚

last jay
#

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

elder trail
#

I don't think there is a limit to how much you can authorize

last jay
#

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?

elder trail
#

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.

last jay
#

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

elder trail
#

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.

#

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 ๐Ÿ™‚

last jay
#

Oh I see - do you think that's the case? So here's the account Id: acct_1KcHr2QCkLtxiLZK

#

The business i called: Haubner Field

elder trail
#

Yup, this account is not included in the gate

last jay
#

Oh huh - what would it take to include it?

elder trail
#

Write to our support team lol

last jay
#

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!!

elder trail
#

Any time!

last jay
#

Thanks ๐Ÿ’ฏ

elder trail
#

If you provide:

  • your use case
  • let them know your platform account is already a part of the gate I mentioned above
  • the connected account ids

These should help speed up the process ๐Ÿ™‚

#

Hope you can get it working for your clients before 8am tomorrow!