Skip to content

Payments

We use Stripe for handling payments.

To test Stripe payments, use the following test card details:

  • Card Number: 4242 4242 4242 4242
  • Expiration: Any future date
  • CVC: Any 3-digit number

Optionally, you can listen for Stripe webhooks locally through their CLI to handle subscription change events:

Terminal window
stripe listen --forward-to localhost:3000/api/stripe/webhook