308-icloud

Integration – Invoice Cloud

Version 6.0

Overview

Governs’ Invoice Cloud integration provides an invoice presentation / payment solution using Invoice Cloud. With Invoice Cloud integration Govern users have 24/7 access to on-line bills and flexible payment options that include all major credit/debit cards and eChecks.
Invoice Cloud consists of 2 major areas. Batch Functions that can be scheduled to send Billing Information reports to Invoice Cloud and the AR & CC Cash Collection Service.

Requirement

Integration needed with invoice cloud. We need to make a new service that:
1. Allows Payments
2. Allows Payment Reversal
3. Update Paperless status for Mailing Index
4. GetArBalances
See AR/CC Web Service

The following actions are also needed:
1. Generate a Summary Account Balance and send it to an FTP
2. Generate a Detail Account Balance (bill) and send it to an FTP

Tax & UB Bill

Tax and Utility Billing PDF Bill

Account Balance Extract

Account Balance Extract is created and push to the FTP.
Work Order for Code: WALGOL1202
Crystal reports that show the balance for each NA_ID

Batch Processes

Consists of 2 batch process that generate reports in CSV format.

1) Batch process – Invoice Cloud Balance :
UI : ComboBox SubSystems (only RE, PP, UB)
Nb. Activity days Add to the report all entries in AR_Master having activities (all activities in AR_DETAIL except payment from InvoiceCloud) in the X last days of activity.

2) Batch Process – Invoice Cloud Invoice :
. UI : ComboBox SubSystems (only RE, PP, UB) ComboBox SubSystems (only RE, PP, UB)

a) subsystems : RE, PP :
UI : Year, Installment
File Name to generate : XXXXXX_RE_TimeStamp.csv or XXXXXX_PP_TimeStamp.csv

b) Subsystem : UB :
UI : ComboBox : Posting ID – Posting Date (From table UB_POST_MASTER)
File Name to generate : XXXXXX_UB_TimeStamp.csv

The Total Billed should be the Sum of Amounts from AR_DETAIL where type = ‘INV’ and having Creation_Date = Posting_Date

Supporting Documents

Click on the links below to view the .PDF document.

Right-click on the links below to down the view the .PDF document.

To download the Excel files below, either right click on the link and select “Save Link As…” from the menu, or click directly and select the option to open in Microsoft Excel.

To download the .CSV files below, right click on the link and select “Save Link As…” from the menu. The file may then be opened in an application like Microsoft Excel.

SQL for the INVOICE

SELECT "AR_MASTER"."SUB_SYSTEM", "AR_MASTER"."YEAR_ID", "AR_SUMMARY"."INSTALLMENT", "AR_SUMMARY"."AR_ID", "NA_MAILING_INDEX"."NA_ID", "NA_NAMES"."FREE_LINE_1", "NA_NAMES"."STREET", "NA_NAMES"."CIVIC", "NA_NAMES"."PRE_DIR", "NA_NAMES"."S_SUFFIX", "NA_NAMES"."POST_DIR", "NA_NAMES"."SEC_ADD_IND", "NA_NAMES"."UNIT", "NA_NAMES"."CITY", "NA_NAMES"."STATE", "NA_NAMES"."ADD_LINE_A", "NA_NAMES"."ZIP_POSTAL", "NA_NAMES"."EMAIL", "NA_NAMES"."NAME_2", "AR_MASTER"."SORT_KEY", "AR_SUMMARY"."PRINCIPAL", "NA_MAILING_INDEX"."SUB_SYSTEM", "NA_MAILING_INDEX"."PRIMARY_INDEX"
FROM (("Waltham"."dbo"."AR_MASTER" "AR_MASTER" INNER JOIN "Waltham"."dbo"."AR_SUMMARY" "AR_SUMMARY" ON "AR_MASTER"."AR_ID"="AR_SUMMARY"."AR_ID") LEFT OUTER JOIN "Waltham"."dbo"."NA_MAILING_INDEX" "NA_MAILING_INDEX" ON ("AR_MASTER"."P_ID"="NA_MAILING_INDEX"."REF_ID") AND ("AR_MASTER"."SUB_SYSTEM"="NA_MAILING_INDEX"."SUB_SYSTEM")) LEFT OUTER JOIN "Waltham"."dbo"."NA_NAMES" "NA_NAMES" ON "NA_MAILING_INDEX"."NA_ID"="NA_NAMES"."NA_ID"
WHERE "NA_MAILING_INDEX"."PRIMARY_INDEX"=-1 AND "NA_MAILING_INDEX"."SUB_SYSTEM"='UB'
ORDER BY "AR_SUMMARY"."AR_ID"

SQL for the BALANCE

