Transactions
Transaction:Find
Find a transaction based on the provided search criteria
get/transactions/find
Query parameters
The search term (or "needle") used to find transactions. This parameter is a string that can be a keyword, transaction ID, reference number, or part of a transaction detail. The API will return transactions that match the needle string, which is applied to various fields such as the transaction description, amount, date, or reference number.
{
"eq": "toothpaste"
}Response
Ok.
Changes
No recorded changes to this endpoint across all 1 revision of this API.