简体   繁体   中英

How to implement payment gateway in Java Struts project?

I want to implement a payment gateway in a Java Struts project. What are the steps for this?

The generic steps for using a payment gateway in your site are:

  1. Read the payment gateway reference documentation
  2. Take the example application(s) provided by the payment gateway (if any)
  3. Register, so that you obtain auth codes and be able to test
  4. Create a prototype, based on the examples
  5. Use the test environment of the payment gateway to check the correct working of your app
  6. Switch to the real payment gateway for production

If you want to create a payment gateway like PayPal or WorldPay - don't. Too much experience and people are behind these systems.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM