
cl.transbank.common.IntegrationApiKeys Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of transbank-sdk-java Show documentation
Show all versions of transbank-sdk-java Show documentation
Tranbank API integration SDK for Java Projects
The newest version!
package cl.transbank.common;
/**
* This class holds the API keys for the integration environment.
*/
public class IntegrationApiKeys {
/**
* The API key for Webpay in the integration environment.
*/
public static final String WEBPAY =
"579B532A7440BB0C9079DED94D31EA1615BACEB56610332264630D42D0A36B1C";
/**
* The API key for Patpass Comercio in the integration environment.
*/
public static final String PATPASS_COMERCIO = "cxxXQgGD9vrVe4M41FIt";
/**
* Private constructor to prevent instantiation.
*/
private IntegrationApiKeys() {
// This constructor is intentionally empty.
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy