Payflow dotNET - Adding additonal data parameters

Yellowstreak
Contributor
Contributor

I am using Payflow_dotNET.dll in my VB.NET web application to manage payments.  This is working fine.  Our client is an airline and has requested that we include the Airline Passenger Data Parameters detailed here in the payflow documentation:

https://developer.paypal.com/docs/classic/payflow/integration-guide/?mark=airline#processors-requiri...https://developer.paypal.com/docs/classic/payflow/integration-guide/?mark=airline#processors-requiri...

 

I can't see anything in the PayFlow_DotNet object model to facilitate passing this data with the transaction.  Is this possible?  If so, please can someone explain how I can do it?

 

Thanks,

 

Col.

 

 

Login to Me Too
1 REPLY 1

Yellowstreak
Contributor
Contributor

After further investigation, it looks like I need to use the Transaction.AddToExtendData method.  I can add the name/value pairs I need via the ExtendData object and this method.

 

Can anyone confirm I'm on the right track?

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.