{"id":20672109,"url":"https://github.com/workarea-commerce/workarea-stripe","last_synced_at":"2025-10-18T16:08:15.610Z","repository":{"id":56898465,"uuid":"203456950","full_name":"workarea-commerce/workarea-stripe","owner":"workarea-commerce","description":"Stripe Payment Processor","archived":false,"fork":false,"pushed_at":"2020-02-05T16:54:04.000Z","size":70,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-17T23:22:56.112Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/workarea-commerce.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-20T21:28:04.000Z","updated_at":"2020-09-06T02:34:08.000Z","dependencies_parsed_at":"2022-08-21T02:20:23.653Z","dependency_job_id":null,"html_url":"https://github.com/workarea-commerce/workarea-stripe","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workarea-commerce%2Fworkarea-stripe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workarea-commerce%2Fworkarea-stripe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workarea-commerce%2Fworkarea-stripe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workarea-commerce%2Fworkarea-stripe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workarea-commerce","download_url":"https://codeload.github.com/workarea-commerce/workarea-stripe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249769612,"owners_count":21323067,"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":[],"created_at":"2024-11-16T20:32:04.495Z","updated_at":"2025-10-18T16:08:10.531Z","avatar_url":"https://github.com/workarea-commerce.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Workarea Stripe\n================================================================================\n\nStripe plugin for the Workarea platform.\n\nGetting Started\n--------------------------------------------------------------------------------\n\nAdd the gem to your application's Gemfile:\n\n```ruby\n# ...\ngem 'workarea-stripe'\n# ...\n```\n\nUpdate your application's bundle.\n\n```bash\ncd path/to/application\nbundle\n```\n\nConfiguration\n--------------------------------------------------------------------------------\n\nTo configure the stripe plugin you will need both a public and secret key from stripe. Setting up a stripe sandbox for development is very easy, just create an account at \u003chttps://dashboard.stripe.com/register\u003e. Once you have an account visit \u003chttps://dashboard.stripe.com/account/apikeys\u003e to access your keys.\n\nAdd the following configuration to your app secrets\n\n```ruby\n  stripe:\n    login: secret_key_from_stripe\n    public_key: public_key_from_stripe\n```\n\nSetting up your checkout payment view\n--------------------------------------------------------------------------------\n\nIf you have not yet customized your checkout/payment view your application will\nautomatically use the one provided by this plugin. If you need to customize this\nview please override the one from the workarea-stripe plugin as it includes the\nnecessary changes to markup in order for stripe to work.\n\nIf you have already overridden checkout/payment from workarea core you will need\nto make a couple of additional changes to the view file to use stripe.\n\n1. Add data-stripe-payment-form to the #checkout_form on the payment view\n2. Remove the new card inputs, replacing them with the stripe_form partial.\n\nexample:\n\n```ruby\n= render 'workarea/storefront/checkouts/stripe_form', step: @step\n```\n\nSee the checkouts/payment.html.haml view in this plugin for reference.\n\nWorkarea Commerce Documentation\n--------------------------------------------------------------------------------\n\nSee [https://developer.workarea.com](https://developer.workarea.com) for Workarea Commerce documentation.\n\nLicense\n--------------------------------------------------------------------------------\n\nWorkarea Stripe is released under the [Business Software License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkarea-commerce%2Fworkarea-stripe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkarea-commerce%2Fworkarea-stripe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkarea-commerce%2Fworkarea-stripe/lists"}