get https://api.partnerstack.com/api/v2/transactions
Returns a list of your transactions. The transactions are returned sorted by creation date, with the most recent transactions appearing first.
Pagination
A cursor for use in pagination.
starting_after
is an item key that defines your place in the list.For instance, if you make a list request and receive 100 items, then the last item with
"key":"tran_f4Jmxb7LmvhERZ"
, can be used in your subsequent call as the parameter value to fetch the next page of results:?starting_after=tran_f4Jmxb7LmvhERZ.
Click here for more info about pagination.