PayPal Integrator V5 - Online Help
PayPal Integrator V5
Questions / Feedback?

FormVars Property

Form variables for the current request.

Syntax

[VB.NET]
Public Property FormVars As FormVarList

[C#]
public FormVarList FormVars {get;}

Remarks

When using a programming language that does not allow you to retrieve the posted form data, you must set the FormVars property (or the AddFormVar method) with each form variable contained in the Instant Payment Notification you received from PayPal. If your programming language does allow you to retrieve the unaltered post data, you may pass it to the FillFormVars method, and this FormVars collection will be automatically filled.

This property will be filled after calling either the FillFormVars or VerifyIPN method.

The value of this property is parsed out of the Instant Payment Notification data that was posted by PayPal to your webserver. If you are passing the entire post data to FillFormVars, this will save you having to parse each form variable separately.

This property is not available at design time.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0