Get Customer Transactions

Retrieves transaction history of a customer which includes the following information. Transaction type, gross transaction amount, transaction date, points issued, points redeemed, coupons redeemed and so on.

By default, it shows up to 10 results and shows results based on the limit passed.

  • There is no upper limit for number of transactions.
  • There is no duration based limit.

By default, it shows up to 10 results and shows results based on the limit passed.

  • There is no upper limit for number of transactions.
  • There is no duration based limit.

Example request

curl --location 'https://eu.api.capillarytech.com/v1.1/customer/transactions?mobile=919986000586&format=json&local_currency=true' \
--header 'Authorization: Basic bmVlcmFqLmRvY3NlcDDkxZjg0ZTdi' \
--header 'Cookie: _cfuvid=7hXrm0hlY6PK.uIUfWNV_NmfVOT4Cmsn.3jaI1blBUo-1760427011419-0.0.1.1-604800000'

Query parameters

ParameterDatatypeDescription
identifierName*enumPass any of the customer identifier with the identifier value. Value: mobile, email, external_id id. To retrieve transactions of multiple customers at a time, provide each identifier separating by a comma. Example: mobile=44700900000,44700900999,4470090345.
identifierValue*stringProvide the respective identifier value. For example, ?email=[email protected].
entity_typeenumAttribute by which you want to filter the transactions. Value: ZONE, CONCEPT, STORE, TILL, STR_SERVER (store server). For oAuth2, you need to pass this in headers. See the Introduction > Authentication section for more details.
entity_codestringCode of the specified entity_type. For example, to get transactions of a specific zone (with zone code zone01), pass entity_type=zone&entity_code=zone01.
numberstringFetch transaction details by transaction number.
transaction_idintFetch details of a transaction by transaction ID (internally generated unique ID for a transaction).
store_idstringFilter transactions associated to a specific store id.
store_codestringFilter transactions associated to a specific store code.
start_idintFilters transactions with transaction IDs are greater than or equal to a specific value.
end_idintFilter transactions with transaction IDs less than or equal to a specific value.
start_datedate-timeRetrieves transactions made on or after a specific date (YYYY-MM-DD). To get transactions of a particular duration, use both start_date and end_date. Example: start_date=2013-12-21+23:45:45&end_date=2013-12-29+12:11:45
end_datedate-timeRetrieves transactions made on or before a specific date (YYYY-MM-DD). To get transactions of a particular duration, use both start_date and end_date. Example: start_date=2013-12-21+23:45:45&end_date=2013-12-29+12:11:45
credit_notesbooleanRetrieves the credit notes of the transactions. Value: true,false. Pass the parameter to retrieve credit notes along with the transaction details. Credit Notes is a receipt given by a cashier to a customer for returned goods which can be used for future purchases.
custom_fieldsbooleanPass true to retrieve transaction level custom field details.
points_breakupbooleanPass true to retrieve the breakup of points earned for each transaction.
limitintLimit the number of results to be displayed (default value is 10). For example, limit=20 shows up to 20 transactions of the customer.
offsetintNumber of records to be ignored from the top. Offset is the position of the entity in the database record. The value is assigned based on the sequence of creation. For example, offset=10 ignores the first 10 transactions of the customer.
sortenumArranges transactions in ascending or descending order of transaction date if the value istrans_date, transaction id if the value is trans_id. By default, results are shown in descending order.
orderenumArranges the transactions based on the value set in sort in an ascending (asc) or descending order (desc). By default, results are shown in the descending order of transaction date/id.
local_currencybooleanPass true to retrieve the main transaction level amount, gross amount and discount values in transaction currency (the currency in which the transaction was made). The rest of the monetary values, including the line item level values, are displayed in the base currency (default currency set at the organisation level) only.

Response parameters


