apurata / financing
Apurata Magento 2 plugin
Package info
github.com/apurata/magento2-acuotaz-payment-gateway
Type:magento2-component
pkg:composer/apurata/financing
0.4.6
2025-09-08 21:12 UTC
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2026-03-08 22:23:23 UTC
README
Installation
-
Get the plugin
Using composer, execute in Magento directory:
composer require apurata/financing:"0.4.*" -
Upgrade and compile page, to add apurata plugin:
magento setup:upgrade magento setup:di:compile -
Clean cache page:
magento cache:clean -
If the page is in production mode, you must generate the static files again:
bin/magento setup:static-content:deploy -
Check plugin status:
magento module:status Apurata_Financing -
If the status is disable:
magento module:enable Apurata_Financing --clear-static-content
Update to the latest version
- Use composer:
composer update apurata/financing
Configuration
- On the Admin sidebar, click Stores > Settings > Configuration.
- In the panel on the left, choose Sales > Payment Methods > Apurata Financing.
- Enter Apurata client ID and Secret token.
- Select the 'Generate invoice automatically' option if you want invoices to be generated automatically. This option is disabled by default.
- Save configuration.
aCuotaz order state
We just use three events to change the order status in the ecommerce:
- funded: Disbursement made. Change order status to "processing".
- rejected: Credit assessment denied user. Change order status to "canceled".
- canceled: Application canceled. Change order status to "canceled".
For the rest of the events we add notes in each order, in the "Comments history" section.