Guides

ADD_SAVING_ACCOUNT

This API is used to open a new savings account for an existing or newly created user. It captures nominee details(optional), unique User ID and Enterprise ID to create a savings account with the selected bank.

Request

    payload: {
      "isNomineeApplicable": "YES",
        "nomineeDetails": {
            "name": "Sumit Yogi",
            "email": "[email protected]",
            "relation": "SON",
            "address1": "village Beelpur",
            "address2": "Vaya Manoharpur",
            "address3": "Tehsil Amer",
            "city": "HOSHANGABAD",
            "state": "MADHYA_PRADESH",
            "postalCode": 301404,
            "dob": "2019-02-10",
            "isMinor": "YES",
           
            "guardianInfo": {
                "addressInfo": {
                    "addressLine1": "village Beelpur",
                    "addressLine2": "Vaya Manoharpur",
                    "addressLine3": "Tehsil Amer",
                    "buildingLevel": 3,
                    "city": "JAIPUR",
                    "state": "ARUNACHAL_PRADESH",
                    "postalCode": 301404
                },
                "name": "Shruti",
                "guardianDob": "1979-06-28",
                "relation": "FATHER"
            }
        },
        "relPartyType": "M",
        "scheme": 1028,
        "relPartyUserId": "6fa02da4-248d-4fc8-b7c3-21dabad1eed3"
    },

Response

{
    "headers": {},
    "body": {
        "ifsc": null,
        "accountNo": "102710527138"
    },
    "statusCode": "OK",
    "statusCodeValue": 200
}