Accept Boleto payments with React

In this episode you'll learn how to confirm a Boleto PaymentIntent with a React client. Boleto is a popular and official voucher based payment method in Brazil.

### Table of contents

00:00 Introduction
00:55 Verify the server is running
01:25 Code tour
02:23 Create the Boleto component
05:00 Handle form submission
05:23 Create a payment intent on the server
06:02 Confirm the payment intent on the client
07:39 Test the demo
09:47 Recap

### Server implementations

Ruby - https://youtu.be/079khYtqWPo
Python - https://youtu.be/3s4Dwox7oTQ
PHP - https://youtu.be/BPfpPGl85tk
Node.js - https://youtu.be/BPfpPGl85tk
Java - https://youtu.be/BPfpPGl85tk
Go - https://youtu.be/BPfpPGl85tk
.NET - https://youtu.be/BPfpPGl85tk

### Other client implementations

Not using React? Consider other episodes that cover the same content in different front end implementations:

HTML and JavaScript - https://youtu.be/0kng70cwW4E

### Presenter

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

### Resources

Official client library: https://stripe.com/docs/js/payment_intents/confirm_boleto_payment
Official documentation: https://stripe.com/docs/payments/boleto/accept-a-payment
Code: https://github.com/stripe-samples/accept-a-payment/blob/main/custom-payment-flow/client/react-cra/src/Boleto.js

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