Object

Shown below is a sample bharat_connect.business.details object for Fetch Business Data.

{
    "id": "bcbd_k3pbaALyh1CmzTPTOToHywYey",
    "object": "bharat_connect.business.details",
    "name": "Business Name",
    "mobile_number": "9876543210",
    "email": "[email protected]",
    "phone": "",
    "bbps_business_id": "ORG1731304320a8b539acf65f5629622526",
    "b2b_id": "zwch_1731304320a8b539acf65f1337854926",
    "b2b_id_details": [
        {
            "b2b_id": "zwch_qwerty12341",
            "status": "ACTIVE",
            "private": true,
            "bank_account": null,
            "business_identifier": {
                "document_name": "GSTIN",
                "registered_name": "ZXC Tech",
                "value": "22AAAAA0001A3Z9"
            }
        },
        {
            "b2b_id": "zwch_1731414335a8b539acf65f0982718126",
            "status": "ACTIVE",
            "private": true,
            "bank_account": null,
            "business_identifier": {
                "document_name": "GSTIN",
                "registered_name": "ZXC Tech",
                "value": "22AAAAA0001A3Z9"
            }
        }
    ],
    "kyc": {
        "city": "Bangalore",
        "postal_code": "560005",
        "state_code": "",
        "pan": "ABCTY1239H",
        "company_name": "ZXC Tech",
        "contact_person": "",
        "mcc_code": "4112",
        "primary_business_identifier": {
            "type": "GST",
            "reference_number": "22AAAAA0000A1Y7",
            "registered_name": "ZXC Tech"
        },
        "other_business_identifiers": [
            {
                "type": "",
                "reference_number": "",
                "registered_name": ""
            }
        ]
    },
    "addresses": [
        {
            "address_line1": "sarjapur",
            "address_line2": "",
            "city": "Bengaluru",
            "country": "INDIA",
            "pincode": "560010",
            "state": "KARNATAKA",
            "type": "OTHER"
        }
    ],
    "bank_accounts": [
        {
            "ac_num": "67334963307",
            "beneficiary_name": "Rahul Reddy",
            "business_vpa": "test@vpa",
            "ifsc": "SBIN0070305",
            "type": "SAVINGS"
        }
    ],
    "response": {
        "status": "",
        "message": ""
    }
}

The table below lists the various parameters in the bharat_connect.business.details object.

ParametersTypeDescription
idstringUnique identifier of the business in the ZWITCH database.
Example: bcbd_k3pbaALyh1CmzTPTOToHywYey
objectstringAPI object that is returned.
Possible value: bharat_connect.business.details
namestringName of the business. Example: Business Name
mobile_numberstringMobile number associated with the business. Example: 9876543210
emailstringEmail address of the business contact. Example: [email protected]
phonestringPhone number associated with the business.
bbps_business_idstringThe unique identifier assigned by BBPS. Example: ORG1731304320a8b539acf65f5629622526
b2b_idstringPrimary B2B identifier. Example: zwch_1731304320a8b539acf65f1337854926
b2b_id_detailsarray of objectsAn array containing detailed B2B identifiers and their statuses.

Child Object: b2b_id_details

The table below lists the various parameters in the businesses child object. This object is part of the bharat_connect.business.details object.

ParametersTypeDescription
b2b_idstringUnique B2B identifier. Example: zwch_qwerty12341
statusstringStatus of the identifier. Possible values: ACTIVE, INACTIVE
privatebooleanIndicates if the identifier is private.
bank_accountstring or nullAssociated bank account details if available.
business_identifierobjectDetails of the associated business identifier.

Child Object: business_identifier

The table below lists the various parameters in the businesses child object. This object is part of the bharat_connect.business.details object.

ParametersTypeDescription
document_namestringType of document. Example: GSTIN
registered_namestringRegistered name associated with the document. Example: ZXC Tech
valuestringValue of the document. Example: 22AAAAA0001A3Z9