Accept a payment with the Payment Element using Ruby

In this episode, you'll learn how to accept a one-time payment with a custom form using Ruby on the server with Sinatra and the Stripe Payment Element on the client. The Payment Element enables you to collect several different payment method types from cards and bank accounts to wallets and buy-now-pay-later payment methods.

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

### Table of contents
00:00 Introduction
01:40 Install a sample with the Stripe for VSCode extension and CLI
03:23 Enable payment methods in the dashboard
04:29 Overview of payment flow
04:55 Create payment intent on the server
07:24 Collect payment details on the client
12:10 Submit payment details to Stripe
14:15 Build a confirmation page
16:02 Handle webhooks and post-processing events
18:33 Test your integration with Stripe test cards
19:51 Conclusion

### Resources
Accept a payment - https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements&lang=ruby
PaymentIntent API reference - https://stripe.com/docs/api/payment_intents/create?lang=ruby
Learn all about webhooks - https://stripe.com/docs/videos/developer-foundations?video=webhook-helpers&lang=ruby

### Support
If you have a question, please feel free to reach out to our support team on Discord at 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 #ruby #payments