#vparthay_error

1 messages ยท Page 1 of 1 (latest)

tribal tendonBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1362120133535072441

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

normal trellis
#

Hi . let me know if you have any insights

tender grove
#

Hi, I suspect you're referring to amount_capturableIf so, that PaymentIntent confirmation failed as the charge was declined: https://dashboard.stripe.com/logs/req_v871eEqd2xVw8D

If the charge attempt is declines, why would you expect that to return? Nothing was authorized here

normal trellis
#

No.. I am not refering to it

tender grove
#

Can you clarify what you expect then?

normal trellis
#

I am not seeing any of these fields

#

Hence I would like to know: Is my request missing any params to see such fields in my response when confirming a PI

#

"card": {
"amount_authorized": 7000,
"amount_requested": 10000,
"partial_authorization": {
"status": "partially_authorized",
}
}

#

Specifically ^^^^

tender grove
#

Yes, since that charge was decline there is not anything to show here.

#

You would only get that it the payment succeeds

normal trellis
#

Actually no

#

When i tested it in test mode..

#

I would be partially authorized

#

Meaning - whatever balance is available on the card

#

would show up there

tender grove
#

Can you share that example?

normal trellis
#

one second

tender grove
#

Taking a look

normal trellis
#

thanks

tender grove
#

If we tried to get authorization but the bank declined it, it would not make sense to surface that data

#

no amount has been authorized in that case

normal trellis
#

No .. The payment intent amount I requested is greater than what was actually authorized

tender grove
#

Also, that is live mode

normal trellis
#

Yes..

#

Is it possible to verify if my payment intent params are setup correctly by someone who knows partial authorization feature?

tender grove
#

Let's step back. Why do you think a failed payment would contain those details?

normal trellis
#

My question is not "Why do you think a failed payment would contain those details?"

#

My question is "Can you check if my payment intent creation/confirm has the right fields enabled for partial authorization"

tender grove
#

It looks like it, sure

normal trellis
#

Okay thank you

#

I see tons of declines, so was wondering if i am missing anything

#

in the request i send to stripe

tender grove
#

No, it seems like it's a regular bank decline and not related to your integration.

normal trellis
#

thank you ๐Ÿ™‚