how I can integrate Stripe using Prisma? Can I have in the server folder code to Process the payment?
r
Ryan
06/08/2020, 9:32 AM
Hey @Alejandro Sanchez 👋
It would be the same as integrating Stripe with any backend service. Prisma will update the DB with the required values and Stripe will handle the payment side of things.