v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBz) Global Functionality
List cross-tenant payments
Returns a cross-tenant list of payments with optional filtering by status, date range, payment type, amount, bank account, and reference. Only available to administrators.
get/eclipse-conductor/rest/v1/global/payments
Query parameters
amountstring
Filter by exact payment amount.
bankAccountstring
Filter by bank account number.
dateFilterOnstring
Column to apply the date range filter on. Use 'expiry' to filter on the expiry date; leave empty to filter on the created date.
dateFromInclstring
Start of date range (inclusive). ISO date string.
dateToExclstring
End of date range (exclusive). ISO date string.
limitinteger
offsetinteger
onlyUnmatchedboolean
Whether to only return unmatched payments.
paymentReferencestring
paymentTypestring
Filter by payment type.
statusstring
walletIdinteger
Response
OK
Example response
[
{
"cardExpires": "2022-03-10T12:15:50-04:00",
"created": "2022-03-10T12:15:50-04:00",
"expires": "2022-03-10T12:15:50-04:00"
}
]