{"id":17061598,"url":"https://github.com/paxa/veritrans-rails-sample-cart","last_synced_at":"2026-05-19T07:33:09.194Z","repository":{"id":10659924,"uuid":"12892244","full_name":"Paxa/veritrans-rails-sample-cart","owner":"Paxa","description":"Example implementation of Veritrans VTLink integration checkout using Ruby on Rails","archived":false,"fork":false,"pushed_at":"2013-10-17T09:41:50.000Z","size":196,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T19:33:42.284Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Paxa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-17T10:14:03.000Z","updated_at":"2014-05-09T09:42:26.000Z","dependencies_parsed_at":"2022-09-24T06:20:53.170Z","dependency_job_id":null,"html_url":"https://github.com/Paxa/veritrans-rails-sample-cart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Paxa/veritrans-rails-sample-cart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paxa%2Fveritrans-rails-sample-cart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paxa%2Fveritrans-rails-sample-cart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paxa%2Fveritrans-rails-sample-cart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paxa%2Fveritrans-rails-sample-cart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Paxa","download_url":"https://codeload.github.com/Paxa/veritrans-rails-sample-cart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Paxa%2Fveritrans-rails-sample-cart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278547775,"owners_count":26004772,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-10-14T10:47:34.828Z","updated_at":"2025-10-06T01:34:04.195Z","avatar_url":"https://github.com/Paxa.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"veritrans-rails-sample-cart\n===========================\n\nExample implementation of Veritrans VTLink integration checkout using Ruby on Rails\n\nOnline demo available at [http://veritrans-rails-sample-cart.herokuapp.com](http://veritrans-rails-sample-cart.herokuapp.com/ \"online demo\")\n\nLangkah-langkah code integrasi:\n\n- Tambahkan `gem \"veritrans\"` di \"Gemfile\"\n\n- Buat routing yang di butuhkan untuk checkout menggunakan Veritrans Payment Gateway\n\n```ruby\n#.....ROUTES Example:\nroot :to =\u003e 'product#index' #................................checkout form\n\nmatch 'confirm' =\u003e 'veritrans#confirm', :via =\u003e :post #...confirmation (autosubmit to veritrans server)\nmatch 'postvtw' =\u003e 'veritrans#postvtw', :via =\u003e :post #...server to server notification\nmatch 'finish'  =\u003e 'veritrans#finish',  :via =\u003e :post #...server to server redirection\nmatch 'unfinish'=\u003e 'veritrans#unfinish',:via =\u003e :get  #...link-back to merchant web\nmatch 'error'   =\u003e 'veritrans#error',   :via =\u003e :post #...server to server redirection\n```\n\nUntuk membuat struktur database sample store dan generate sample data\n\n- `rake db:setup`\n\nHow to run on heroku\n--------------------\n\n1. Make an heroku app via control panel\n2. run `git push heroku master`\n3. heroku run \"rake db:migrate\" (only first time)\n\n\nCredits\n-------\n\n![Veritrans](https://www.veritrans.co.id/images/logo-small.png)\n\nThis application is example of integration with [Veritrans payment gateway](https://www.veritrans.co.id)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaxa%2Fveritrans-rails-sample-cart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaxa%2Fveritrans-rails-sample-cart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaxa%2Fveritrans-rails-sample-cart/lists"}