This class provides Credit Card processing against the PayPal's PayFlow Pro Gateway using HTTPS request. The services uses plain POST operations against the Web Server so other than providing URL and login information there are no further setup requirements.
What do you need:
- PayFlow Gateway URL
- PayFlow Merchant/User Login ID and Password
- PayFlow Partner ID (PayPal if you signed up through the Web site)
- No further installation required - uses plain POST interface to server gateway
For information merchant processing and requirements see Credit Card Processing. Find out more about rates and signup with PayPal.
Custom Properties you need to set
Authorize.NET is about the easiest format. You merely need to se the HTTPLink, MerchantId and MerchantPassword properties.
CC = new ccPayFlowHttp();
CC.MerchantId = "yourstore01";
CC.MerchantPassword = "yourpassword";
... standard code