Class ExternalVerifoneProviderProperties


  • @ConfigurationProperties("broadleaf.verifone.provider")
    public class ExternalVerifoneProviderProperties
    extends Object
    The properties for the Verifone API configuration.
    Author:
    Dima Myroniuk (dmyroniuk)
    • Constructor Detail

      • ExternalVerifoneProviderProperties

        public ExternalVerifoneProviderProperties()
    • Method Detail

      • init

        @PostConstruct
        public void init()
      • getApiUrl

        public String getApiUrl()
        The Verifone API URL.
      • getInitiatePaymentUri

        public String getInitiatePaymentUri()
        The URI to execute the AUTHORIZE or AUTHORIZE_AND_CAPTURE transaction.
      • getVoidAuthorizationUri

        public String getVoidAuthorizationUri()
        The URI to execute the REVERSE_AUTH transaction.
      • getCaptureAuthorizationUri

        public String getCaptureAuthorizationUri()
        The URI to execute the CAPTURE transaction.
      • getRefundPaymentUri

        public String getRefundPaymentUri()
        The URI to execute the REFUND transaction.
      • getVoidCaptureUri

        public String getVoidCaptureUri()
        The URI to execute the REFUND transaction.
      • getCreateUpdateTokenUri

        public String getCreateUpdateTokenUri()
        The URI to create/update the token.
      • getUpdateTokenUri

        public String getUpdateTokenUri()
        The URI to update the token.
      • getDeleteTokenUri

        public String getDeleteTokenUri()
        The URI to delete the token.
      • getInitiateWalletPaymentUri

        public String getInitiateWalletPaymentUri()
        The URI to initiate a wallet payment using Google Pay or Apple Pay.
      • setApiUrl

        public void setApiUrl​(String apiUrl)
        The Verifone API URL.
      • setInitiatePaymentUri

        public void setInitiatePaymentUri​(String initiatePaymentUri)
        The URI to execute the AUTHORIZE or AUTHORIZE_AND_CAPTURE transaction.
      • setVoidAuthorizationUri

        public void setVoidAuthorizationUri​(String voidAuthorizationUri)
        The URI to execute the REVERSE_AUTH transaction.
      • setCaptureAuthorizationUri

        public void setCaptureAuthorizationUri​(String captureAuthorizationUri)
        The URI to execute the CAPTURE transaction.
      • setRefundPaymentUri

        public void setRefundPaymentUri​(String refundPaymentUri)
        The URI to execute the REFUND transaction.
      • setVoidCaptureUri

        public void setVoidCaptureUri​(String voidCaptureUri)
        The URI to execute the REFUND transaction.
      • setCreateUpdateTokenUri

        public void setCreateUpdateTokenUri​(String createUpdateTokenUri)
        The URI to create/update the token.
      • setUpdateTokenUri

        public void setUpdateTokenUri​(String updateTokenUri)
        The URI to update the token.
      • setDeleteTokenUri

        public void setDeleteTokenUri​(String deleteTokenUri)
        The URI to delete the token.
      • setInitiateWalletPaymentUri

        public void setInitiateWalletPaymentUri​(String initiateWalletPaymentUri)
        The URI to initiate a wallet payment using Google Pay or Apple Pay.