#varshid-shekhat_code
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/1460232415577636877
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share some payment IDs please that demonstrate the behavior? pi_xxx
pm_1SneisEglHbGm1gZiAdzFz7Y
That's a payment method, not a Payment Intent โ pi_xxx
ok, let me check
pi_3SneihEglHbGm1gZ11LLxrLu
This is the Payment Intent , please kindly check and let me know
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
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
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?