This class provides Credit Card processing against the PayPal PayFlow Pro Gateway using the HTTPS name value pair interface. This service 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 Login ID and Password

For information merchant processing and requirements see Credit Card Processing. Find out more about rates and signup on the PayPal PayFlow Pro site.

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 ccPayFlowProHttp(); CC.MerchantId = "yourstore01"; CC.MerchantPassword = "yourpassword"; CC.UseTestMode = false; // ... standard properties for ccProcessing