{"id":13810467,"url":"https://github.com/joshnuss/svelte-stripe","last_synced_at":"2025-05-16T09:05:21.388Z","repository":{"id":39712892,"uuid":"393892007","full_name":"joshnuss/svelte-stripe","owner":"joshnuss","description":"Everything you need to add Stripe Elements to your Svelte project","archived":false,"fork":false,"pushed_at":"2024-04-03T17:24:51.000Z","size":522,"stargazers_count":376,"open_issues_count":1,"forks_count":31,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-04-14T03:14:25.961Z","etag":null,"topics":["apple-pay","credit-card","google-pay","ideal","payment","sepa","stripe","svelte","svelte-kit"],"latest_commit_sha":null,"homepage":"https://sveltestripe.com","language":"Svelte","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/joshnuss.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-08-08T07:33:57.000Z","updated_at":"2024-05-05T04:23:54.986Z","dependencies_parsed_at":"2023-10-13T14:17:29.064Z","dependency_job_id":"4b18f784-96b7-4bde-91f9-8da9f3a67a78","html_url":"https://github.com/joshnuss/svelte-stripe","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshnuss%2Fsvelte-stripe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshnuss%2Fsvelte-stripe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshnuss%2Fsvelte-stripe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshnuss%2Fsvelte-stripe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshnuss","download_url":"https://codeload.github.com/joshnuss/svelte-stripe/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254501557,"owners_count":22081528,"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":["apple-pay","credit-card","google-pay","ideal","payment","sepa","stripe","svelte","svelte-kit"],"created_at":"2024-08-04T02:00:54.677Z","updated_at":"2025-05-16T09:05:16.377Z","avatar_url":"https://github.com/joshnuss.png","language":"Svelte","funding_links":[],"categories":["Svelte"],"sub_categories":[],"readme":"# [svelte-stripe](https://sveltestripe.com)\n\nEverything you need to add Stripe Elements to your Svelte project. 100% [SvelteKit](https://kit.svelte.dev/) compatible.\n\n\u003e Stripe is now [sponsoring this project](#sponsors)\n\n[Documentation](https://sveltestripe.com)\n\n## Components\n\nThe following components are provided:\n\n- `\u003cElements/\u003e`: A wrapper component to set context.\n- `\u003cCardNumber/\u003e`: Input field for the card's number.\n- `\u003cCardExpiry/\u003e`: Input field for the card's expiration date.\n- `\u003cCardCvc/\u003e`: Input field for Card Verification Value.\n- `\u003cCard/\u003e`: All-in-one component that has inputs for card number, expiry, cvc, and zip code.\n- `\u003cPaymentRequestButton/\u003e`: A GooglePay, ApplePay, or Link checkout button, depending on browser and user preferences.\n- `\u003cIban/\u003e`: Input field for IBAN (International bank account number).\n- `\u003cIdeal/\u003e`: Input field for iDEAL (payment system used in the Netherlands).\n- `\u003cPaymentElement/\u003e`: All-in-one component that allows the user to choose the type of payment.\n- `\u003cExpressCheckout/\u003e`: Pay with a wallet without leaving the page.\n- `\u003cLinkAuthenticationElement/\u003e`: Ability to use saved payment methods stored in [Link](https://link.co).\n- `\u003cAddress/\u003e`: Component for collecting billing and shipping addresses.\n\n## Examples\n\nThere is example code for:\n\n- [Payment Element](src/routes/examples/payment-element)\n- [Express Checkout](src/routes/examples/express-checkout)\n- [Embedded Checkout](src/routes/examples/embedded-checkout)\n- [Link](src/routes/examples/payment-element)\n- [Credit card](src/routes/examples/credit-card)\n- [GooglePay](src/routes/examples/payment-request)\n- [ApplePay](src/routes/examples/payment-request)\n- [MicrosoftPay](src/routes/examples/payment-request)\n- [SEPA direct deposit](src/routes/examples/sepa)\n- [iDEAL](src/routes/examples/ideal)\n- [Alipay](src/routes/examples/alipay)\n- [WeChat Pay](src/routes/examples/wechat-pay)\n- [Konbini](src/routes/examples/konbini)\n- [Klarna](src/routes/examples/klarna)\n- [Sofort](src/routes/examples/sofort)\n- [Afterpay/Clearpay](src/routes/examples/afterpay-clearpay)\n- [PaymentMethodMessaging](src/routes/examples/payment-method-messaging)\n\nPlease open a PR or issue, if you'd like to add more.\n\n## Usage\n\nSee [documentation](https://sveltestripe.com) for setup instructions and examples.\n\n## Sponsors\n\n\u003ca href=\"https://stripe.com\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/joshnuss/svelte-stripe/main/static/logos/stripe.svg\" width=\"150px\" alt=\"Stripe's logo\"/\u003e\n\u003c/a\u003e\n\n## Code contributors\n\n![GitHub Contributors Image](https://contrib.rocks/image?repo=joshnuss/svelte-stripe)\n\n## Development mode\n\nRun `pnpm dev` and visit `https://localhost:5173`:\n\n```bash\npnpm dev\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshnuss%2Fsvelte-stripe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshnuss%2Fsvelte-stripe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshnuss%2Fsvelte-stripe/lists"}