get
https://v1/v1/cardSettlements
Use this API to retrieve a list of settlements for a specific card. A settlement represents a finalized card transaction where funds have been officially transferred from the cardholder's account to the merchant's account.
Each settlement record includes:
- Transaction amount — the total value of the settled transaction
- Transaction dates — when the transaction was processed and settled
- Merchant information — the merchant's name and location
- Settlement status — the outcome of the settlement (e.g.,
COMPLETED,REJECTED)
Use the available query parameters to filter and paginate results:
startDate/endDate— Narrow results to a specific date range. UsedateFormatto specify the date format (e.g.,dd mm yyyy).status— Filter settlements by status, such asCOMPLETEDorREJECTED.internalClearingId— Look up a specific settlement by its internal clearing identifier.isCardSettlementOnly— Set totrueto return only card settlements, excluding other settlement types. Defaults tofalse.offsetandlimit— Control pagination. Defaults to0and15respectively.orderByandsortOrder— Sort results bycreated_atinascordescorder. Defaults todesc.
A successful response returns a paginated list of card settlements matching the specified filters.

