Stripe

Connect stripe payment gateway with Penni Cart.

Please note that this section/document is still Work in Progress. It might be updated, revised, or changed entirely in the near future.

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