#vparthay_error
1 messages ยท Page 1 of 1 (latest)
๐ 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.
- vparthay_api, 5 days ago, 13 messages
- vparthay_test-clocks, 6 days ago, 4 messages
Hi . let me know if you have any insights
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
No.. I am not refering to it
Can you clarify what you expect then?
Learn how to allow partial payments for card transactions.
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 ^^^^
Yes, since that charge was decline there is not anything to show here.
You would only get that it the payment succeeds
You can test this in test mode, https://docs.stripe.com/testing?testing-method=card-numbers&payment-method=others#cards
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
Can you share that example?
one second
Here is a production example too: https://dashboard.stripe.com/payments/pi_3RC7tZDMNOMDEQIU1lVF1vcK
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Taking a look
thanks
That charge succeeded: https://dashboard.stripe.com/logs/req_e7OCT5vGb0hqrw so it is expected that show that details
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
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
No .. The payment intent amount I requested is greater than what was actually authorized
Also, that is live mode
Yes..
Is it possible to verify if my payment intent params are setup correctly by someone who knows partial authorization feature?
Let's step back. Why do you think a failed payment would contain those details?
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"
It looks like it is set up, https://docs.stripe.com/payments/partial-authorization?lang=node#manual-capture-partial-auth the way we recommend you to
It looks like it, sure
Okay thank you
I see tons of declines, so was wondering if i am missing anything
in the request i send to stripe
No, it seems like it's a regular bank decline and not related to your integration.
You can look at what those decline codes mean here: https://docs.stripe.com/declines/codes
thank you ๐