List User's Transactions
Call this endpoint to access a list of current user's transactions page by page
List Transactions Paged
GET
https://a1pay.net/api/transactions/fetchpaged
This endpoint allows you to get a list of user's previous transactions
Query Parameters
Name
Type
Description
UserId
integer
ID of logged in user
Size
integer
The number of transactions to return
LastFetchedId
integer
The ID of the last transaction fetched. Pass zero if calling this method for the first time
Remember to include the authentication parameters in the header of your request
Last updated