#anh3608
1 messages · Page 1 of 1 (latest)
Hello! Can you provide a screenshot of what you're seeing?
Can you give me the request ID where you got that link? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_nSssTXDVzlJlxn
Looking, hang on...
I think it's because you're updating the Payment Intent after you get that link, which invalidates it. Are you seeing the issue if you don't update the Payment Intent?
let me check
I just tested the flow using my test integration and the link is working as expected, so I don't think it's a Stripe issue:
ok. Thanks Rubeus. So after microdeposit verification link sent, we can't update payment intent anymore?
No, not if you want that link to continue to work. What's your use case? Why do you want to update the Payment Intent?
use case is customer waiting for the microdeposit to arrive, they call in and update the order so we might have different order total amount
Yeah, that would invalidate the current payment attempt as the amount changed. It sounds like what you might want to do is save bank details separately from a payment using a Setup Intent: https://stripe.com/docs/payments/ach-debit/set-up-payment
Then once the bank details are verified you can debit the payments.