{"id":33976664,"url":"https://github.com/silvercommerce/payments-stripe-paymentintents","last_synced_at":"2026-04-05T01:32:53.156Z","repository":{"id":57050760,"uuid":"333838735","full_name":"silvercommerce/payments-stripe-paymentintents","owner":"silvercommerce","description":"Add Stripe Payments (via integrated payment form and payment intents) to a SilverCommerce site","archived":false,"fork":false,"pushed_at":"2025-01-29T14:11:33.000Z","size":16,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"1","last_synced_at":"2025-09-22T15:56:39.569Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/silvercommerce.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":"contributing.md","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":"2021-01-28T17:47:24.000Z","updated_at":"2025-01-29T14:11:36.000Z","dependencies_parsed_at":"2025-01-29T15:22:04.752Z","dependency_job_id":"7c364239-dc70-4d4e-8355-11e2a4366ae5","html_url":"https://github.com/silvercommerce/payments-stripe-paymentintents","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/silvercommerce/payments-stripe-paymentintents","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvercommerce%2Fpayments-stripe-paymentintents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvercommerce%2Fpayments-stripe-paymentintents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvercommerce%2Fpayments-stripe-paymentintents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvercommerce%2Fpayments-stripe-paymentintents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silvercommerce","download_url":"https://codeload.github.com/silvercommerce/payments-stripe-paymentintents/tar.gz/refs/heads/1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silvercommerce%2Fpayments-stripe-paymentintents/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31421869,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T00:25:07.052Z","status":"ssl_error","status_checked_at":"2026-04-05T00:25:05.923Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-12-13T02:01:24.980Z","updated_at":"2026-04-05T01:32:53.151Z","avatar_url":"https://github.com/silvercommerce.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SilverCommerce Stripe Payment Intents\n\nModule that adds Stripe Payments via an integrated payment form and\npayment intents to a SilverCommerce site (using the omnipay stripe gateway).\n\n## Installation\n\nInstall via composer:\n\n    composer require silvercommerce/payments-stripe-paymentintents\n\n## Configuration\n\nConfigure how you would any SilverStripe omnipay modules:\n\n_payments.yml_\n\n    ---\n    Name: paymentconfig\n    ---\n    SilverStripe\\Omnipay\\Model\\Payment:\n      allowed_gateways:\n        - 'Stripe_PaymentIntents'\n\n    SilverStripe\\Omnipay\\GatewayInfo:\n      PayPal_Express:\n        parameters:\n            apikey: sk_live_xxxxxxxxx\n            publishableKey: pk_live_xxxxxxxxx\n\n    # Config for test environments\n    ---\n    Except:\n    environment: 'live'\n    ---\n    SilverStripe\\Omnipay\\GatewayInfo:\n      Stripe_PaymentIntents:\n        parameters:\n            apikey: sk_test_xxxxxx\n            publishableKey: pk_test_xxxxxx\n\n## Payment Intents\n\nIn order to comply with SCA regulations in the EU, this module uses\nthe payment intents API to generate a payment intent prior to completing\na purchase.\n\nThis means that a payment will also have a payment intent ID saved\nagainst it in the database.\n\nThe JavaScript to handle generating the payment intent is added\nautomatically and adds the payment intent ID to the omnipay gateway\nform","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilvercommerce%2Fpayments-stripe-paymentintents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilvercommerce%2Fpayments-stripe-paymentintents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilvercommerce%2Fpayments-stripe-paymentintents/lists"}