Accept Boleto payments with Stripe.js
In this episode you'll learn how to confirm a Boleto PaymentIntent with Stripe.js. Boleto is a popular and official voucher based payment method in Brazil.
### Table of contents
00:00 Introduction
01:12 Verify the server is running
01:43 Code tour
02:22 Build a payment form
03:16 Create boleto.js
03:41 Create a payment intent on the server
04:40 Confirm the payment intent on the client
06:03 Test the demo
07:53 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 vanilla JavaScript? Consider other episodes that cover the same content in different front end implementations:
React - https://youtu.be/DTauCM4QlsY
### 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/html/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