Show a list of transactions.Copy Pageget https://localhost/resources/private/v1/transactionsQuery ParamsincludestringAllows to request the inclusion of related resources.Available relations:* cardExample: cardfields[card_transactions]stringAllows to query the additinal specified fields of the resource.The fields can be listed separated by commas.Available fields are:exchangeAmount feeAmountfeeCurrency cashbackAmountcashbackCurrency exchangeRatemerchantName merchantCountrymerchantCity merchantCategoryExample: feeAmount,feeCurrencyfilter[cardId]stringApplies filtering on the 'cardId' field.Available filters: in, eq.in: field must be equal one of the values from a given set - in:1,2,3; eq: field must be equal to the given value - eq:value;Example: eq:76f0c740-5ea0-4220-ba67-2ce979880aa8filter[type]stringApplies filtering on the 'type' field.Available types: [1 - PURCHASE, 2 - AUTH, 3 - CAPTURE, 4 - REVERSAL, 5 - REFUND, 6 - TRANSFER, 7 - WITHDRAWAL, 8 - BALANCE, 9 - DEPOSIT, 10 - SERVICE, 11 - FEE].Available filters: in.* in: field must be equal one of the values from a given set - in:1,2,3;Example: in:2,5filter[dateFrom]stringApplies filtering on the 'createdAt' field.The 'dateFrom' must be in time.Time format.Available filters: [ge, gt].ge: field greater than or equal to the given value - ge:value; gt: field greater than the given value - gt:value;Example: ge:2023-11-01T13:00:00Zfilter[dateTo]stringApplies filtering on the 'createdAt' field.The 'dateTo' must be in time.Time format.Available filters: [le, lt].le: field less than or equal to the given value - le:value; lt: field less than the given value - lt:value;Example: le:2023-11-01T13:00:00ZsearchstringRequests to search for transactions by the occurrence of a substring in the 'merchantName' field.Example: examplepageintegerSets the page number (default 1)Example: 5limitintegerSets the number of items per page (default 10, max 100)Example: 25Responses 200The list of transactions 400The request is invalid 401The request is unauthorized 403The request is forbidden 500The server cannot process the requestUpdated about 1 month ago Show KYC details.Show a transaction.Did this page help you?YesNo