v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBe) Organisation Management
List payments for the organisation
get/eclipse-conductor/rest/v1/tenants/{tenantId}/organisations/{organisationId}/payments
Path parameters
tenantIdinteger required
organisationIdinteger required
Query parameters
amountnumber
dateFilterOnstring
Column to apply the date range to. Use 'expiry' to filter on expiry date; leave empty to filter on created date.
dateFromInclstring
Start of the date range (inclusive). ISO date string.
dateToExclstring
End of the date range (exclusive). ISO date string.
fieldsstring
send includeCallbackResult to enrich extraInfo field with callback data
limitinteger
offsetinteger
paymentReferencestring
paymentTypestring
statusstring
typestring
walletIdinteger
Response
OK
Example response
[
{
"created": "2022-03-10T12:15:50-04:00",
"expires": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00"
}
]