List saved IRMs
IRM
List Saved IRMs
Read a platform customer’s already-fetched inward remittances (IRMs) from your account without a live refresh, with pagination for reviewing saved records.
GET
List saved IRMs
Return the customer’s IRMs from your account’s saved data, without a live refresh. Use this for everyday reads and pagination; run Fetch IRM List first, and again whenever you want fresh data.
Optional filters:
Request example
irmNumber, fromDate, toDate (ISO dates), and page / limit for pagination.
Response
Same paginated shape as Fetch IRM List: an IRM array indata.data plus a meta block with total, page, limit, and totalPages, wrapped in the standard envelope.
Next steps
- Fetch IRM List to refresh the live data first.
- Submit IRMs for generation.
- Download IRMs as Excel.