Accept a payment with payment element using Go

In this episode, you'll learn how to accept a one-time payment with a custom form using Go on the server 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


### Chapters
00:00 Introduction
01:40 Install a sample with the Stripe CLI
04:06 Enable payment methods in the dashboard
05:12 Overview of payment flow
05:38 Create payment intent on the server
10:54 Collect payment details on the client
15:40 Submit payment details to Stripe
18:20 Build a confirmation page
21:46 Handle webhooks and post-processing events
24:44 Test your integration with Stripe test cards
26:00 Conclusion


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


### 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 #payments #golang #golangtutorial