Evertec Payment Gateway Adapter Properties
Set the Evertec Payment Gateway Adapter properties in /opt/mtx/conf/payment-service.yaml.
Evertec Payment Gateway Adapter Properties describes the Evertec Payment Gateway Adapter properties.
Property Name | Description | Default Value | Mandatory |
---|---|---|---|
payment.gateway.evertec.configs.default.baseUrl | The base URL for all requests to Evertec. | yes | |
payment.gateway.evertec.configs.default.login | The Evertec authentication credentials. | yes | |
payment.gateway.evertec.configs.default.secretKey | The secret key for basic authentication. | yes | |
payment.gateway.evertec.currencyMultiplier | The amount multiplier (for example, 100 for 2 decimal places). | 100 | no |
payment:
gateway:
# Evertec Payment Gateway
evertec:
configs:
default:
baseUrl: https://example.com
secretKey: 123abc
login: 456efg789hij
currencyMultiplier: 100