TechnologyRediscovery / cogconnect

Municipal government code enforcement and occupancy permitting web-app system
https://cogconnect.net
GNU General Public License v3.0
1 stars 1 forks source link

payment integration: research #15

Open edarsow opened 5 years ago

edarsow commented 5 years ago

We would like public users to be able to pay for their occupancy permit online when they submit an occupancy permit application. TCVCOG has already verified that their bank is happy to work with PayPal, but other providers of payment management services may be significantly easier to integrate into JSF than paypal, so some research is in order.

Aspects to consider:

We then want to get a confirmation of payment object back from the provider which we can translate into an entry in our payments table in the database.

Questions to guide research: 1) How much does this integration cost? How is the cost billed? 2) What language support does the provider offer? My guess is most will want JSON for system data interchange, but XML would be ideal since XML is more native to Java than JSON 3) What support does the provider offer developers who are integrating with code instead of just a link to an account on a "pay now" button or something