tags:

views:

656

answers:

2

Gday All,

I am developing a site that uses PayPal to take online payments.

I need to be able to send my client an email with the link to PayPal in order to pay.

In this link I need a way to set a unique value (for example bookingId) that I can use to add the receipt number to the correct booking via PayPal's payment notification feature.

Does anyone know what custom value I can set in order to achieve this?

Cheers, Michael

+1  A: 

The "item_name" field will be displayed to the user and can be set to whatever you like. I use it for conference registration ID's, while using item_number to track what was actually purchased.

Devin Ceartas
All of the input fields can be hidden (type="hidden") or not (type="text" or whatever).
MusiGenesis
Well, yes, obviously in the display form. But some pass-thru variables are displayed on the receipt to the user and others are just pass-thru, invisible to the user but come back to you in IPN
Devin Ceartas
I see what you meant. Sorry.
MusiGenesis
A: 

Use Invoice field.

pokrate