
zw.co.paynow.constants.PaynowUrls Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
This project contains libraries to interface with Zimbabwe's Leading Payments Gateway, Paynow REST API.
The newest version!
package zw.co.paynow.constants;
/**
* Contains a list of Paynow associated URLS
*/
public final class PaynowUrls {
//URL for initiating a transaction
public static final String INITIATE_TRANSACTION = "https://www.paynow.co.zw/interface/initiatetransaction";
//URL for initiating a mobile transaction
public static final String INITIATE_MOBILE_TRANSACTION = "https://www.paynow.co.zw/interface/remotetransaction";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy