Get All Transaction Details

Get the details of transactions.

GET {API_URL}/client/get-all-transactions

Auth required: YES

Please pass your API key as the username and API secret as the password as Basic Auth to access the endpoint

Query Parameters

Name
Type

from

ISODateString

to

ISODateString

{
    "data": [
        {
            "_id": "67a0703b74e35313f380bab7",
            "createdAt": "2025-02-03T07:28:59.076Z",
            "userEmail": "ayushhhhhhhh@gmail.com",
            "userName": "asfghdg",
            "userAddress": {
                "name": "ASDSF",
                "area": "ASDSFV",
                "pincode": "2134",
                "state": "sADFS",
                "country": "SDAF",
                "apartment": "",
                "city": "",
                "landmark": ""
            },
            "billingAddress": {
                "name": "ASDSF",
                "state": "sADFS",
                "country": "SDAF",
                "pincode": "2134",
                "area": "ASDSFV"
            },
            "shippingAddress": {
                "name": "",
                "state": "",
                "country": "",
                "pincode": "",
                "area": ""
            },
            "userId": "67a06ff5f09a0268df88a060",
            "clientReferenceId": null,
            "transactionRefNumber": "pay_Pr9hcIjMbN4Nf1",
            "orderId": "order_Pr9hE1QCz6yDZp",
            "contentId": null,
            "refundStatus": "NOT_INITIATED",
            "refundDetails": [],
            "status": "COMPLETE",
            "subscriptionName": "Autocar PRO PLUS Annual Subscription",
            "subscriptionId": "677b78f1d57c7ff71baefe95",
            "tierId": "677b78f1d57c7ff71baefe98",
            "purchaseId": "67a0705df09a0268df88a303",
            "redeemedCouponCode": null,
            "price": 899,
            "currency": "INR",
            "gateway": "RAZORPAY",
            "category": "SUBSCRIPTION",
            "paymentSourceType": "NETBANKING",
            "expiryDate": "2026-02-03T07:28:58.396Z",
            "taxBasePrice": 899,
            "taxInformation": [
                {
                    "category": "DIGITAL",
                    "taxAmount": 0,
                    "taxBasePrice": 899,
                    "clientTaxAmount": 0,
                    "clientTaxBasePrice": 899,
                    "taxRate": 0,
                    "taxName": "SGST",
                    "_id": "67a0705df09a0268df88a307"
                },
                {
                    "category": "PHYSICAL",
                    "taxAmount": 0,
                    "taxBasePrice": 0,
                    "clientTaxAmount": 0,
                    "clientTaxBasePrice": 0,
                    "taxRate": 0,
                    "taxName": "CGST",
                    "_id": "67a0705df09a0268df88a308"
                }
            ],
            "taxCountry": "IN",
            "gstComponent": {
                "physical": 0,
                "digital": 0
            }
        }
    ],
    "count": [
        {
            "_id": "COMPLETE",
            "count": 1
        }
    ]
}

Last updated