Skip to content

Kaizen PaymentsPayment gateways for your NestJS API

One contract to charge with Stripe, Redsys or PayPal. Install it, register a module, done. From the Kaizen Software ecosystem.

your-api

$ pnpm add @kaizen/payments-gateway

# add the dependency

$ npx @kaizen/payments-gateway setup

# import the entities → payments module

ready

Two commands and you're charging

Kaizen Payments is a library: you add it to your NestJS API as a dependency and use it as a black box. You don't clone its code or run it separately.

1

Add the dependency

bash
pnpm add @kaizen/payments-gateway
2

Import the entities

bash
npx @kaizen/payments-gateway setup

From there you register PaymentsModule.forRoot() and start charging. See the full guide →

Kaizen Payments is part of Kaizen Software, the library ecosystem by Amanda Dev.