Getting Transactions
Get a Paginated List of Instant RTP Transactions
Section titled “Get a Paginated List of Instant RTP Transactions”To get a paginated list of all of the Instant RTP transactions, use the following endpoint:
GET /api/v3/InstantRtpTransactions/companycode/{companyCode}Get a Single Instant RTP Transaction
Section titled “Get a Single Instant RTP Transaction”To get info about a single transaction, please use the following endpoint:
GET /api/v3/InstantRtpTransactions/companycode/{companyCode}/{uniqueId}The uniqueId can be found on the create Instant RTP transaction endpoint
Export Instant RTP Transactions
Section titled “Export Instant RTP Transactions”To export a document list of the Instant RTP transactions that are currently in the system, please use the following endpoint:
GET /api/v3/InstantRtpTransactions/companycode/{companyCode}/export/filetype/{fileType}