
#39: Accepting Payments with Stripe
Published March 26, 2018
18m 16s
In this episode we’ll take a Phoenix application that has a list of products available for sale and integrate it with Stripe Checkout so customers can make purchases.
To do this we’ll create a Phoenix context that will contain our logic for creating and charging customers in Stripe and Ecto schemas in order to persist our customers and their shipping addresses to the database.