Difference between revisions of "ImplementPaymentGateway"
(→References) |
|||
Line 15: | Line 15: | ||
== Steps to get to [[DoneDone]] == | == Steps to get to [[DoneDone]] == | ||
+ | * Understand the different APIs of Authorize dot net (see references for links to guides) | ||
== References == | == References == |
Revision as of 09:03, 20 December 2007
What (summary)
Accept money from those who want to buy what we offer.
Why this is important
We need to be able to accept payment in order to drive revenue
DoneDone
- We can accept payment for the "SponsorThisPage" offering using our Authorize.net payment gateway
-
create a gateway and hook it into screen flow at right place - extend the gateway to return transaction information to be saved in db
- find all ways that transaction can fail. return reasonable error messages in each case
- find all ways that transaction can fail that require system operator attention. log them somehow and alert operations
-
Steps to get to DoneDone
- Understand the different APIs of Authorize dot net (see references for links to guides)
References
- http://www.authorize.net/files/gettingstarted.pdf
- Implementation guides:
- AIM (Advanced Integration Method)
- SIM (Server Integration Method)
- ABR (Automated Recurring Billing)
- CIM (Customer Information Manager)