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.
Public & Secret keys can be found on Stripe's Developer page
Setting the webhook url to
https://api.pennicart.io/stripe/webhook
Enable the following events
payment_intent.succeeded
&payment_intent.payment_failed
Once created, simply click on "Reveal" below Signing secret for the Webhook Secret needed on the Penni Cart Dashboard
Last updated