{"id":43756871,"url":"https://github.com/macopedia/orotpay","last_synced_at":"2026-02-05T14:32:20.436Z","repository":{"id":334026269,"uuid":"1135680553","full_name":"macopedia/orotpay","owner":"macopedia","description":"Official Tpay integration with OroCommerce","archived":false,"fork":false,"pushed_at":"2026-01-22T12:05:06.000Z","size":262,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-23T01:25:56.774Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","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/macopedia.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-16T12:47:46.000Z","updated_at":"2026-01-22T12:05:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/macopedia/orotpay","commit_stats":null,"previous_names":["macopedia/orotpay"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/macopedia/orotpay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macopedia%2Forotpay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macopedia%2Forotpay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macopedia%2Forotpay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macopedia%2Forotpay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/macopedia","download_url":"https://codeload.github.com/macopedia/orotpay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/macopedia%2Forotpay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29123675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T14:05:12.718Z","status":"ssl_error","status_checked_at":"2026-02-05T14:03:53.078Z","response_time":65,"last_error":"SSL_read: 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":"2026-02-05T14:32:20.116Z","updated_at":"2026-02-05T14:32:20.423Z","avatar_url":"https://github.com/macopedia.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tpay \u0026 OroCommerce payment gateway integration\n\u003cbr\u003e\n\u003cp\u003e\n\u003cimg src=\"./.github/tpay.svg\" width=\"250\"  alt=\"Tpay trusted payments\"/\u003e \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp; \u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp; \u003cimg src=\"https://oroinc.com/wp-content/themes/oroinc/images/redesign/OroCommerce-Logo.svg?x64248\" width=\"400\"  alt=\"OroCommerce\"/\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\nThe **OroTpay bundle** is a free and official Tpay extension for OroCommerce  that enables seamless payment processing for your OroCommerce application. Bundle provides a secure, frictionless checkout experience by integrating one of Poland’s leading payment gateways directly into your store.\n\n## Key features\n\n* **Native checkout experience:** Support for BLIK, VISA Mobile, Credit Cards, Online Transfers (PBL), and PragmaPay directly on your store.\n* **Digital wallets:** Ability to configure Apple Pay and Google Pay on store checkout\n* **Classic gateway support:** \"classic\" payment method of redirect to the Tpay payment gateway.\n* **Flexible payment logic:** Support for payment retries, transactions statuses and logs to troubleshoot potential payment problems, possibility for full refunds directly from the OroCommerce admin panel (v1.0 supports full refunds only)\n* **Testing environment:** You can use it with Tpay Sandbox mode for safe development and staging.\n\n## Technical requirements\n\nPlease verify your environment meets the following criteria:\n\n| Component                  | Requirement                                                                                                                                                                                                                                                                                                             |\n|:---------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| **OroCommerce**            | Version 6.x                                                                                                                                                                                                                                                                                                             |\n| **PHP Version**            | \u003e= PHP 8.4                                                                                                                                                                                                                                                                                                              |\n| **Tpay Account**           | Active production or Tpay sandbox account (testing only)                                                                                                                                                                                                                                                                |\n| **Apple/Goole MerchantID** | To offer digital wallets (Apple Pay/Google Pay) to your customers, ensure your Merchant ID is correctly configured in the integration settings. Note on Apple Pay: to enable Apple Pay, you must verify your store domain within the Tpay Merchant Panel. This involves uploading a verification file provided by Apple |\n\n# Installation \u0026 Setup\n\nFollow these steps to integrate Tpay into your OroCommerce instance:\n\n### 1. Install via Composer\nExecute the following command in your project root:\n```\ncomposer req macopedia/orotpay\n```\n### 2. Run database migrations \u0026 load translations\n-  Execute migrations\n```\nphp bin/console oro:platform:update --force\n```\n\n- Clear the application cache\n```\nphp bin/console cache:clear\n```\n\n### 3. Configuration\n\n1. **Parameters:** If necessary, customize the default parameters found in:  \n   [Resources/config/parameters.yml](./Resources/config/parameters.yml)\n2. **Deployment:** Deploy the changes to your OroCommerce instance (**remember: run migrations on first deployment!**)\n3. **Go to ORO admin panel:**\n    * Navigate to the OroCommerce admin panel.\n    * Go to **System \u003e Integrations \u003e Manage Integrations**.\n    * Create a new integration, select **Tpay**, provide your API credentials and select production or sandbox mode\n    * Configure your desired payment methods within **System \u003e Payment Rules**.\n\n### 4. Documentation\nDocumentation for the extension is available on Tpay's website in:\n1. [Polish](https://docs-api.tpay.com/pl/orocommerce/)\n2. [English](https://docs-api.tpay.com/en/orocommerce/)\n\n## License\n\nThis plugin's source code is completely free and released under the terms of the MIT license.\n\n## About extension\nThis extension is a joint initiative developed by [Macopedia](https://macopedia.com/) in official partnership with [Tpay](https://tpay.com).\n\n### About Tpay\n\n[Tpay](https://tpay.com) is one of Poland’s leading online payment operators, providing secure and convenient payment solutions for thousands of e-commerce businesses.\n\n### About Macopedia\n[Macopedia](https://macopedia.com/) is a software development house and digital commerce partner with strong expertise in PIM and e-commerce, supporting B2B and B2C companies worldwide.\nSince 2006, we’ve been helping manufacturers, importers, and distributors scale their digital sales by bridging business needs with robust, modern technology.\n\nWe specialize in building and maintaining solutions based on proven platforms such as OroCommerce, Adobe Commerce (Magento), Shopware, Akeneo, Pimcore, and Odoo, as well as custom integrations across complex system landscapes.\nOur teams deliver end-to-end solutions, from architecture and development to integrations with ERP, CRM, and payment systems. We build scalable, headless, and traditional web applications using TYPO3 and modern frameworks.\n\nBeyond project delivery, we actively share knowledge and educate the market through initiatives like the [B2B MasterClass podcast](https://www.youtube.com/watch?v=bKcTa6id7Xs\u0026list=PLPCr2EIkIgImMjKrm1bAI6UY0KWiG8r8y) and [PIM Academy](https://www.youtube.com/watch?v=6pbpuklMXyI\u0026list=PLPCr2EIkIgIkJxKQtUrwbFpTS1R6Q9Pzs), supporting the growth of the digital commerce community.\n\n## [Contact us](https://macopedia.com/contact)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacopedia%2Forotpay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmacopedia%2Forotpay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmacopedia%2Forotpay/lists"}