[Module Listing Request]: `@zagi_14/nuxt-przelewy24`
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.1k
- Forks
- 354
- Avg merge
- 10h 18m
- Merged PRs (30d)
- 12
Description
Description
Nuxt 4 module for Przelewy24 (P24), Poland's largest online payment gateway — exposes a server-only useP24() composable for transaction register/verify/refund/payment-methods/card-charge calls, plus an auto-mounted webhook handler that performs SHA-384 signature verification before invoking your userland Nitro hook. Built on top of the zero-dependency @zagi/przelewy24-ts-sdk (native fetch, ESM + CJS) so credentials stay in server-side runtimeConfig and nothing P24-related leaks into the client bundle. Configuration is a single p24: { merchantId, apiKey, crcKey, environment } block in nuxt.config.ts — sandbox and production base URLs are picked automatically.
Repository
https://github.com/zagi/nuxt-przelewy24
npm
https://www.npmjs.com/package/@zagi_14/nuxt-przelewy24
Nuxt Compatibility
Nuxt 4
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked nuxt-przelewy24 repository and npm package to verify the module name, Nuxt 4 compatibility, description, and package details. Check the Nuxt modules repository's existing module-listing format and submission workflow, then confirm the module can be added to the catalog without inventing missing metadata.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nuxtjs, typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100