sequra / magento2-core
Core module for SeQura Payment Methods
Installs: 52 887
Dependents: 6
Suggesters: 0
Security: 0
Stars: 3
Watchers: 24
Forks: 9
Type:magento2-module
Requires
- php: >=7.4
- ext-json: *
- sequra/integration-core: v1.0.16
Requires (Dev)
- dev-master
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0.x-dev
- 2.5.0.4
- 2.5.0.3
- 2.5.0.2
- 2.5.0.1
- 2.5.0.0
- 2.4.2.5
- 2.4.2.4
- 2.4.2.3
- 2.4.2.2
- 2.4.2.1
- 2.4.2.0
- 2.4.1.2
- 2.4.1.1
- 2.4.1.0
- 2.4.0.8
- 2.4.0.7
- 2.4.0.6
- 2.4.0.5
- 2.4.0.4
- 2.4.0.3
- 2.4.0.2
- 2.4.0.1
- 2.4.0
- 2.3.4.9
- 2.3.4.8
- 2.3.4.7
- 2.3.4.6
- 2.3.4.5
- 2.3.4.4
- 2.3.4.3
- 2.3.4.2
- 2.3.4.1
- 2.3.4.0
- 2.3.3.7
- 2.3.3.6
- 2.3.3.5
- 2.3.3.4
- 2.3.3.3
- 2.3.3.2
- 2.3.3.1
- 2.3.3.0
- 2.3.2.4
- 2.3.2.3
- 2.3.2.2
- 2.3.2.1
- 2.3.2.0
- 2.3.1.5
- 2.3.1.4
- 2.3.1.3
- 2.3.1.2
- 2.3.1.1
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.1
- 2.1.0
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-padelnuestro
- dev-fix/PAR-462
- dev-fix/CS-5957
- dev-fix/CS-6051
- dev-fix/csp_for_checkout
- dev-chore/change_xdebug_enabling_scripts
- dev-fix/order-link-to-back-office
- dev-fix/inline-script-blocked-at-checkout
- dev-chore/add-set-up-script
- dev-fix/CS-5639
- dev-fix/CS-5514
- dev-feature/add_configure_command
- dev-fix/CS-5513
- dev-fix/CS-5483
- dev-fix/check-payment-method
- dev-LIS-21
- dev-fix/php8.2-compatibility
- dev-fix/widget-amount
- dev-B/LIS-15
- dev-B/PAR-360-fix-cors-error-on-assets-key-validation
- dev-fix/php7.4-compatibility
- dev-Add-syntax-check-action
- dev-3.0.0-alpha
- dev-3.0.0-alpha-fix-ssequra-typo
- dev-add-sequrapi-to-csp-whitelist
- dev-MP2-33
- dev-in_case_mail_send_modifications_needed
- dev-previous-to-magento-2.3.2
This package is auto-updated.
Last update: 2024-11-08 11:56:18 UTC
README
About seQura
Description
seQura is the flexible payment platform that will help your business improve conversion and recurrence. The easiest, safest, and quickest way for your customers to pay on installments.
+6.000 e-commerce and +1.5 million delight shoppers already use seQura. Are you still thinking about it?
This WooCommerce plugin allows you to make payments with seQura.
Benefits for merchants
Flexible payment solutions adapted to your business.
Widest flexible payment solutions in the market:
- Buy now pay later
- Pay in 3, no interest
- Installments, up to 24 months
- Flexi, combines interest-free BNPL with long-term financing in a single purchase experience
Your customers in good hands:
- Cost transparency and clarity
- Local support teams to deliver the best shopper experience
- Secure data, we don’t share your data with anyone or use your information to sell our own or third-party products
Obsessed with conversion and recurrence
- We adapt to your business, solutions for every sector, and buyer profile
- The highest acceptance rate in Southern Europe thanks to our own risk algorithm, created and optimized for the local market
- Instant approval. A frictionless credit-purchase experience, buy-in seconds without document uploads
- seQura marketing collateral to support your campaigns
Benefits for customers
- Widest range of flexible payment solutions available on the market, up to 4 different solutions to pay as you want.
- Access to credit with no paperwork, just complete 5 fields to be instantly approved
- Security and privacy, we do not sell your personal data to third parties nor share with other companies
Installation guide
Check the installation guide
Sign-up
Si tu comercio no está dado de alta en seQura, puedes hacerlo aquí para recibir credenciales de sandbox y empezar.
If you are not a seQura merchant yet, you can sign up here to get sandbox credentials and get started.
For developers
How to try the module
The repository includes a docker-compose file to easily test the module. You can start the environment with the following command:
./setup.sh
This will start a Magento 2 instance with the seQura module installed. You can access the admin panel at http://localhost:8018/admin
with the credentials admin
/password123
.
Once installed you could start/stop the magento instance with docker compose up
and docker compose down
commands.
Customizing the environment
You could create you own .env file to customize the environment. You can copy the .env.example file and modify the values as needed.
In order to use magento sample data you MUST set your credentials for https://repo.magento.com/ in you .env file at
COMPOSER_AUTH='{"http-basic":{"repo.magento.com":{"username":"<public-key>","password":"<private-key>"}}}'
Otherwise you will get a warning message:
"warning": "You haven't provided your Magento authentication keys. For instructions, visit https://devdocs.magento.com/guides/v2.3/install-gde/prereq/connect-auth.html"
and the installation will fail.
Other examples
- You can customize the Magento version by setting the
MAGENTO_VERSION
environment variable. - You can customize the sequra/magento module version by setting the
SQ_M2_CORE_VERSION
environment variable. Leave it as local to use the local version of the module. - You can customize the host and ports by setting the
MAGENTO_HOST
andMAGENTO_HTTP_PORT
environment variable.
Loading sample data
You can load sample data with the following command:
./bin/install-sampledata
or setting the MAGENTO_SAMPLEDATA
environment variable to yes
when before running the ./setup.sh script.
After installing sample data you may get 404 errors for http://${MAGENTO_HOST}/%7B%7BMEDIA_URL%7D%7Dstyles.css. To fix this issue go to Content -> Design -> Configuration -> Edit your theme -> HTML Head -> Scripts and Style Sheets and change the line with
{{MEDIA_URL}}styles.css
tomedia/styles.css
Other helper scripts
You can run commands in the Magento container with the following command:
./bin/magento <command>
To run magento commands in the container.
./bin/composer <command>
To run composer commands in the container.
./bin/mysql
To open mysql terminal in the container.
./bin/shell
To open a bash shell commands in the container.
./bin/xdebug
To toggle xdebug it will be enabled by default.