Stripe Webhook for callbacks

After you have provided your Pixfizz account manager with the Publishable Key and Secret Key, you'll have to set up a webhook in the Stripe admin for payment callbacks to work.

Via Stripe Admin:

  1. Go to Developers -> Webhooks

  2. Click "+ Add Endpoint"

  3. Under "Endpoint URL" enter: "https://<yoursubdomain>.pixfizz.com/cart/stripe_callback"

  4. Under "Events to send" select these six events:

    • checkout.session.completed

    • checkout.session.async_payment_succeeded

    • checkout.session.async_payment_failed

    • payment_intent.canceled

    • payment_intent.succeeded

    • payment_intent.payment_failed

  5. Click "Add Endpoint"

  6. Locate the "Signing secret" for the new endpoint, reveal it, and copy the value to the pixfizz superadmin stripe payment gateway settings. If you don't have access to the superadmin, please send the Signing Secret to your Pixfizz account manager.

  7. Done!

Last updated