ParameterTypeDescription
startstringFirst transaction ID in the response.
delayed_pointsstringDelayed accrual points waiting to be available
delayed_returned_pointsstringDelayed accrual points marked as returned
total_available_pointsstringTotal points currently available, including delayed accrual availability
total_returned_pointsstringTotal points returned, including delayed accrual returns
transactionobjectTransaction record
. idstringUnique transaction identifier.
. numberstringExternal bill or reference number.
. typestringTransaction type (for example, REGULAR).
. user_group2_idstringSecondary user group identifier.
. return_typestringReturn type, if applicable.
. amountstringTransaction amount in base currency (default currency set at organisation level).
. outlier_statusstringOutlier flag for fraud/anomaly checks.
. delivery_statusstringProcessing status (for example, DELIVERED).
. notesstringFree-text remarks.
. billing_timestringBilling timestamp.
. auto_update_timestringLast system update timestamp.
. gross_amountstringGross amount before discount in base currency.
. discountstringDiscount applied at bill level in base currency.
. storestringStore name.
. store_codestringStore code.
. returned_points_on_billstringPoints returned on this bill.
. currencyobjectTransaction currency info and ratio.
. . rationumberExchange rate between the transaction currency and the base currency.
. . transaction_currencyobjectCurrency used for the transaction. The currency set at store level or the currency defined as local currency when adding transaction using the v1 API.
. . . supported_currency_idnumberInternal currency mapping id.
. . . namestringCurrency name.
. . . symbolstringCurrency symbol.
. . idnumberCurrency record id.
. . namestringDuplicate of currency name (root of currency).
. . symbolstringDuplicate of currency symbol (root of currency).
. pointsobjectPoints summary for the bill.
. . issuedstringPoints issued.
. . redeemedstringPoints redeemed.
. . returnedstringPoints returned.
. . expiredstringPoints expired.
. . returnedPointsOnBillstringReturned points specific to this bill.
. . expiry_datestringPoints expiry date, if any.
. . program_idstringLoyalty programme identifier.
. custom_fieldsobjectCustom key–value fields.
. . fieldarrayList of custom fields.
. extended_fieldsobjectExtended key–value fields.
. . fieldarrayList of extended fields.
. identifiersobjectExternal identifiers.
. . fieldarrayList of identifier fields.
. couponsarrayApplied coupons.
. basket_sizenumberCount of line items.
. line_itemsobjectContainer for line item list.
. . line_itemarrayArray of line items.
. . . [0]objectFirst line item.
. . . . idstringLine item id.
. . . . typestringLine item type.
. . . . return_typestringLine-item return type.
. . . . outlier_statusstringOutlier status at line level.
. . . . serialstringLine sequence number.
. . . . item_codestringSKU or product code.
. . . . descriptionstringProduct description.
. . . . qtystringQuantity purchased.
. . . . ratestringUnit price in base currency.
. . . . valuestringLine value before bill-level effects in base currency.
. . . . discountstringLine-level discount in base currency.
. . . . amountstringLine amount in base currency.
. . . . line_item_point_detailsarrayPoints breakdown at line level.
. . . . extended_fieldsobjectExtended fields for the line.
. . . . split_itemsarraySplit components, if any.
. . . . addon_itemsarrayAdd-on items, if any.
. . . . combo_itemsarrayCombo components, if any.
. . . . attributesobjectLine attributes.
. . . . . attributearrayName–value attribute list.
. . . . local_currencyobjectIncludes the base currency and the transaction currency object at line item-level. This is available only when the local currency query parameter is set to true.
. . . . . idstringLine currency record id.
. . . . . ratiostringExchange rate between the transaction currency and the base currency
. . . . . base_currencyobjectBase currency details. This is the default currency set at the organisation level.
. . . . . . idstringBase currency ID.
. . . . . . namestringBase currency name.
. . . . . . symbolstringBase currency symbol.
. . . . . transaction_currencyobjectOriginal transaction currency. This is the currency at which the transaction took place. This is set at the store level or as the local currency when using the v1 add transaction API.
. . . . . . idstringBase currency id.
. . . . . . namestringbase currency name.
. . . . . . symbolstringTransaction currency symbol.
. . . . . amountstringLine amount in base currency.
. . . . . valuestringLine value in base currency.
. . . . . ratestringUnit price in base currency.
. . . . . discountstringLine discount in base currency.
. local_currencyobjectBill-level currency mapping. The object containing transaction and base currency details for the whole transaction. This is available only when the local currency parameter is enabled.
. . idstringBill currency record id.
. . ratiostringExchange rate between the transaction currency and the base currency
. . base_currencyobjectBase currency details. The default currency of the organisation.
. . . idstringBase currency id.
. . . namestringBase currency name.
. . . symbolstringBase currency symbol.
. . transaction_currencyobjectOriginal transaction currency.
. . . idstringTransaction currency id.
. . . namestringTransaction currency name.
. . . symbolstringTransaction currency symbol.
. . amountstringBill amount in transaction currency.
. . valuestringAn equivalent amount of the bill amount in the base currency. This parameter will be removed in future and can be ignored.
. . discountstringBill discount in transaction currency.
. . gross_amountstringThe total transaction value before any discounts are applied in the transaction currency.

Error code

ErrorDescription
91001Failed to get point details

Example response

