Getting Transactions
Get a Paged List of Instant RTP Transactions in System
Section titled “Get a Paged List of Instant RTP Transactions in System”To get a paged list of all of the transactions in the system that are of “instant rtp” type, 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}
Export Doc List of Instant RTP Transactions in System
Section titled “Export Doc List of Instant RTP Transactions in System”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}