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:
Go to Developers -> Webhooks
Click "+ Add Endpoint"
Under "Endpoint URL" enter: "https://<yoursubdomain>.pixfizz.com/cart/stripe_callback"
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
Click "Add Endpoint"
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.
Done!
Last updated