Skip to content

Stripe Settings

You should test in the stripe testing mode to understand how things work.

API Keys

Update stripe key and stripe secret.

Spack Stripe Settings

Go To Settings -> Stripe

Spack Stripe Settings

Stripe Webhook

Setup stripe webhook is important, follow the guide:

stripe Endpoint URL will be like that:

http://yourdomain.com/stripe/webhook

and you have to add these 8 events in the stripe webhook.

  • customer.subscription.created
  • customer.subscription.updated
  • customer.subscription.deleted
  • customer.updated
  • customer.deleted
  • payment_method.automatically_updated
  • invoice.payment_action_required
  • invoice.payment_succeeded

Spack SaaS Stripe Webhook Events

then you have to update Stripe Webhook Secret in the spack saas settings

Spack SaaS Stripe Webhook Secret Reveal

Go To Settings -> Stripe

paste the secret here in Stripe Webhook Secret field

Spack Stripe Settings

Stripe Plans

You have to create products in the strip.

Spack Stripe Settings

then you have to copy the stripe product price id.

Spack Stripe Settings

then you have to create a plan and paste this price id here:

Spack Stripe Settings

That's it.