v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBh) Wallets
Get payments made by or accepted into the wallet
Returns all payments where the wallet was used to make the payment or the payment was received into the wallet
get/eclipse-conductor/rest/v1/tenants/{tenantId}/wallets/{walletId}/payments
Path parameters
tenantIdinteger required
walletIdinteger required
Query parameters
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
limitinteger
offsetinteger
paymentDatastring
The payment data used in the payment. E.g. QRCcode
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"
}
]