For the complete documentation index, see llms.txt. This page is also available as Markdown.

Stripe

Connect stripe payment gateway with Penni Cart.

To have everything connect, navigate to your Stripe dashboard and start creating a webhook under the Developer, below are requirements in order to connect Stripe as the payment gateway on your store.

  1. Public & Secret keys can be found on Stripe's Developer page

  2. Setting the webhook url to https://api.pennicart.io/stripe/webhook

  3. Enable the following events payment_intent.succeeded & payment_intent.payment_failed

  4. Once created, simply click on "Reveal" below Signing secret for the Webhook Secret needed on the Penni Cart Dashboard

Last updated