Friday, May 12, 2017

How to integrate Payment Gateway

https://www.quora.com/How-do-payment-gateways-work-technically

http://stackoverflow.com/questions/3090907/how-to-create-payment-gateway-for-an-online-transaction

http://stackoverflow.com/questions/2294798/payment-gateway-for-java

https://www.bttpay.com/payment-gateway-integration-in-java/

https://www.quora.com/How-can-I-create-a-payment-gateway-application-in-Java


https://github.com/maxipago/sdk-java

https://www.quora.com/How-does-the-payment-gateway-application-work

https://www.quora.com/How-can-I-create-a-payment-gateway-application-in-Java


https://www.quora.com/I-want-to-create-online-payment-gateway-application-but-I-dont-knw-anything-about-coding-how-shall-I-work-on-it

u can mail me your exact problem statement at ahmad(dot)nazeeb(at)gmail(dot)com


https://www.quora.com/How-do-I-create-a-payment-gateway

https://www.quora.com/I-want-to-create-a-payment-gateway-What-are-the-technical-skills-needed-for-that-What-are-the-processes-of-creating-a-payment-gateway

https://www.quora.com/How-does-one-start-a-payment-gateway

https://www.bttpay.com/payment-gateway-integration-in-java/

http://www.wikihow.com/Integrate-a-Payment-Gateway-Into-a-Website

https://www.lynda.com/Business-Catalyst-tutorials/Establishing-payment-gateway/68388/78123-4.html

http://activemerchant.org/

http://stackoverflow.com/questions/2294798/payment-gateway-for-java


https://developer.paypal.com/docs/

http://designertuts.com/paypal-ipn-receiving-instant-payments-in-your-web-application.php

https://www.quora.com/How-is-Instamojo-able-to-charge-the-lowest-transaction-fee
http://www.opennovasoftware.com/solutions/psp

https://www.simicart.com/blog/6-must-have-payment-gateways-for-mobile-apps/
https://www.instamojo.com/

https://www.ccavenue.com/ccavenue_index.jsp

https://www.konakart.com/docs/CreatingAPaymentModule.html

https://www.braintreepayments.com/

https://www.quora.com/How-is-Instamojo-able-to-charge-the-lowest-transaction-fee

http://paywithpaytm.com/developer/paytm_sdk_doc?target=how-paytm-sdk-works
https://www.shopify.in/payment-gateways/india

http://ecommerce-platforms.com/ecommerce-selling-advice/choose-payment-gateway-ecommerce-store

Tuesday, April 25, 2017

What is the difference between SSL and TLS?

What is the difference between SSL and TLS?

The differences between the two protocols are very minor and technical, but they are different standards. TLS uses stronger encryption algorithms and has the ability to work on different ports. Additionally, TLS version 1.0 does not interoperate with SSL version 3.0.
Netscape originally developed the SSL (Secure Sockets Layer) protocol to transmit information privately, ensure message integrity, and guarantee the server identity. SSL works mainly through using public/private key encryption on data. It is commonly used on web browsers, but SSL can also be used with email servers or any kind of client-server transaction. For example, some instant messaging servers use SSL to protect conversations.
The Internet Engineering Task Force (IETF) created TLS (Transport Layer Security) as the successor to SSL. It is most often used as a setting in email programs, but, like SSL, TLS can have a role in any client-server transaction.

Monday, February 6, 2017

REST POST with CURL


curl -v -H "Content-Type: application/xml" -X POST --data-binary "@token.xml" URL