Getting Transactions
Get a Paged List of InstaPay Transactions in System
Section titled “Get a Paged List of InstaPay Transactions in System”To get a paged list of all of the transactions in the system, use the following endpoint:
GET /api/v3/InstantTransactions/companycode/{companyCode}
Get a Single InstaPay Transaction
Section titled “Get a Single InstaPay Transaction”To get info about a single transaction, please use the following endpoint:
GET /api/v3/InstantTransactinos/companycode/{companyCode}/{uniqueId}
Export Doc List of InstaPay Transactions in System
Section titled “Export Doc List of InstaPay Transactions in System”To export a document list of the InstaPay transactions that are currently in the system, please use the following endpoint:
GET /api/v3/InstantTransactions/companycode/{companyCode}/export/filetype/{fileType}