vote up 1 vote down star

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

flag

1 Answer

vote up 1 vote down check

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.

link|flag
All of the input fields can be hidden (type="hidden") or not (type="text" or whatever). – MusiGenesis Sep 17 at 3:28
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 Sep 17 at 3:40
I see what you meant. Sorry. – MusiGenesis Sep 17 at 18:14

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.