#HVMP - Payment Intents
1 messages · Page 1 of 1 (latest)
Hello! Can you give me the request ID showing the synchronous success you didn't expect so I can take a look? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
This was done in test environment
req_rh607fTDZ5QqjT
It was unexpected in the sense that I wasn't aware this was the intended functionality, and what to validate that it works the same in test as production 🙂
That's a request to capture, so synchronous success is expected there. The async stuff happens when confirming the Payment Intent.
gotcha! Thanks!