DEV Community

Discussion on: Build an E-commerce Website with Webiny Serverless Headless CMS, Next.js, and Stripe

Collapse
 
doitadrian profile image
Adrian Smijulj

Yes, it is possible.

Every payment provider has its own set of steps and rules on how to implement it on an actual website (Stripe is definitely one of those companies that really pay attention to developer experience). So, I would just replace the Stripe implementation code with the code that's required by your payment provider (make sure to check its docs on how to do it).

Collapse
 
lucasfrutig0 profile image
lucasfrutig0

Nice, i try to do this, tks!!