Making requests with the Stripe Postman collection

Поділитися
Вставка
  • Опубліковано 22 лип 2024
  • 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 - / dawnlambeth
    Resources
    Documentation: stripe.com/docs/api
    Postman collection: www.postman.com/stripedev/wor...
    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 support.stripe.com/ or on Discord: stripe.com/go/developer-chat.
    Updates
    Sign up to stay updated with developer news: go.stripe.global/dev-digest
    Feedback
    If you have any feedback about this or other episodes, let us know: forms.gle/VjNqzRhotM2snYo88.
    #Stripe #Payments
  • Наука та технологія

КОМЕНТАРІ • 6

  • @Djidepe
    @Djidepe 2 роки тому +1

    All these new valuable Stripe videos deserve many more views.
    It will come, but nice to be among the first few to take advantage of them.

  • @beps4440
    @beps4440 Рік тому

    Clear, precise and with a beautiful voice. Thanks Dawn

  • @seenathgooding181
    @seenathgooding181 2 роки тому

    thank you for the video, very helpful

  • @hbela1000
    @hbela1000 Рік тому

    Very good, thanks.

  • @StripeDev
    @StripeDev  2 роки тому

    Hi Mark, if by REST, you mean making API calls directly with cURL or something similar, we do have examples, which you can see here: stripe.com/docs/api/expanding_objects?lang=curl Thanks!

  • @markemerson98
    @markemerson98 2 роки тому

    have issues with using EXPAND with REST, nothing in stripe docs for REST and EXPAND.
    using EXPAND with stripe library works as expected. what is the format for using stripe with REST and using the EXPAND param?