Skip to content

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}

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

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}