Get item name in PayPal payments

Viewed 906

I forward users from my website to the PayPal payment page via a simple POST request that contains payment information:

<FORM action="https://www.paypal.com/cgi-bin/webscr" method="post">

This form contains everything that is needed including an hidden element "item" that describes the product to be paid. Amazingly in my PayPal backend I never see the value of this "item" field but only the name of the person who paid.

So: what has to be changed to see the item/product name together with the received payments?

Thanks!

3 Answers
Related