SELECT "AR_MASTER"."SUB_SYSTEM", "AR_MASTER"."YEAR_ID", "AR_SUMMARY"."INSTALLMENT", "AR_MASTER"."AR_ID", "AR_SUMMARY"."AR_ID", "NA_MAILING_INDEX"."NA_ID", "NA_MAILING_INDEX_1"."NA_ID", "AR_SUMMARY"."BALANCE", "NA_MAILING_INDEX"."SUB_SYSTEM"
FROM (("Waltham"."dbo"."AR_MASTER" "AR_MASTER" INNER JOIN "Waltham"."dbo"."AR_SUMMARY" "AR_SUMMARY" ON "AR_MASTER"."AR_ID"="AR_SUMMARY"."AR_ID") LEFT OUTER JOIN "Waltham"."dbo"."NA_MAILING_INDEX" "NA_MAILING_INDEX" ON ("AR_MASTER"."P_ID"="NA_MAILING_INDEX"."REF_ID") AND ("AR_MASTER"."SUB_SYSTEM"="NA_MAILING_INDEX"."SUB_SYSTEM")) LEFT OUTER JOIN "Waltham"."dbo"."NA_MAILING_INDEX" "NA_MAILING_INDEX_1" ON ("AR_MASTER"."UB_ID"="NA_MAILING_INDEX_1"."REF_ID") AND ("AR_MASTER"."SUB_SYSTEM"="NA_MAILING_INDEX_1"."SUB_SYSTEM")
WHERE "NA_MAILING_INDEX"."SUB_SYSTEM"='RE' AND "AR_MASTER"."YEAR_ID"=2012 ORDER BY "AR_MASTER"."AR_ID", "AR_SUMMARY"."INSTALLMENT"

Installation of Web Services

Invoice Cloud Web Service (Release 5.1)

