How to Get Member Transactions Through the API
In this article, we will be going over how to Read members transactions using the Transactions API .
What this API endpoint allows to do is to gather transaction information from 1 member at the time.
How to get member transactions
The Transactions API leverages a single parameter (member ID or Client ID) to retrieve all the transactions data.
/api/v2/user/transactions
Parameters
Only 1 parameter is needed to run the API: It can either be the Member ID or the Client ID (The id of the tblclients table in the billing database)
Example with Postman
Sending the member ID as the parameters
The results will show all transactions from that particular member in a Json Array format: