getVerificationPaymentURL method

String getVerificationPaymentURL()

Implementation

String getVerificationPaymentURL() {
  return sprintf(verificationPaymentUrl, [isSandBox ? "sandbox." : ""])
      .toString()
      .replaceAll(isSandBox ? "www." : "", "");
}