Copy PageEnrich Transactionget https://api.zafin.com/api/v1.0/txn-data/Query ParamsdescriptionstringrequiredDescription of the transaction, e.g., "Cafe Lucia Plaza Central XY123" (Note: if the char "&" is part of passed description in IDE, please use "%26" instead.)amountstringrequiredValue of the transaction. Note that -ve amounts = expenses and +ve amounts = income; which affects categorization results.datedaterequiredDate at which transaction occurred in the format : YYYY-MM-DDcountrystringrequiredCountry where the transaction was preformed. Need to insert the right format otherwise it will lead to an error, e.g., Egypt, EG or EGY. (you can find the country taxonomy in the getting started guide)currencystringDefaults to USDOptions: [ Default:"USD", "EUR", "GBP", "AED", "SAR", "EGP", "AUD", "BRL", "CAD", "CHF", "CNY", "COP", "DKK", "HKD", "HUF", "INR", "JPY", "MXN", "MYR", "NOK", "OMR", "PHP", "PLN", "RON", "SEK", "SGD", "UAH", "ZAR"]mccintegerMerchant category code (Use model_name = model_4 to use the mcc mapper as the primary categorizer)bank_codestringCode of that client that will be used to fetch static categorization for the requested transaction.HeadersusernamestringrequiredYour username.account-idstringrequiredCan be filled by 0 during your testing. In production, you should send an end-user pseudo-ID (1 person using your app ⇒ 1 unique pseudo-ID)model-namestringDefaults to model_5Name of the categorizer model to use. Defaults to model_5.categoryintegerDefaults to 0If 0 or omitted, omits category name and id values from response.websiteintegerDefaults to 0Flag specifies whether to get merchant website or not. value: 0(default) or 1.logointegerDefaults to 0If 0 or omitted, no logo is returned.logo-formatstringDefaults to rawLogo format you want returned. Options: [Default: raw, round, square]recurringintegerDefaults to 0when enabled, it determines if the transaction is a recurring payment or notResponses 200 400Bad Request 500Internal Server ErrorUpdated 3 months ago Getting started with enrichmentBatch TransactionsDid this page help you?YesNo