{
    "response": {
        "status": {
            "success": "true",
            "code": 200,
            "message": "Success"
        },
        "customer": {
            "firstname": "Neeraj",
            "lastname": "FiveEight",
            "user_id": "564582355",
            "mobile": "919986000586",
            "email": "[email protected]",
            "external_id": null,
            "lifetime_points": 124374.4,
            "lifetime_purchases": 72871,
            "loyalty_points": 96330,
            "current_slab": "Diamond",
            "registered_on": "2025-01-06 09:56:21",
            "updated_on": "2025-10-14 12:05:31",
            "type": "LOYALTY",
            "source": "instore",
            "user_groups2": [],
            "count": 37,
            "start": "891340869",
            "delayed_points": "0",
            "delayed_returned_points": "0",
            "total_available_points": "96330",
            "total_returned_points": "0",
            "rows": "10",
            "transactions": {
                "transaction": [
                    {
                        "id": "891340869",
                        "number": "DaveMustaine1",
                        "type": "REGULAR",
                        "user_group2_id": "0",
                        "return_type": "",
                        "amount": "200.00",
                        "outlier_status": "NORMAL",
                        "delivery_status": "DELIVERED",
                        "notes": "This is test",
                        "billing_time": "2025-09-19 09:04:20",
                        "auto_update_time": "2025-09-19 09:04:20",
                        "gross_amount": "110.00",
                        "discount": "10.00",
                        "store": "DocStore",
                        "store_code": "doc123",
                        "returned_points_on_bill": "0.0",
                        "points": {
                            "issued": "0",
                            "redeemed": "0",
                            "returned": "0",
                            "expired": "0",
                            "returnedPointsOnBill": "0.0",
                            "expiry_date": "",
                            "program_id": "983"
                        },
                        "custom_fields": {
                            "field": [
                                {
                                    "name": "paymentmode",
                                    "value": "cash"
                                }
                            ]
                        },
                        "extended_fields": {
                            "field": [
                                {
                                    "name": "additional_discount",
                                    "value": "100"
                                },
                                {
                                    "name": "cashier_name",
                                    "value": "Singh"
                                }
                            ]
                        },
                        "identifiers": {
                            "field": []
                        },
                        "coupons": [],
                        "basket_size": 0,
                        "line_items": {
                            "line_item": []
                        }
                    },
                    {
                        "id": "892288086",
                        "number": "NeeLocalTest4_2Disc",
                        "type": "REGULAR",
                        "user_group2_id": "0",
                        "return_type": "",
                        "amount": "8600.00",
                        "outlier_status": "NORMAL",
                        "delivery_status": "DELIVERED",
                        "notes": "Transaction Number 74",
                        "billing_time": "2025-04-08 17:30:00",
                        "auto_update_time": "2025-10-14 12:05:31",
                        "gross_amount": "8600.00",
                        "discount": "860.00",
                        "store": "DocSep25",
                        "store_code": "docsep25",
                        "returned_points_on_bill": "0.0",
                        "currency": {
                            "ratio": 86,
                            "transaction_currency": {
                                "supported_currency_id": 101182220,
                                "name": "United States dollar",
                                "symbol": "$"
                            },
                            "id": 101182220,
                            "name": "United States dollar",
                            "symbol": "$"
                        },
                        "points": {
                            "issued": "0",
                            "redeemed": "0",
                            "returned": "0",
                            "expired": "0",
                            "returnedPointsOnBill": "0.0",
                            "expiry_date": "",
                            "program_id": "983"
                        },
                        "custom_fields": {
                            "field": [
                                {
                                    "name": "",
                                    "value": ""
                                }
                            ]
                        },
                        "extended_fields": {
                            "field": []
                        },
                        "identifiers": {
                            "field": []
                        },
                        "coupons": [],
                        "basket_size": 1,
                        "line_items": {
                            "line_item": [
                                {
                                    "id": "4033748435",
                                    "type": "REGULAR",
                                    "return_type": "",
                                    "outlier_status": "NORMAL",
                                    "serial": "1",
                                    "item_code": "model_id_001",
                                    "description": "Steel Bottle3",
                                    "qty": "4",
                                    "rate": "430.00",
                                    "value": "1720.00",
                                    "discount": "258.00",
                                    "amount": "1720.00",
                                    "line_item_point_details": [
                                        {
                                            "issued": "0",
                                            "promised": "0",
                                            "promised_returned": "0",
                                            "redeemed": "0",
                                            "returned": "0",
                                            "redeemable_from": "",
                                            "expiry_date": "",
                                            "program_id": "0"
                                        }
                                    ],
                                    "extended_fields": {
                                        "field": []
                                    },
                                    "split_items": [],
                                    "addon_items": [],
                                    "combo_items": [],
                                    "attributes": {
                                        "attribute": [
                                            {
                                                "name": "Returnable",
                                                "value": "true"
                                            },
                                            {
                                                "name": "ReturnableDays",
                                                "value": "-1"
                                            }
                                        ]
                                    },
                                    "local_currency": {
                                        "id": "352136823",
                                        "ratio": "86.0",
                                        "base_currency": {
                                            "id": "95",
                                            "name": "Indian rupee",
                                            "symbol": "₹"
                                        },
                                        "transaction_currency": {
                                            "id": "216",
                                            "name": "United States dollar",
                                            "symbol": "$"
                                        },
                                        "amount": "1720.0",
                                        "value": "1720.00",
                                        "rate": "430.0",
                                        "discount": "258.0"
                                    }
                                }
                            ]
                        },
                        "local_currency": {
                            "id": "101182220",
                            "ratio": "86.0",
                            "base_currency": {
                                "id": "95",
                                "name": "Indian rupee",
                                "symbol": "₹"
                            },
                            "transaction_currency": {
                                "id": "216",
                                "name": "United States dollar",
                                "symbol": "$"
                            },
                            "amount": "100.0",
                            "value": "8600.0",
                            "discount": "10.0",
                            "gross_amount": "100.0"
                        }
                    },
                    {
                        "id": "892287951",
                        "number": "NeeLocalTest3_2Disc",
                        "type": "REGULAR",
                        "user_group2_id": "0",
                        "return_type": "",
                        "amount": "8600.00",
                        "outlier_status": "NORMAL",
                        "delivery_status": "DELIVERED",
                        "notes": "Transaction Number 74",
                        "billing_time": "2025-04-08 17:30:00",
                        "auto_update_time": "2025-10-14 11:59:23",
                        "gross_amount": "8600.00",
                        "discount": "860.00",
                        "store": "DocSep25",
                        "store_code": "docsep25",
                        "returned_points_on_bill": "0.0",
                        "currency": {
                            "ratio": 86,
                            "transaction_currency": {
                                "supported_currency_id": 101182187,
                                "name": "United States dollar",
                                "symbol": "$"
                            },
                            "id": 101182187,
                            "name": "United States dollar",
                            "symbol": "$"
                        },
                        "points": {
                            "issued": "0",
                            "redeemed": "0",
                            "returned": "0",
                            "expired": "0",
                            "returnedPointsOnBill": "0.0",
                            "expiry_date": "",
                            "program_id": "983"
                        },
                        "custom_fields": {
                            "field": [
                                {
                                    "name": "",
                                    "value": ""
                                }
                            ]
                        },
                        "extended_fields": {
                            "field": []
                        },
                        "identifiers": {
                            "field": []
                        },
                        "coupons": [],
                        "basket_size": 1,
                        "line_items": {
                            "line_item": [
                                {
                                    "id": "4033748056",
                                    "type": "REGULAR",
                                    "return_type": "",
                                    "outlier_status": "NORMAL",
                                    "serial": "1",
                                    "item_code": "model_id_001",
                                    "description": "Steel Bottle3",
                                    "qty": "4",
                                    "rate": "430.00",
                                    "value": "1720.00",
                                    "discount": "430.00",
                                    "amount": "1720.00",
                                    "line_item_point_details": [
                                        {
                                            "issued": "0",
                                            "promised": "0",
                                            "promised_returned": "0",
                                            "redeemed": "0",
                                            "returned": "0",
                                            "redeemable_from": "",
                                            "expiry_date": "",
                                            "program_id": "0"
                                        }
                                    ],
                                    "extended_fields": {
                                        "field": []
                                    },
                                    "split_items": [],
                                    "addon_items": [],
                                    "combo_items": [],
                                    "attributes": {
                                        "attribute": [
                                            {
                                                "name": "Returnable",
                                                "value": "true"
                                            },
                                            {
                                                "name": "ReturnableDays",
                                                "value": "-1"
                                            }
                                        ]
                                    },
                                    "local_currency": {
                                        "id": "352136768",
                                        "ratio": "86.0",
                                        "base_currency": {
                                            "id": "95",
                                            "name": "Indian rupee",
                                            "symbol": "₹"
                                        },
                                        "transaction_currency": {
                                            "id": "216",
                                            "name": "United States dollar",
                                            "symbol": "$"
                                        },
                                        "amount": "1720.0",
                                        "value": "1720.00",
                                        "rate": "430.0",
                                        "discount": "430.0"
                                    }
                                }
                            ]
                        },
                        "local_currency": {
                            "id": "101182187",
                            "ratio": "86.0",
                            "base_currency": {
                                "id": "95",
                                "name": "Indian rupee",
                                "symbol": "₹"
                            },
                            "transaction_currency": {
                                "id": "216",
                                "name": "United States dollar",
                                "symbol": "$"
                            },
                            "amount": "100.0",
                            "value": "8600.0",
                            "discount": "10.0",
                            "gross_amount": "100.0"
                        }
                    },
                    {
                        "id": "892287745",
                        "number": "NeeLocalTest3_Disc",
                        "type": "REGULAR",
                        "user_group2_id": "0",
                        "return_type": "",
                        "amount": "8600.00",
                        "outlier_status": "NORMAL",
                        "delivery_status": "DELIVERED",
                        "notes": "Transaction Number 74",
                        "billing_time": "2025-04-08 17:30:00",
                        "auto_update_time": "2025-10-14 11:45:21",
                        "gross_amount": "8600.00",
                        "discount": "860.00",
                        "store": "DocSep25",
                        "store_code": "docsep25",
                        "returned_points_on_bill": "0.0",
                        "currency": {
                            "ratio": 86,
                            "transaction_currency": {
                                "supported_currency_id": 101182174,
                                "name": "United States dollar",
                                "symbol": "$"
                            },
                            "id": 101182174,
                            "name": "United States dollar",
                            "symbol": "$"
                        },
                        "points": {
                            "issued": "0",
                            "redeemed": "0",
                            "returned": "0",
                            "expired": "0",
                            "returnedPointsOnBill": "0.0",
                            "expiry_date": "",
                            "program_id": "983"
                        },
                        "custom_fields": {
                            "field": [
                                {
                                    "name": "",
                                    "value": ""
                                }
                            ]
                        },
                        "extended_fields": {
                            "field": []
                        },
                        "identifiers": {
                            "field": []
                        },
                        "coupons": [],
                        "basket_size": 1,
                        "line_items": {
                            "line_item": [
                                {
                                    "id": "4033747481",
                                    "type": "REGULAR",
                                    "return_type": "",
                                    "outlier_status": "NORMAL",
                                    "serial": "1",
                                    "item_code": "model_id_001",
                                    "description": "Steel Bottle3",
                                    "qty": "4",
                                    "rate": "430.00",
                                    "value": "1720.00",
                                    "discount": "0.00",
                                    "amount": "1720.00",
                                    "line_item_point_details": [
                                        {
                                            "issued": "0",
                                            "promised": "0",
                                            "promised_returned": "0",
                                            "redeemed": "0",
                                            "returned": "0",
                                            "redeemable_from": "",
                                            "expiry_date": "",
                                            "program_id": "0"
                                        }
                                    ],
                                    "extended_fields": {
                                        "field": []
                                    },
                                    "split_items": [],
                                    "addon_items": [],
                                    "combo_items": [],
                                    "attributes": {
                                        "attribute": [
                                            {
                                                "name": "Returnable",
                                                "value": "true"
                                            },
                                            {
                                                "name": "ReturnableDays",
                                                "value": "-1"
                                            }
                                        ]
                                    },
                                    "local_currency": {
                                        "id": "352136751",
                                        "ratio": "86.0",
                                        "base_currency": {
                                            "id": "95",
                                            "name": "Indian rupee",
                                            "symbol": "₹"
                                        },
                                        "transaction_currency": {
                                            "id": "216",
                                            "name": "United States dollar",
                                            "symbol": "$"
                                        },
                                        "amount": "1720.0",
                                        "value": "1720.00",
                                        "rate": "430.0",
                                        "discount": "0.0"
                                    }
                                }
                            ]
                        },
                        "local_currency": {
                            "id": "101182174",
                            "ratio": "86.0",
                            "base_currency": {
                                "id": "95",
                                "name": "Indian rupee",
                                "symbol": "₹"
                            },
                            "transaction_currency": {
                                "id": "216",
                                "name": "United States dollar",
                                "symbol": "$"
                            },
                            "amount": "100.0",
                            "value": "8600.0",
                            "discount": "10.0",
                            "gross_amount": "100.0"
                        }
                    },
                    {
                        "id": "892287474",
                        "number": "NeeLocalTest2",
                        "type": "REGULAR",
                        "user_group2_id": "0",
                        "return_type": "",
                        "amount": "8600.00",
                        "outlier_status": "NORMAL",
                        "delivery_status": "DELIVERED",
                        "notes": "Transaction Number 74",
                        "billing_time": "2025-04-08 17:30:00",
                        "auto_update_time": "2025-10-14 11:27:56",
                        "gross_amount": "8600.00",
                        "discount": "0.00",
                        "store": "DocSep25",
                        "store_code": "docsep25",
                        "returned_points_on_bill": "0.0",
                        "currency": {
                            "ratio": 86,
                            "transaction_currency": {
                                "supported_currency_id": 101182172,
                                "name": "United States dollar",
                                "symbol": "$"
                            },
                            "id": 101182172,
                            "name": "United States dollar",
                            "symbol": "$"
                        },
                        "points": {
                            "issued": "0",
                            "redeemed": "0",
                            "returned": "0",
                            "expired": "0",
                            "returnedPointsOnBill": "0.0",
                            "expiry_date": "",
                            "program_id": "983"
                        },
                        "custom_fields": {
                            "field": [
                                {
                                    "name": "",
                                    "value": ""
                                }
                            ]
                        },
                        "extended_fields": {
                            "field": []
                        },
                        "identifiers": {
                            "field": []
                        },
                        "coupons": [],
                        "basket_size": 1,
                        "line_items": {
                            "line_item": [
                                {
                                    "id": "4033746711",
                                    "type": "REGULAR",
                                    "return_type": "",
                                    "outlier_status": "NORMAL",
                                    "serial": "1",
                                    "item_code": "model_id_001",
                                    "description": "Steel Bottle3",
                                    "qty": "4",
                                    "rate": "430.00",
                                    "value": "1720.00",
                                    "discount": "0.00",
                                    "amount": "1720.00",
                                    "line_item_point_details": [
                                        {
                                            "issued": "0",
                                            "promised": "0",
                                            "promised_returned": "0",
                                            "redeemed": "0",
                                            "returned": "0",
                                            "redeemable_from": "",
                                            "expiry_date": "",
                                            "program_id": "0"
                                        }
                                    ],
                                    "extended_fields": {
                                        "field": []
                                    },
                                    "split_items": [],
                                    "addon_items": [],
                                    "combo_items": [],
                                    "attributes": {
                                        "attribute": [
                                            {
                                                "name": "Returnable",
                                                "value": "true"
                                            },
                                            {
                                                "name": "ReturnableDays",
                                                "value": "-1"
                                            }
                                        ]
                                    },
                                    "local_currency": {
                                        "id": "352136746",
                                        "ratio": "86.0",
                                        "base_currency": {
                                            "id": "95",
                                            "name": "Indian rupee",
                                            "symbol": "₹"
                                        },
                                        "transaction_currency": {
                                            "id": "216",
                                            "name": "United States dollar",
                                            "symbol": "$"
                                        },
                                        "amount": "1720.0",
                                        "value": "1720.00",
                                        "rate": "430.0",
                                        "discount": "0.0"
                                    }
                                }
                            ]
                        },
                        "local_currency": {
                            "id": "101182172",
                            "ratio": "86.0",
                            "base_currency": {
                                "id": "95",
                                "name": "Indian rupee",
                                "symbol": "₹"
                            },
                            "transaction_currency": {
                                "id": "216",
                                "name": "United States dollar",
                                "symbol": "$"
                            },
                            "amount": "100.0",
                            "value": "8600.0",
                            "discount": "0.0",
                            "gross_amount": "100.0"
                        }
                    },
                    {
                        "id": "892285776",
                        "number": "NeeLocalTest1",
                        "type": "REGULAR",
                        "user_group2_id": "0",
                        "return_type": "",
                        "amount": "8600.00",
                        "outlier_status": "NORMAL",
                        "delivery_status": "DELIVERED",
                        "notes": "Transaction Number 74",
                        "billing_time": "2025-04-08 17:30:00",
                        "auto_update_time": "2025-10-14 09:40:10",
                        "gross_amount": "8600.00",
                        "discount": "0.00",
                        "store": "DocSep25",
                        "store_code": "docsep25",
                        "returned_points_on_bill": "0.0",
                        "currency": {
                            "ratio": 86,
                            "transaction_currency": {
                                "supported_currency_id": 101182166,
                                "name": "United States dollar",
                                "symbol": "$"
                            },
                            "id": 101182166,
                            "name": "United States dollar",
                            "symbol": "$"
                        },
                        "points": {
                            "issued": "0",
                            "redeemed": "0",
                            "returned": "0",
                            "expired": "0",
                            "returnedPointsOnBill": "0.0",
                            "expiry_date": "",
                            "program_id": "983"
                        },
                        "custom_fields": {
                            "field": [
                                {
                                    "name": "",
                                    "value": ""
                                }
                            ]
                        },
                        "extended_fields": {
                            "field": []
                        },
                        "identifiers": {
                            "field": []
                        },
                        "coupons": [],
                        "basket_size": 1,
                        "line_items": {
                            "line_item": [
                                {
                                    "id": "4033741540",
                                    "type": "REGULAR",
                                    "return_type": "",
                                    "outlier_status": "NORMAL",
                                    "serial": "1",
                                    "item_code": "model_id_001",
                                    "description": "Steel Bottle3",
                                    "qty": "4",
                                    "rate": "430.00",
                                    "value": "1720.00",
                                    "discount": "0.00",
                                    "amount": "1720.00",
                                    "line_item_point_details": [
                                        {
                                            "issued": "0",
                                            "promised": "0",
                                            "promised_returned": "0",
                                            "redeemed": "0",
                                            "returned": "0",
                                            "redeemable_from": "",
                                            "expiry_date": "",
                                            "program_id": "0"
                                        }
                                    ],
                                    "extended_fields": {
                                        "field": []
                                    },
                                    "split_items": [],
                                    "addon_items": [],
                                    "combo_items": [],
                                    "attributes": {
                                        "attribute": [
                                            {
                                                "name": "Returnable",
                                                "value": "true"
                                            },
                                            {
                                                "name": "ReturnableDays",
                                                "value": "-1"
                                            }
                                        ]
                                    },
                                    "local_currency": {
                                        "id": "352136740",
                                        "ratio": "86.0",
                                        "base_currency": {
                                            "id": "95",
                                            "name": "Indian rupee",
                                            "symbol": "₹"
                                        },
                                        "transaction_currency": {
                                            "id": "216",
                                            "name": "United States dollar",
                                            "symbol": "$"
                                        },
                                        "amount": "1720.0",
                                        "value": "1720.00",
                                        "rate": "430.0",
                                        "discount": "0.0"
                                    }
                                }
                            ]
                        },
                        "local_currency": {
                            "id": "101182166",
                            "ratio": "86.0",
                            "base_currency": {
                                "id": "95",
                                "name": "Indian rupee",
                                "symbol": "₹"
                            },
                            "transaction_currency": {
                                "id": "216",
                                "name": "United States dollar",
                                "symbol": "$"
                            },
                            "amount": "100.0",
                            "value": "8600.0",
                            "discount": "0.0",
                            "gross_amount": "100.0"
                        }
                    },
                    {
                        "id": "892283305",
                        "number": "NeeLocalTest",
                        "type": "REGULAR",
                        "user_group2_id": "0",
                        "return_type": "",
                        "amount": "5160.00",
                        "outlier_status": "NORMAL",
                        "delivery_status": "DELIVERED",
                        "notes": "Transaction Number 74",
                        "billing_time": "2025-04-08 17:30:00",
                        "auto_update_time": "2025-10-14 07:30:11",
                        "gross_amount": "5160.00",
                        "discount": "0.00",
                        "store": "DocSep25",
                        "store_code": "docsep25",
                        "returned_points_on_bill": "0.0",
                        "currency": {
                            "ratio": 86,
                            "transaction_currency": {
                                "supported_currency_id": 101182131,
                                "name": "United States dollar",
                                "symbol": "$"
                            },
                            "id": 101182131,
                            "name": "United States dollar",
                            "symbol": "$"
                        },
                        "points": {
                            "issued": "0",
                            "redeemed": "0",
                            "returned": "0",
                            "expired": "0",
                            "returnedPointsOnBill": "0.0",
                            "expiry_date": "",
                            "program_id": "983"
                        },
                        "custom_fields": {
                            "field": [
                                {
                                    "name": "",
                                    "value": ""
                                }
                            ]
                        },
                        "extended_fields": {
                            "field": []
                        },
                        "identifiers": {
                            "field": []
                        },
                        "coupons": [],
                        "basket_size": 1,
                        "line_items": {
                            "line_item": [
                                {
                                    "id": "4033733432",
                                    "type": "REGULAR",
                                    "return_type": "",
                                    "outlier_status": "NORMAL",
                                    "serial": "1",
                                    "item_code": "model_id_001",
                                    "description": "Steel Bottle3",
                                    "qty": "4",
                                    "rate": "430.00",
                                    "value": "1720.00",
                                    "discount": "0.00",
                                    "amount": "1720.00",
                                    "line_item_point_details": [
                                        {
                                            "issued": "0",
                                            "promised": "0",
                                            "promised_returned": "0",
                                            "redeemed": "0",
                                            "returned": "0",
                                            "redeemable_from": "",
                                            "expiry_date": "",
                                            "program_id": "0"
                                        }
                                    ],
                                    "extended_fields": {
                                        "field": []
                                    },
                                    "split_items": [],
                                    "addon_items": [],
                                    "combo_items": [],
                                    "attributes": {
                                        "attribute": [
                                            {
                                                "name": "Returnable",
                                                "value": "true"
                                            },
                                            {
                                                "name": "ReturnableDays",
                                                "value": "-1"
                                            }
                                        ]
                                    },
                                    "local_currency": {
                                        "id": "352136663",
                                        "ratio": "86.0",
                                        "base_currency": {
                                            "id": "95",
                                            "name": "Indian rupee",
                                            "symbol": "₹"
                                        },
                                        "transaction_currency": {
                                            "id": "216",
                                            "name": "United States dollar",
                                            "symbol": "$"
                                        },
                                        "amount": "1720.0",
                                        "value": "1720.00",
                                        "rate": "430.0",
                                        "discount": "0.0"
                                    }
                                }
                            ]
                        },
                        "local_currency": {
                            "id": "101182131",
                            "ratio": "86.0",
                            "base_currency": {
                                "id": "95",
                                "name": "Indian rupee",
                                "symbol": "₹"
                            },
                            "transaction_currency": {
                                "id": "216",
                                "name": "United States dollar",
                                "symbol": "$"
                            },
                            "amount": "60.0",
                            "value": "5160.0",
                            "discount": "0.0",
                            "gross_amount": "60.0"
                        }
                    },
                    {
                        "id": "884649013",
                        "number": "DaveMustaineSearch",
                        "type": "REGULAR",
                        "user_group2_id": "0",
                        "return_type": "",
                        "amount": "200.00",
                        "outlier_status": "NORMAL",
                        "delivery_status": "DELIVERED",
                        "notes": "This is test",
                        "billing_time": "2025-04-07 04:15:10",
                        "auto_update_time": "2025-04-07 04:15:09",
                        "gross_amount": "110.00",
                        "discount": "10.00",
                        "store": "DocStore",
                        "store_code": "doc123",
                        "returned_points_on_bill": "0.0",
                        "points": {
                            "issued": "0",
                            "redeemed": "0",
                            "returned": "0",
                            "expired": "0",
                            "returnedPointsOnBill": "0.0",
                            "expiry_date": "",
                            "program_id": "983"
                        },
                        "custom_fields": {
                            "field": [
                                {
                                    "name": "paymentmode",
                                    "value": "cash"
                                }
                            ]
                        },
                        "extended_fields": {
                            "field": [
                                {
                                    "name": "additional_discount",
                                    "value": "100"
                                },
                                {
                                    "name": "cashier_name",
                                    "value": "Singh"
                                }
                            ]
                        },
                        "identifiers": {
                            "field": []
                        },
                        "coupons": [],
                        "basket_size": 0,
                        "line_items": {
                            "line_item": []
                        }
                    },
                    {
                        "id": "883010076",
                        "number": "DaveMustaine11",
                        "type": "REGULAR",
                        "user_group2_id": "0",
                        "return_type": "",
                        "amount": "200.00",
                        "outlier_status": "NORMAL",
                        "delivery_status": "DELIVERED",
                        "notes": "This is test",
                        "billing_time": "2025-03-11 13:04:07",
                        "auto_update_time": "2025-03-11 13:04:06",
                        "gross_amount": "110.00",
                        "discount": "10.00",
                        "store": "DocStore",
                        "store_code": "doc123",
                        "returned_points_on_bill": "0.0",
                        "points": {
                            "issued": "0",
                            "redeemed": "0",
                            "returned": "0",
                            "expired": "0",
                            "returnedPointsOnBill": "0.0",
                            "expiry_date": "",
                            "program_id": "983"
                        },
                        "custom_fields": {
                            "field": [
                                {
                                    "name": "paymentmode",
                                    "value": "cash"
                                }
                            ]
                        },
                        "extended_fields": {
                            "field": [
                                {
                                    "name": "additional_discount",
                                    "value": "100"
                                },
                                {
                                    "name": "cashier_name",
                                    "value": "Singh"
                                }
                            ]
                        },
                        "identifiers": {
                            "field": []
                        },
                        "coupons": [],
                        "basket_size": 0,
                        "line_items": {
                            "line_item": []
                        }
                    },
                    {
                        "id": "883009995",
                        "number": "DaveMustaine10",
                        "type": "REGULAR",
                        "user_group2_id": "0",
                        "return_type": "",
                        "amount": "200.00",
                        "outlier_status": "NORMAL",
                        "delivery_status": "DELIVERED",
                        "notes": "This is test",
                        "billing_time": "2025-03-11 13:01:45",
                        "auto_update_time": "2025-03-11 13:01:45",
                        "gross_amount": "110.00",
                        "discount": "10.00",
                        "store": "DocStore",
                        "store_code": "doc123",
                        "returned_points_on_bill": "0.0",
                        "points": {
                            "issued": "0",
                            "redeemed": "0",
                            "returned": "0",
                            "expired": "0",
                            "returnedPointsOnBill": "0.0",
                            "expiry_date": "",
                            "program_id": "983"
                        },
                        "custom_fields": {
                            "field": [
                                {
                                    "name": "paymentmode",
                                    "value": "cash"
                                }
                            ]
                        },
                        "extended_fields": {
                            "field": [
                                {
                                    "name": "additional_discount",
                                    "value": "100"
                                },
                                {
                                    "name": "cashier_name",
                                    "value": "Singh"
                                }
                            ]
                        },
                        "identifiers": {
                            "field": []
                        },
                        "coupons": [],
                        "basket_size": 0,
                        "line_items": {
                            "line_item": []
                        }
                    }
                ]
            },
            "item_status": {
                "success": "true",
                "code": "1052",
                "message": "Transactions fetched successfully",
                "warnings": {
                    "warning": []
                }
            }
        }
    }
}

Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!