v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBd) Customer Management
Get a list of payments for the customer
Returns payments that were initiated against the customer
get/eclipse-conductor/rest/v1/tenants/{tenantId}/customers/{customerId}/payments
Path parameters
tenantIdinteger required
customerIdinteger required
Query parameters
amountnumber
dateFilterOnstring
If the dateFilterOn value is "expiry" the filter will use the dateFromIncl or dateToIncl range on the expiry column of the payment and If the dateFilterOn is empty, the filter will use the dateFromIncl or dateToIncl range on the created column of the payment.
dateFromInclstring
fromDate, the date from where we want to get the payments inclusive.
dateToExclstring
toDate, the date upto when we want to get the payments exclusive
externalUniqueIdstring
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"
}
]