Update Business

Post https://app.moneygraph.ai/api/v1/customer/update-business/{user}

Headers

Authorization* string

Pass your {api_key} as a bearer token in the request header to authorize this call

Body parameters

staff_size* string

Business Staff Size, must be between 1-5,5-50,50+

mcc_id* string

Business MCC, click here to fetch mcc_id

reg_type_id* string

Business Registration Type, click here to fetch reg_type_id

registration_date* string

Date business was registered, format 20-06-1976

registration_number* string

Business registration number

tax_number* string

Business tax number

registration_location* string

Business registration location

complete_ownership* boolean

True if you completely own the business, false if not

address.country* string

Country iso2

address.state* string

State iso2

address.city* string

City

address.street* string

Address

address.postal_code* string

Postal/Zip Code

Response


{
    "message": "User Account Updated",
    "status": "success",
    "data": {
        "id": "0917324",
        "mode": "test",
        "first_name": "Scott",
        "last_name": "Mccal",
        "email": "[email protected]",
        "phone": "+12709255094",
        "account_type": "business",
        "birthday": "29-06-1999",
        "gender": "male",
        "id_type": "ID_CARD",
        "id_number": "213652146416",
        "source_of_funds": "Family Savings",
        "kyc_status": "PENDING",
        "tax_number": "9236586985",
        "document": {
            "document": null,
            "selfie": null
        },
        "address": {
            "country": "US",
            "state": "DE",
            "city": "City",
            "street": "Address",
            "postal_code": "90000"
        },
        "business_details": {
            "business_name": "ABC LTD",
            "website": null,
            "staff_size": "1-5",
            "registration_number": "9236586985",
            "tax_number": "9236586985",
            "registration_date": "29-06-1999",
            "registration_location": "No.1 wetwtwtwetwtwt",
            "registration_type": "Single Member LLC",
            "mcc": "Bicycle Shops",
            "complete_ownership": false,
            "address": {
                "country": "US",
                "state": "DE",
                "city": "SALD",
                "street": "Hillton street",
                "postal_code": "90000"
            }
        }
    }
}