PaymentCLI offers a comprehensive suite of tools to streamline your payment integration process, from local development to global deployment.
Manage your payment integrations with ease using our powerful command-line interface.
$ npx paymentcli init
$ npx paymentcli add stripe
$ npx paymentcli add checkout-component
Integrate multiple payment providers effortlessly with our unified API.
Get up to speed quickly with our comprehensive video tutorials and documentation.
Deploy your payment infrastructure globally in seconds with our cloud-based solution.
PaymentCLI simplifies payment integrations with a single SDK that connects to multiple providers and handles various payment statuses.
Select the framework you want to use
Install the payment-CLI SDK for your framework
npm install @rccpr/sdk
Configure your environment variables
PAYCLI_API_KEY=sk_test_•••••••••••••••••
Add these keys to your .env.local
file
Add custom checkout component to your project
npx paymentcli add checkout-component