{"id":29874973,"url":"https://github.com/quantity-digital/craftcms-altapay","last_synced_at":"2026-02-07T20:30:45.843Z","repository":{"id":307309627,"uuid":"1023435798","full_name":"quantity-digital/craftcms-altapay","owner":"quantity-digital","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-25T14:04:39.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-25T16:10:26.248Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quantity-digital.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-21T06:56:10.000Z","updated_at":"2025-08-25T14:04:42.000Z","dependencies_parsed_at":"2025-07-30T16:55:53.652Z","dependency_job_id":null,"html_url":"https://github.com/quantity-digital/craftcms-altapay","commit_stats":null,"previous_names":["quantity-digital/craftcms-altapay"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/quantity-digital/craftcms-altapay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantity-digital%2Fcraftcms-altapay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantity-digital%2Fcraftcms-altapay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantity-digital%2Fcraftcms-altapay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantity-digital%2Fcraftcms-altapay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quantity-digital","download_url":"https://codeload.github.com/quantity-digital/craftcms-altapay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quantity-digital%2Fcraftcms-altapay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29208161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T20:13:33.422Z","status":"ssl_error","status_checked_at":"2026-02-07T20:13:31.455Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-07-31T01:46:17.209Z","updated_at":"2026-02-07T20:30:45.837Z","avatar_url":"https://github.com/quantity-digital.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AltaPay for CraftCMS Commerce\n\nIntegrates your CraftCMS Commerce webshop to the AltaPay payments gateway.\n\n\u003c!-- If you are not a developer, please use [AltaPay for Commerce](https://wordpress.org/plugins/altapay-for-woocommerce/) on WordPress.org. --\u003e\n\n## Supported Payment Methods \u0026 Functionalities\n\n\u003ctable\u003e\n\u003ctr\u003e\u003ctd\u003e\n\n| Functionalities          |  Support  |\n| :----------------------- | :-------: |\n| Reservation              |  \u0026check;  |\n| Capture                  |  \u0026check;  |\n| Instant Capture          | \u0026check;\\* |\n| Multi Capture            | \u0026cross;\\* |\n| Recurring / Unscheduled  |  \u0026check;  |\n| Release                  |  \u0026check;  |\n| Refund                   |  \u0026check;  |\n| Multi Refund             | \u0026cross;\\* |\n| 3D Secure                |  \u0026check;  |\n| Fraud prevention (other) |  \u0026cross;  |\n| Reconciliation           |  \u0026check;  |\n| MO/TO                    |  \u0026cross;  |\n\n\u003c/td\u003e\u003ctd valign=\"top\"\u003e\n\n| Payment Methods | Support |\n| --------------- | :-----: |\n| Card            | \u0026check; |\n| Invoice         | \u0026cross; |\n| ePayments       | \u0026check; |\n| Bank-to-bank    | \u0026check; |\n| Interbank       | \u0026cross; |\n| Cash Wallet     | \u0026cross; |\n| Mobile Wallet   | \u0026cross; |\n\n\u003c/td\u003e\u003c/tr\u003e \u003c/table\u003e\n\n\u003c!-- ## How to Build\n\nIf you wish to build your own copy, follow below steps:\n\n- Navigate to the `plugins` directory and run below commands.\n\n        git clone https://github.com/AltaPay/plugin-wordpress.git\n        cd plugin-wordpress\n\n- Install all the necessary dependencies.\n\n        composer install --no-dev\n        composer prefix-dependencies\n\n- Finally, Activate the plugin from the plugins page. --\u003e\n\n\u003c!-- ## How to run cypress tests\n\nAs a prerequisite install WooCommerce with default theme (Storefront) \u0026 sample data and follow below steps:\n\n- Navigate to `tests/integration-test`\n- Install cypress by executing\n\n        npm i\n\n- Update `cypress/fixtures/config.json`\n- Run cypress\n\n        ./node_modules/.bin/cypress open --\u003e\n\n## Code Analysis\n\nPHPStan is being used for running static code analysis. Its configuration file 'phpstan.neno.dist' is available in this repository. The directories are mentioned under the scnDirectories option, in phpstan.neon.dist file, are required for running the analysis. These directories belong to WordPress and WooCommerce. If you don't have these packages, you'll need to download and extract them first and then make sure their paths are correctly reflected in phpstan.neon.dist file. Once done, we can run the analysis:\n\n- Install composer packages using `composer install`\n- Run `vendor/bin/phpstan analyze` to run the analysis. It'll print out any errors detected by PHPStan.\n\n## Changelog\n\nSee [Changelog](CHANGELOG.md) for all the release notes.\n\n## License\n\nDistributed under the GNU General Public License. See [LICENSE](LICENSE) for more information.\n\n## Documentation\n\nFor more details please see [docs](https://github.com/quantity-digital/craftcms-altapay/wiki)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantity-digital%2Fcraftcms-altapay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquantity-digital%2Fcraftcms-altapay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquantity-digital%2Fcraftcms-altapay/lists"}