Skip to content

General settings

Gabriel Gonçalves Rodrigues edited this page Jun 17, 2019 · 10 revisions

Before module configuration



To protect your store data, we recommend doing the procedures described here in a development environment.


Magento Address settings

Before proceeding to module configuration, make sure to set Customer Configuration on your Magento. Access this screen on Stores > Configurations, by clicking on Customers > Customer Configuration item on left menu. You must set the following configurations, on Name And Address Options section:

  • Number of Lines in a Street Address: Must be 4.
  • Show Tax/VAT Number: Must be Required.

This fields are required by Mundipagg API for doing proper transactions. See the example image:

Customer Configuration Field Number Customer Configuration VatId


Module General Settings


You can access Mundipagg Magento Integration Module settings by clicking on Mundipagg > Payment Methods item, scroll down to Other Payment Methods > Mundipagg . This is the General Configuration screen:

General Configuration

Module Basic Configuration section

  • Enabled: Enable/disable the module.

Api data section

  • Secret key [production]: Should be filled with your production secret key, with the format sk_xxxxxxxxxxxxxxxx.
  • Secret key [test]: Should be filled with your test secret key, with the format sk_test_xxxxxxxxxxxxxxxx.
  • Public key [production]: Should be filled with your production public key, with the format pk_xxxxxxxxxxxxxxxx.
  • Public key [test]: Should be filled with your test public key, with the format pk_test_xxxxxxxxxxxxxxxx.

All those keys are provided by Mundipagg.

  • Test mode: enable/disable test mode. In test mode, the test keys will be used to transact. So, if test mode is disabled, the production keys will be used.

Customer Config

Fill all following fields with your address field configuration

Street Attibute: for example: street_1

Number Attribute: for example: street_2

Complement Attribute: for example: street_3

District Attribute: for example: street_4

This is the Cutomer Configuration screen:

General Configuration

Clone this wiki locally