For information merchant processing and requirements see Credit Card Processing. Find out more about rates and signup on the PayPal PayFlow Pro site.
CC = new ccPayFlowProHttp(); CC.MerchantId = "yourstore01"; CC.MerchantPassword = "yourpassword"; CC.UseTestMode = false; // ... standard properties for ccProcessing
public class ccPayFlowProHttp : ccProcessing
| Member | Description | |
|---|---|---|
![]() |
ValidateCard | Validates the credit card. Supported transactions include only Sale or Credit. Credits should have a negative sales amount. public virtual bool ValidateCard();
|
![]() |
SignupPartner | Sign up partner ID. Required only if you signed up through a third party. The default is PayPal. |