#varshid-shekhat_code

1 messages ยท Page 1 of 1 (latest)

cedar umbraBOT
#

๐Ÿ‘‹ 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/1460232415577636877

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

obsidian relic
#

Hey

#

How are you?

mellow perch
#

Can you share some payment IDs please that demonstrate the behavior? pi_xxx

obsidian relic
#

pm_1SneisEglHbGm1gZiAdzFz7Y

mellow perch
#

That's a payment method, not a Payment Intent โ€“ pi_xxx

obsidian relic
#

ok, let me check

#

pi_3SneihEglHbGm1gZ11LLxrLu

#

This is the Payment Intent , please kindly check and let me know

mellow perch
#

What is unexpected here?

#

I assume status: 'requires_capture? In which case this is expected as you set capture_method: 'manual' when you created the intent which means that currently it's just an auth/hold and there's an extra step to capture it manually: https://docs.stripe.com/payments/place-a-hold-on-a-payment-method#capture-funds

You're not doing that currently, so it stays in requires_capture

cedar umbraBOT
obsidian relic
#

We want to update the payment amount at the backend based on the payment method used by the customer. So, amount update is possible at Payment intent?

shadow rose
#

hey there, taking over from my colleague ๐Ÿ‘‹

#

it's not possible to update the amount for a PaymentIntent in a requires_capture state, because the charge has already been authorised for the original amount by the card-issuer