Making requests with Stripe.net

Learn how to make requests to the Stripe API using the Stripe.net client library. You'll see how to format parameters and pass request body, query string params, and request headers.

### Presenter

CJ Avilla - Developer Advocate at Stripe - https://twitter.com/cjav_dev

### Resources

Official client library: https://github.com/stripe/stripe-dotnet/
Code: https://github.com/stripe-samples/developer-office-hours/blob/master/2020-10-30-client-libraries/dotnet/requests/Program.cs

### Table of contents

00:00 Overview
01:16 API reference
04:10 Create an object passing no params
05:12 Retrieve single object
06:50 Create an object with scalar values
09:06 Create an object with enum values
10:42 Create an object with nested object
13:45 Create an object with a list of strings
15:00 Update an object with scalar values
17:13 Update an object with a list of nested objects
20:41 Retrieve a list of objects
22:50 Retrieve a list filtered by scalar
24:53 Delete an object
26:00 Custom methods overview
26:58 Custom method demo
30:40 Nested service method overview
31:08 Nested service method demo
33:34 Request headers overview
34:40 Request headers demo
39:19 Conclusion

### Support

If you have a question, please feel free to reach out to our support team at https://support.stripe.com/.

### 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