how to tag payments from 2 or 3 different groups of clients, into folders

escocia11
Contributor
Contributor

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?

 

 

 

 

Login to Me Too
1 REPLY 1

angelleye
Advisor
Advisor

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.

Angell EYE - www.angelleye.com
PayPal Partner and Certified Developer - Kudos are Greatly Appreciated!
Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.