#Ajay-capture

1 messages · Page 1 of 1 (latest)

pale narwhal
#

Hi there, can you share with me the payment intent ID?

violet monolith
#

its in connect account
pi_3KTJ17JsKZMV65xt1OdDPnky

pale narwhal
#

You only authorized USD 1.09 but attempted to capture USD 1.25, that's why the invalid request error was raised.

violet monolith
#

I understand error
need solution on that how I can over capture

#

as its working on Test Mode
but not on Live Mode

pale narwhal
#

can you send me the payment intent ID that you tested in test mode?

violet monolith
#

this is in another connect account
in test mode

#

pi_3KSdzf2eejlfDCU11eHPw2W3

#

"amount": 4390
and
"amount_authorized": 4006

#

??

pale narwhal
#

I'm investigating, please give me some time

violet monolith
#

ok thank you

pale narwhal
#

Hi @violet monolith thanks for the waiting. here is my finding

  1. The PI in test mode is associated with a merchant whose MCC=5812 (restaurant), which allows this account to capture an amount more than authroized for additional tips
  2. The PI in live mode is associated with a merchant whose MCC is 5712(Software, SasS), this merchant can only capture an amount up to the authroized amount
violet monolith
#

oh great finding
how can I update that MCC now?

pale narwhal
violet monolith
#

just let me know is it update from dashboard possible?

pale narwhal
#

I don't think you can update it via Dashboard.

violet monolith
#

how can I know that account MCC is which one?
dashboard can I see anywhere?
or any api have that response?

pale narwhal
#

The MCC is assigned based on the information you provided during the onboarding

violet monolith
#

I am not creating
I want update MCC of old account to 5812
which support over capture amount for on receipt tip when hit capture api

pale narwhal
violet monolith
#

thank you

is there any api so I can know that is it possible use over capture amount? before I hit capture api?

or api for get account MCC?

pale narwhal
violet monolith
#

thanks

pale narwhal
#

I just checked, the overcapture_supported is true for the PI in test mode

violet monolith
#

on live?

pale narwhal
#

the overcapture_supported property of the most recent charge obj in pi_3KTJ17JsKZMV65xt1OdDPnky is false

violet monolith
#

my question is that all connect standard account with MCC 5812 support over capture or not

pale narwhal
#

Yes, Stripe allows on-receipt tipping for MCC 5812 merchants in US.

violet monolith
#

thank you for all help