how I can integrate Stripe using Prisma? Can I hav...
# orm-help
a
how I can integrate Stripe using Prisma? Can I have in the server folder code to Process the payment?
r
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.