{"id":15089648,"url":"https://github.com/wefixers/nuxt-stripe","last_synced_at":"2025-09-12T17:37:01.790Z","repository":{"id":178728104,"uuid":"662278590","full_name":"wefixers/nuxt-stripe","owner":"wefixers","description":"Nuxt module for Stripe, with local webhook testing support out of the box.","archived":false,"fork":false,"pushed_at":"2024-09-16T06:36:03.000Z","size":399,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-11-16T13:38:18.843Z","etag":null,"topics":["nuxt","stripe","stripe-webhook","webhook"],"latest_commit_sha":null,"homepage":"https://nuxt-stripe.fixers.dev","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wefixers.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-04T19:02:13.000Z","updated_at":"2024-11-11T07:19:19.000Z","dependencies_parsed_at":"2024-08-26T05:02:42.177Z","dependency_job_id":"3b0c6ea4-17c0-47f3-a63c-f95e7b2af31e","html_url":"https://github.com/wefixers/nuxt-stripe","commit_stats":{"total_commits":50,"total_committers":1,"mean_commits":50.0,"dds":0.0,"last_synced_commit":"bc993b6ef07cc2c8d97a28a8d42968572fe7e89b"},"previous_names":["wefixers/nuxt-stripe"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wefixers%2Fnuxt-stripe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wefixers%2Fnuxt-stripe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wefixers%2Fnuxt-stripe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wefixers%2Fnuxt-stripe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wefixers","download_url":"https://codeload.github.com/wefixers/nuxt-stripe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225058599,"owners_count":17414538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nuxt","stripe","stripe-webhook","webhook"],"created_at":"2024-09-25T09:01:07.350Z","updated_at":"2024-11-22T10:19:19.122Z","avatar_url":"https://github.com/wefixers.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"[![nuxt-stripe-social-card](./docs/public/social-card.png)](https://nuxt-stripe.fixers.dev)\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![License][license-src]][license-href]\n[![Nuxt][nuxt-src]][nuxt-href]\n\n# Nuxt Stripe\n\nA Nuxt module for Stripe, with local webhook testing support out of the box.\n\n- [📖 \u0026nbsp;Read Documentation](https://nuxt-stripe.fixers.dev)\n- [✨ \u0026nbsp;Release Notes](/CHANGELOG.md)\n\n## Features\n\n- ⛰ \u0026nbsp;Use Stripe with Nuxt\n- ⛰ \u0026nbsp;Support local webhook testing out of the box.\n- ⛰ \u0026nbsp;Nuxt Devtools support to explore webhook events.\n\n### Contributing\n\n- Clone this repository\n- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`\n- Install dependencies using `pnpm install`\n- Run `pnpm dev:prepare` to generate type stubs.\n- Use `pnpm dev` to start [playground](./playground) in development mode.\n\n## 📑 License\n\nThe classy [MIT License](./LICENSE)\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/v/@fixers/nuxt-stripe/latest.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[npm-version-href]: https://npmjs.com/package/@fixers/nuxt-stripe\n\n[npm-downloads-src]: https://img.shields.io/npm/dm/@fixers/nuxt-stripe.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[npm-downloads-href]: https://npmjs.com/package/@fixers/nuxt-stripe\n\n[license-src]: https://img.shields.io/npm/l/@fixers/nuxt-stripe.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[license-href]: https://npmjs.com/package/@fixers/nuxt-stripe\n\n[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js\n[nuxt-href]: https://nuxt.com\n\n# Version 4 Update Notice\n\nVersion 4 is an upcoming major update that will introduces breaking changes.\n\n- Webhook handler has been refactored.\n\nThe helper `defineStripeWebhook` is now `stripeWebhookHandler`, the second parameter has been removed, the callback how accept as its first parameter the `StripeEvent` and as its second parameter the context object.\n\n```ts\n// The new callback signature\ntype StripeWebhookHandler = (\n  event: Stripe.Event,\n\n  context: {\n    $event: H3Event\n    stripe: Stripe\n  }\n)\n=\u003e any\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwefixers%2Fnuxt-stripe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwefixers%2Fnuxt-stripe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwefixers%2Fnuxt-stripe/lists"}