Payment gateway plugin working example

From Sohowiki
(Difference between revisions)
Jump to: navigation, search
Line 3: Line 3:
 
#"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."
 
#"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."
 
#What am I looking at here, technically? How is this gateway structured?
 
#What am I looking at here, technically? How is this gateway structured?
 +
#It's like paypal. Customer goes out to their site, pays, comes back.
 +
#Find their API documentation
 +
#Find their php example

Revision as of 15:34, 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
Personal tools