- Install
strapi-plugin-makepay. - Add the plugin config in
config/plugins.ts. - Store MakePay credentials in server environment variables.
- Protect payment-link creation endpoints with Strapi policies or API tokens.
- Point MakePay webhooks at
/api/makepay/webhooks.
The plugin is intentionally server-only so key secrets never enter Strapi admin browser code.