API Reference Get Merchant Info

Get Merchant Info

POST

The Get Merchant Details endpoint gives you real-time access to key account information. You can quickly view your current balance, authorized inbound IP addresses , available services, and other important details.

Service Information

baseUrl/api/v1/mdetails
POST
application/json
Parameter Name Type M/O Description
loginId Numeric M Merchant id provided during integration
key String M Merchants (public) key
checksum String M Checksum computed for the request. See "Security: Checksum for hash computation steps"

{
"loginId": "{{loginId}}",
"key": "{{publicKey}}",
"checksum": "{{checkSum}}"
}
                            
Parameter Name Type M/O Description
statusCode Numeric M Status of the transaction. 00 signifies success
statusDescription Collection M An array of merchant details
{
    "statusCode": "00",
    "statusDescription": {
        "name": "Csw Airtel Switch",
        "balance": "91226.40",
        "status": "active",
        "email": "info@creditswitch.com",
        "allowedIps": [
            "127.0.0.1"
        ],
        "serviceDetail": [
            [
                "A01E",
                "0.00"
            ],
            [
                "A02E",
                "0.00"
            ],
            [
                "P10N",
                "1.50"
            ],
            [
                "P11N",
                "1.50"
            ],
            [
                "P04N",
                "1.50"
            ],
            [
                "B01T",
                "8.00"
            ],
            [
                "B03T",
                "5.00"
            ],
            [
                "E01E",
                "0.00"
            ],
            [
                "E02E",
                "0.00"
            ],
            [
                "P12N",
                "1.50"
            ],
            [
                "C2TV",
                "1.50"
            ],
            [
                "C3TV",
                "2.00"
            ],
            [
                "C1TV",
                "1.50"
            ],
            [
                "S01M",
                "0.00"
            ],
            [
                "S02M",
                "0.00"
            ],
            [
                "S03M",
                "0.00"
            ],
            [
                "S04M",
                "0.00"
            ],
            [
                "INT1",
                "0.00"
            ],
            [
                "INT2",
                "0.00"
            ],
            [
                "INT3",
                "0.00"
            ],
            [
                "INT4",
                "0.00"
            ],
            [
                "INT5",
                "0.00"
            ],
            [
                "INT6",
                "0.00"
            ],
            [
                "INT7",
                "0.00"
            ],
            [
                "INT8",
                "0.00"
            ],
            [
                "INT9",
                "0.00"
            ],
            [
                "INT10",
                "0.00"
            ],
            [
                "INT11",
                "0.00"
            ],
            [
                "INT12",
                "0.00"
            ],
            [
                "INT13",
                "0.00"
            ],
            [
                "INT14",
                "0.00"
            ],
            [
                "INT15",
                "0.00"
            ],
            [
                "INT16",
                "0.00"
            ],
            [
                "INT17",
                "0.00"
            ],
            [
                "INT18",
                "0.00"
            ],
            [
                "INT19",
                "0.00"
            ],
            [
                "INT20",
                "0.00"
            ],
            [
                "INT21",
                "0.00"
            ],
            [
                "INT22",
                "0.00"
            ],
            [
                "INT23",
                "0.00"
            ],
            [
                "INT24",
                "0.00"
            ],
            [
                "INT25",
                "0.00"
            ],
            [
                "INT26",
                "0.00"
            ],
            [
                "INT27",
                "0.00"
            ],
            [
                "INT28",
                "0.00"
            ],
            [
                "INT29",
                "0.00"
            ],
            [
                "INT30",
                "0.00"
            ],
            [
                "INT31",
                "0.00"
            ],
            [
                "B06T",
                "0.00"
            ],
            [
                "B07T",
                "0.00"
            ],
            [
                "B08T",
                "0.00"
            ],
            [
                "P01N",
                "1.50"
            ],
            [
                "P02N",
                "1.50"
            ],
            [
                "P03N",
                "1.50"
            ],
            [
                "P05N",
                "1.50"
            ],
            [
                "P06N",
                "1.50"
            ],
            [
                "P07N",
                "1.50"
            ],
            [
                "P08N",
                "1.50"
            ],
            [
                "P09N",
                "1.50"
            ],
            [
                "P13N",
                "1.50"
            ],
            [
                "P14N",
                "1.50"
            ],
            [
                "P15N",
                "1.50"
            ],
            [
                "P16N",
                "1.50"
            ],
            [
                "P17N",
                "1.50"
            ],
            [
                "P18N",
                "1.50"
            ],
            [
                "P19N",
                "1.50"
            ],
            [
                "P20N",
                "1.50"
            ],
            [
                "P21N",
                "1.50"
            ],
            [
                "T01N",
                "0.00"
            ],
            [
                "D02D",
                "0.00"
            ]
        ],
        "transactionsToday": 0
    }
}