How test mode works
When your Stripe account is in test mode (key starts withsk_test_), Cuprice automatically:
- Uses your Test Success URL and Test Cancel URL for redirects
- All payments use Stripe’s test environment
- No real charges are made
Testing the flow
Set test redirect URLs
In the Integration tab, set your test URLs pointing to your local development server (e.g.
http://localhost:3001).Use the test buttons
After saving, click Test Success or Test Cancel to open your redirect URLs directly — no Stripe needed.
Quick test (no Stripe needed)
The Test Success button in the Integration tab opens your success URL with a fake session ID (cs_test_...). Your app should handle this gracefully:
