Skip to content

How to determine if a customer has an active recurring payment? #150

Answered by r-brown
r-brown asked this question in Questions
Discussion options

You must be logged in to vote

Retrieving Customer Shop Transactions Using Transaction Service

All customer shop transactions are stored as Transaction entities and can be retrieved using the Transaction Service list operation.

A filter feature is available, allowing additional filtering for the list() operations, e.g.

... filter all Shop only transactions list by licenseeNumber
/transaction?filter=licenseeNumber=<VALUE>;shopOnly=true;page=0

Sample (demo:demo account)

... filter all Shop only transactions list by licenseeNumber

curl -X GET --header 'Accept: application/xml' --header 'Authorization: Basic ZGVtbzpkZW1v' 'https://go.netlicensing.io/core/v2/rest/transaction?filter=licenseeNumber=c021bd5b-2ab8-49d7-9e6c-29b…

Replies: 1 comment

Comment options

r-brown
Mar 25, 2025
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by r-brown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested
1 participant