Paytriot
There are three main items that you have to get from your Paytriot account to configure it in Pakk: Merchant ID, Signature Key and Merchant Country Code:
You can obtain these from your Paytriot Dashboard
From the Developers section, grab the following codes and paste them into your Stripe config, which can be found in the "Payments" tab of your Pakk account config page (the little cog icon in the Pakk toolbar):
API Keys > Publishable Key
API Keys > Secret Key
Then, in the Webhooks section, click Add Endpoint to create a new notification endpoint for Stripe payments. In the popup, you need to enter the URL of your webhook, which is any domain pointed at your site plus /webhooks/stripe
. So, if your site was at pakk.io
you'd enter https://pakk.io/webhooks/stripe
. Select the latest "version" and two events to send:
payment_intent.payment_failed
payment_intent.succeeded
Once you've created the endpoint, you can get a Signing secret from the webhook page you just created in Stripe - you need to paste that into your Stripe config in Pakk too.
Finally, again inside the Pakk Stripe config, choose your locale and select Enable.
Last updated