Passing parameters from getshopped
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have added a TicketNo field that we send to paypal along with the payment. This was working fine until there was an issue with our account. Paypal have sorted out the company details and the account is running again. But we now do not get the TicketNo in the info returned from paypal.
I cannot remember how I set this up. Can someone enlighten me please.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi classic12,
Welcome! 🙂
You stated that his was previously working until recent changes were made to your PayPal account information. This is unusual because I would not expect that any PayPal profile changes would result in this happening. When you say the information is not being included in the data returned from PayPal, are you referring to Instant Payment Notifications, Payment Data Transfer or email notifications?
I'm going to assume that you are using basic PayPal Payments Standard buttons. There are a couple different ways to pass custom information to the PayPal checkout. One way is to set the "custom" variable. This would pass information through to you but the information stored in this variable would not be visible to the buyer.
Another option is to use the on1 and os1 variables. This information would be visible to the buyer during checkout and also appear in the payment details. These variables are normally used for multiple checkout options (ie. if a particular item has different color or size options) but it can also be used to pass other information as well.
Then there is the most common method of putting the order, receipt or ticket number in the Item name or Invoice ID options.
To view all the variables supported with PayPal buttons visit:
HTML Variables for PayPal Payments Standard
These options are usually set in the website code so that would be the first place I check. Have there been any changes to your website code?
If you're using a 3rd party shopping cart or API based solution, I recommend contacting the shopping cart provider or your developer for assistance.
I hope this helps. 🙂
- Frank

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.