Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 384 Bytes

File metadata and controls

10 lines (8 loc) · 384 Bytes

Setup

  1. Install strapi-plugin-makepay.
  2. Add the plugin config in config/plugins.ts.
  3. Store MakePay credentials in server environment variables.
  4. Protect payment-link creation endpoints with Strapi policies or API tokens.
  5. Point MakePay webhooks at /api/makepay/webhooks.

The plugin is intentionally server-only so key secrets never enter Strapi admin browser code.