CS-Cart
Drop-in CS-Cart gateway for miaPOS instant payments. Install, configure credentials, accept.
Overview
Official miaPOS payment gateway for CS-Cart, distributed as open source on GitHub: finergy-tech/mia-pay-gateway-for-cscart. The plugin implements the E-comm API protocol end-to-end — merchants install, paste credentials, accept instant payments alongside existing methods.
Install
- Grab the latest release from GitHub releases (or clone the repo).
- CS-Cart admin → Add-ons → Manage Add-ons → + Upload.
- Activate and configure under Add-ons → MIA POS Payment Gateway.
Configure
- Open the plugin settings page.
- Paste your
merchantId,secretKey,terminalId(issued by miaPOS during onboarding). - Set
ecommBaseUrl—https://ecomm-test.miapos.mdfor sandbox,https://ecomm.miapos.mdfor production. - Choose
language(en,ro,ru) andpaymentType(qrorrtp). - Save and run a test transaction.
Callbacks
The plugin handles all callback verification automatically. miaPOS POSTs the signed result to the merchant-side callback URL; the plugin verifies the RSA signature using the public key from /ecomm/api/v1/public-key and updates the order status. Full algorithm in the Signature Verification Guide.
Reference
- Plugin source on GitHub
- Integration repo — protocol overview & signature guide
- Interactive demo
- E-comm API · Sandbox & environments