how to tag payments from 2 or 3 different groups of clients, into folders
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
we would like to be able to seperate of classify 2 or 3 different groups of payments depending on the payment page used to send us payments
is there a way to tag payments so they go into a particular folder or have some kind of tag that can be sorted in the Activity results?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You won't be able to sort within the activity, but you can pass data into the "custom" parameter (literally called custom) and that would data would show up in the transaction details page in your PayPal account.
It would also be returned in IPN, so if you're using that (which I highly recommend) you could easily save the transactions into your own database and then build your own simple system to browse and sort those transactions accordingly.
Another option would be to use a combination of TransactionSearch GetTransactionDetails APIs. TransactionSearch will pull a list of transactions in a given timeframe, and then you can loop through those to call GetTransactionDetails for each and display whatever details you need however you need it. The custom data would be available in the GetTransactionDetails response.
So the first option would use your own database with automated updates to that database. The second method would simply pull fresh data from PayPal's API as you're using the tool. Either way you would build your own simple front-end management tool to see everything the way you need it.
If you need a developer to help with this sort of thing let me know.
PayPal Partner and Certified Developer - Kudos are Greatly Appreciated!

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Transactions Not Showing in Activity in About Business (Archive)
- Payments to the Uk in About Payments (Archive)
- Recurring payments not cancelled in About Payments (Archive)
- why do i have to call paypal every day to release funds? in About Payments (Archive)
- Can't receive payment in About Payments (Archive)