#anupbista-overcapture-mcc

1 messages · Page 1 of 1 (latest)

somber dawnBOT
tawny river
#

anupbista-overcapture-mcc

#

@oblique rampart can you share an exact request id req_123 that is in the error so I can have a look?

oblique rampart
#

@tawny river Do you mean this?
{
"error": {
"code": "amount_too_large",
"doc_url": "https://stripe.com/docs/error-codes/amount-too-large",
"message": "The payment could not be captured because the requested capture amount is greater than the amount you can capture for this charge and MCC (5499). Contact us via https://support.stripe.com/contact for help.",
"payment_intent": {....}
"request_log_url": "https://dashboard.stripe.com/logs/req_U8A26yjif2nFaB?t=1696212336",
"type": "invalid_request_error"
}
}
I have removed data from payment_itent
This is all I got in response to my request

tawny river
#

Thanks, that's what I needed, I want req_U8A26yjif2nFaB which is in there. Looking

#

@oblique rampart did you change the MCC after the PaymentIntent was already created? Like does it work on a new PaymentIntent?

oblique rampart
#

I changed the MCC after payment intent was already created and it did not work for this payment intent. So I created new payment intent and it again gave me same error. But this works for test env. It is not working on LIVE.

tawny river
#

Gotcha still digging

oblique rampart
#

sure

tawny river