andreidimaano / Bobaful

Bobaful is a local boba delivery business. This is the repository for the ordering website.
0 stars 0 forks source link

Integrate Stripe API #44

Open andreidimaano opened 3 years ago

andreidimaano commented 3 years ago

We will use stripe API to handle payments

Yarmoski commented 3 years ago

I found this repo which has a shopping cart example.

It uses this hook to create a cart and then redirects to stripe to complete the checkout.

Most of the integration involves working with the frontend, which I am unfortunately unfamiliar with :(