To install the following are the installation steps for the Invoice Cloud Web Service:

  1. Deploy the Release 5.0.9 of the Resources Files.
  2. Install and configure the WCF Accounts Receivable API [Filename: WCFAccountsReceivableAPI.zip].
  3. Modify the web.config file to use the GoverNetConfig.xml of the deployment [Location: In the root of the specific deployment folder]
  4. When installing Release 5.1 of the web service, administrators will need to manually create the following table in (Table: NA_NAMES: WEBPROFILEACCESSRT (Smallint, Allows Null). This field was added to provide support for the eGov and is used in the business rules of the Names.

Verification of the Service

The WcfTestClient.exe application is used to test the web service. This application can be obtained on the Govern FTP site or from Govern Technical Support: WCF Test Application.zip. For additional details regarding testing Govern Web Services

What’s New!

Release 6.0
The two (2) Govern batch processes that are associated with the Invoice Cloud process for Real Property and Personal Property modules have been modified to allow them to identify required InvoiceTypeID’s that match with AR Cycle codes for Real Property (RE) and Personal Property (PP). Release 1703.06

Prior to release 6.0 of the Govern Web service, manual changes were required to be made during the installation of the Invoice Cloud Web Service:

  • Modify the web.config to use the GovernNetConfig.xml file located in the deployment root directory.
  • Create (Table: NA_NAMES.WEBPROFILEACCESSRT), with properties set to (smallint, allow NULLS).

The above steps are no longer required, they are automatically created when the Database Verification process is run in the Govern New Administration (GNA).

Related Topic(s)

Govern API and Service

 

 

308-icloud

 

0 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 5 (0 votes, average: 0.00 out of 5)
You need to be a registered member to rate this.
Loading...

 

Payment Processing

Payment Processing

Overview

The following is a list of the currently Available Payment Processors and Gateways (POS)

NOTE: This list will be modified periodically.

Recommended Payment Provider List

Read More...

FORTE

Jami Hughes (Contact)
Director of Sales
866.290.5400 ext. 721
jami.hughes@forte.net

PAYMENTUS

Nicole Haskins (Contact)
Director of Sales
540-951-6462
nhaskins@paymentus.com

POINT & PAY

Peter Drew (Contact)
Director of Sales
Office: 888-891-6064
Mobile: 334-303-4941
pdrew@pointandpay.com

NELNET (Cryptpay)

Peggy Smith (Contact)
Manager Strategic Partnerships
121 S. 13th STE 201, Lincoln, NE 68508
312-961-8603
PeggySmith@paymentspring.com

Kamil Salus (Contact)
NTS Project Manager
224.420.7277
Kamil.Salus@cryptpay.net

UniPAY

Debbie Mateer (Contact)
UniPay Supervisor
debbie.mateer@unibank.com
Toll Free: 877-227-1157 Ext. 1131
Direct: 508-849-4255

CONSTELLATION PAYMENTS

Angie Clarke
Director of Product Integration
aclarke@csipay.com
Direct: 267-287-1052

iCLOUD

Stephanie Ivie (Contact)
Implementation Manager
Invoice Cloud, Inc.
Office: (901) 737-8686
sivie@invoicecloud.com

Additional Information

Type of Payment Processing

A payment gateway does not process credit cards transactions. They act as an intermediary between a website or software and a merchant account provider.

Payment Service Providers

A payment service provider (PSP’s) offers additional online services for accepting electronic payments by a variety of payment methods including credit card, bank-based payments such as direct debit, bank transfer, and real-time bank transfer based on online banking. Typically, they use a SaaS model and form a single payment gateway for their clients (merchants) to multiple payment methods.

Payment Processor

A payment processor is a company (often a third party) appointed by a merchant to handle transactions from various channels such as credit cards and debit cards for merchant acquiring banks. They are usually broken down into two types: front-end and back-end.

Payment as a Service

Due to the many regulatory requirements levied on businesses, the modern payment processor is usually partnered with merchants through a concept known as software-as-a-service (SaaS).
Transaction Quality

Security

Tokenization

Tokenization, when applied to data security, is the process of substituting a sensitive data element with a non-sensitive equivalent, referred to as a token, which has no related or useful meaning or value to anyone seeking to exploit it.

Point-to-Point

Another method of protecting payment card data is Point to Point Encryption, which encrypts cardholder data so that clear text payment information is not accessible within the merchant’s system in the event of a data breach.

Compatibility Matrix

NOTE: This matrix is subject to periodic updates.

The following grid is available for viewing or download as a PDF file.
File: 100-pos-table-PaymentProcessing.pdf

Point of Sale eGovernment grid

3rd Party Company Product / Service Provider Status Credit Debit POS Release Version Customers eGov Version ePayments ePermits eRenewals eRemittance Customers Platform *Other Options Available Merchant Account(s) Convenience Fees Fee Per Transaction Fee Per Month Notes
Cryptpay (NelNet)- note now owned by PaymentSpring NelNet yes no yes 1609 yes yes yes yes sav (move to paymentus) Nelnet looking to increase functionalities via our AR/CC api solution
Constellation Payment CSI PAY Terminal Cloud yes no yes v6.0 1603 no Online Cloud Solution yes yes ? ?
Direct Standard API Paymentus yes no yes 6.0 yes no no yes arv, pro, sav API
Paypal yes no yes 6.0 yes yes yes yes shn, addison API
Point & Pay yes no yes 6.0 yes yes yes yes ehn API
JP Morgan yes no yes 6.0 yes no no yes eri Direct to paym. provider + file for returns
Unipay yes no yes 6.0 yes no no yes oxf API
YourPay Not recommended no yes 6.0 none
First Data Pax yes yes yes vb6, v6.0 1609 wal no wal File Exchange (custom) yes yes
FIS File Exchange yes yes v6.0 *1609 ctg ? ? ctg *Virtual Terminal /Custom Batch Process similar to lockbox ?
Forte Payment Gateway yes yes v6.0 1606 mec yes 1609 yes yes yes yes mec All Major processors. *Virtual POS yes
Harris Payment Gateway (HPG) Card Net Deprecated rev yes rev Revere moving to Forte
FIS Deprecated ken yes ken
TWI Deprecated ftc yes ftc Bought out by Paymentus Paymentus bought out TWI
Moneris Moneris vb6 only yes vb cbj- not yet implemented ? vb cbj Bought out by Vantiv- transition March 2017- will no longer be supported
Nelnet Nelnet Legacy Legacy ofa, ply yes shn, ofa, ply Disc. by Nelnet replaced by Cryptpay
PayPal Paypal vb5 only yes v5.0 yes yes
Invoice Cloud e-billing & Payment Systems yes yes yes v5.0+ wal ? ? wal Payment Services Providers (PSP) SaaS / File Exchange eBilling ++
System Integrators
  • iNovah
To be discussed *Cash Collection Revenue/Solution. AR/CC api. Need to discuss conformity
Document Audit Version Date Description

 

Related Topics

System Third Party Integration
e-Government – Public Self Service Portal

1. FORTE
Jami Hughes
Director of Sales
866.290.5400 ext. 721
jami.hughes@forte.net

2. PAYMENTUS
Nicole Haskins
Director of Sales
540-951-6462
nhaskins@paymentus.com

3. POINT & PAY
Peter Drew
Director of Sales
Office: 888-891-6064
Mobile: 334-303-4941
pdrew@pointandpay.com

4. Nelnet (Cryptpay)
Peggy Smith
Manager Strategic Partnerships
121 S. 13th STE 201, Lincoln, NE 68508
312-961-8603
PeggySmith@paymentspring.com
Kamil Salus
NTS Project Manager
224.420.7277
Kamil.Salus@cryptpay.net

5. UniPay
Debbie Mateer
UniPay Supervisor
debbie.mateer@unibank.com
Toll Free: 877-227-1157 Ext. 1131
Direct: 508-849-4255

6. PayPal

7. JP Morgan

Stephanie Ivie
Implementation Manager
Invoice Cloud, Inc.
Office: (901) 737-8686
sivie@invoicecloud.com

 

 

100-pos

 

0 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 50 votes, average: 0.00 out of 5 (0 votes, average: 0.00 out of 5)
You need to be a registered member to rate this.
Loading...