#saber-basic-curl
1 messages · Page 1 of 1 (latest)
You're passing retrieve: "pi_3NaMFeCjwmDvqQqq1L576eqm" but retrieve is not a parameter. Also the API endpoint /v1/payment_intents/%3Cstring%3E doesn't exist, so you likely need to fix both
So how to retrieve payment intent using postman?
👋 We have a clear API doc: https://stripe.com/docs/api/payment_intents/retrieve it shows exactly how our API works and where to pass that id
you can read that, look at the curl example for example and then do the same in Postman
You can also look at that exact API Request in the logs (that I showed you earlier today) and then compare to what our docs say
@indigo willow does that make sense? I want to make sure you get the next steps
saber-basic-curl
@indigo willow just wanted to check in to make sure you see this