Lookup Customer TransactionsAsk AIget https://{Host}/v2/customers/lookup/transactionsQuery ParamsidentifierNamestringrequiredThe name of the identifier (e.g., mobile, email).identifierValuestringrequiredThe value of the identifier.sourcestringrequiredThe source of the transaction.transactionTypestringThe type of transaction.startDatedateTransaction start date in the format YYYY-MM-DD HH:MM:SS.endDatedateTransaction end date in the format YYYY-MM-DD HH:MM:SS.localCurrencybooleanWhether to return values in local currency.transactionIdintegerUnique transaction ID used to retrieve transaction details.numberstringFilter by transaction number.startIdintegerA unique transaction ID from which the system starts retrieving transaction details.endIdintegerA unique transaction ID up to which the system retrieves transaction details.entityTypestringSpecifies the level of the store hierarchy to apply the filter.entityCodestringSpecifies the unique identifier of the entity selected in entityType.sortOrderstringenumOrder in which records are sorted. ASC and DESC are supported values.Allowed:ASCDESClimitintegerDefaults to 20Maximum number of records to retrieve. Maximum limit: 1000offsetintegerDefaults to 0Starting point for records retrievalembedstringRetrieves details for the selected embed parameters. Allowed: BILL_CF, BILL_EF, BILL_STORE_DETAILS, PAYMENT_MODES, ATTRIBUTION, CREDIT_NOTES, BILL_POINTSResponse 200Successful responseUpdated about 1 month ago