All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cl.transbank.common.IntegrationApiKeys Maven / Gradle / Ivy

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