This extension is devised as the channel to make payments. The procedure to make payments includes the customer requiring to fill in some details, like credit/debit card number, expiry date, and CVV.
- Fork the repository https://github.com/minical/stripe-integration or clone it locally, or you can get this extension from miniCal MarketPlace.
- Upload the extension folder into the /public/application/extensions directory.
- Activate the extension through the ‘Extensions’ screen in miniCal.
- Click on the setting icon. It will redirect you to the stripe setting page. Fill in all the details then you are good to go.
- Easily connect to miniCal.
- Safe payment, refund, and capture.
- Support card payment options with different Currencies.
- Provide a detailed invoice.
A stripe account.
The version is broken down into 4 points e.g 1.2.3.4 We use MAJOR.MINOR.FEATURE.PATCH to describe the version numbers.
A MAJOR is very rare, it would only be considered if the source was effectively re-written or a clean break was desired for other reasons. This increment would likely break most 3rd party modules.
A MINOR is when there are significant changes that affect core structures. This increment would likely break some 3rd party modules.
A FEATURE version is when new extensions or features are added (such as a payment gateway, shipping module, etc). Updating a feature version is at a low risk of breaking 3rd party modules.
A PATCH version is when a fix is added, it should be considered safe to update patch versions e.g 1.2.3.4 to 1.2.3.5