Table of Contents |
---|
About Wide Pay
Wide Pay, is a Brazilian payment processor. Learn more about Wide Pay on their website at https://www.widepay.com/.
Installing Wide Pay
To install the Wide Pay payment gateway, visit [Settings] > [Company] > [Payment Gateways] > Available, and click the "Install" button for Wide Pay.
A message will be displayed, indicating that the payment gateway was successfully installed.
Enter the details provided by Wide Pay.
Field Name | Description |
---|---|
Wallet ID | Enter the ID of the wallet in Wide Pay. |
Wallet Token | Enter the API token provided by Wide Pay for the chosen wallet. |
Accepted Currencies | Check the currencies that you would like to be processed through this payment gateway. The following currencies are available: BRL |
When finished, click "Update Settings" to save the details.
Custom Client Fields
In order for this gateway to work properly a couple of custom client fields should be configured
Field Name | Field Type | Regex | Description |
---|---|---|---|
Cpf/Cnpj | Text | N/A | The identification number sent when creating a charge in Wide Pay. |
Entity Type | Text | /Física|Jurídica/i | The entity type sent when creating a charge in Wide Pay. |
Changing Field Name
You may want to change the name of the custom fields for any number of reasons (e.g. translating it into another language). To do this check the 'Name is a language definition' box and update the language/[lang_code]/_custom.php file and add the line
$lang['_CustomFields.Entity Type'] = 'Custom Field Label';
or
$lang['_CustomFields.Cpf/Cnpj'] = 'Custom Field Label';
You have successfully installed and configured Wide Pay!