cancel
Showing results for 
Search instead for 
Did you mean: 

MYGOV Payments - Authorize Net - Tyler System (Used by City of Texas City)

Project Information:

The City of Texas City began using "MYGOV" on Jan 2018. 

All payment transactions entered in MYGOV are processed by Authorize Net.

Authorize Net forwards an e-mail notification to Inspections@texas-city-tx.org as the transactions are processed.

These transactions are then held until the next day when the batch report is received.

Once the transactions are reconciled to the batch report, these transactions are manually entered into the Tyler System.

 

Project Request:

Can the process above be automated by having all Authorize Net transactions payments automatically downloaded into the Tyler System?  Our IT department would like to have a contact at Authorize Net to proceed with this. Please advise.  Thanks.

rdelao1
Member
3 REPLIES 3

The IT department could set up a script that queries Authorize.Net for the batch contents.

There is an api method called getTransactionList where it accepts a batch ID and returns transaction data. Using this information the IT department could then insert the transaction data into the Tyler System.

 

Here is a starting point:

https://developer.authorize.net/api/reference/#transaction-reporting-get-transaction-list

mmcguire
Administrator Administrator
Administrator

Hello @rdelao1,

 

Automating the functionality that you have described could certainly be implemented. The method of implementation would depend to a degree on the environment of your current system. In all cases it would involve querying Authorize.net's API and updating your SQL Server with the results.

 

Which Tyler product are you are using?

 

  

Powered by NexWebSites.com -
Certified Authorize.net developers
NexusSoftware
Trusted Contributor

Hi @rdelao1

 

You can use Webhooks for getting realtime notifications of payments and then querying the APIs if needed . 

 

http://developer.authorize.net/api/reference/features/webhooks.html

 

Thanks





Send feedback at developer_feedback@authorize.net
Anurag
Moderator Moderator
Moderator