Making requests with the Stripe Postman collection

Learn about making requests to the Stripe API using the Stripe Postman collection. You can set API keys globally or per-request. In this episode, we cover secret keys, public or publishable keys, restricted keys, and webhook signing secrets.

### Presenter

Dawn Lambeth - Developer Advocate at Stripe - https://twitter.com/dawnlambeth

### Resources

Documentation: https://stripe.com/docs/api
Postman collection: https://www.postman.com/stripedev/workspace/stripe-developers/overview

### Table of contents

00:00 Overview
00:35 Sending data to Stripe
01:36 Create an object with no params
02:21 Retrieve an object
03:13 Create an object passing scalar values
04:34 Create an object passing enum values
05:28 Errors with invalid params
07:20 Update an object
09:00 Retrieve a list of objects
09:48 Delete an object
10:27 Calling action endpoints like confirming a payment intent
12:44 Conclusion

### Support

If you have a question, please feel free to reach out to our support team at https://support.stripe.com/ or on Discord: https://stripe.com/go/developer-chat.

### Updates

Sign up to stay updated with developer news: https://go.stripe.global/dev-digest

### Feedback

If you have any feedback about this or other episodes, let us know: https://forms.gle/VjNqzRhotM2snYo88.
#Stripe #Payments