Payment gateway plugin working example

From Sohowiki
(Difference between revisions)
Jump to: navigation, search
 
Line 6: Line 6:
 
#Find their API documentation
 
#Find their API documentation
 
#Find their php example
 
#Find their php example
 +
#Ok it's a standard paypal-like off-site gateway.

Latest revision as of 15:35, 19 April 2007

Page is under construction. Will chronicle the process I (Mike M) take to build a new payment gateway plugin.

  1. "My customer wants to use Bank of America's payment gateway but I don't know how to build a gateway plugin. I have the documentation for their API though."
  2. What am I looking at here, technically? How is this gateway structured?
  3. It's like paypal. Customer goes out to their site, pays, comes back.
  4. Find their API documentation
  5. Find their php example
  6. Ok it's a standard paypal-like off-site gateway.
Personal tools