Skip to main content

Documentation

Edit Shareholder Type

This POST method is required only in cases where there are no shareholders who own 25% or more of the company, and instead there is a CEO that is in charge of the organization.

    • app_token

    • The application token identifier. String that starts with app_.

    • is_shareholder_exists

    • Indicates whether a shareholder exists. Set to false.

Note

Due to the length of the response, in this example on the right side of this page, a shortened version of the response is displayed.

  • {base_uri}/verify/api/applications/:app_token/edit_shareholder_type

  • Edit Shareholder Type

  • curl -X POST {base_uri}/verify/api/applications/app_2ba941d39a1b40ceb67842460d9cc6c8/edit_shareholder_type
    -H 'access_key: your-access-key-here'
    -H 'Content-Type: application/json'
    -H 'idempotency: your-idempotency-parameter-here'
    -H 'salt: your-random-string-here'
    -H 'signature: your-calculated-signature-here'
    -H 'timestamp: your-unix-timestamp-here'
    -H 'api_timestamp: your-unix-timestamp-here'
    -d '
    {
        "is_shareholder_exists": false
    }
    '
    
  • {
        "status": {
            "error_code": "",
            "status": "SUCCESS",
            "message": "",
            "response_code": "",
            "operation_id": "7e3d8886-be97-4b50-811c-0c4318707f2d"
        },
        "data": {
            "token": "app_2ba941d39a1b40ceb67842460d9cc6c8",
            "rapyd_entity_token": "ewallet_becd79bfbca13fbfasdfghj66ea72da808d67ce",
            "copied_from_application_token": null,
            "client_reference_id": "000001111",
            "authorized_user_email": "test@test.com",
            "version": 2,
            "status": "new",
            "metadata": {
                "modular": "true"
            },
            "entity_type": "Private Limited Company",
            "country": "GB",
            "created_at": 1691656080682,
            "updated_at": 1691668112952,
            "sell_type": "ATS-0003",
            "business_industry": 7273,
            "is_authorized_by_service": false,
            "triggers": null,
            "is_lean": true,
            "sections": {},
            "application_type": "typ_Z2xiX2NvbXBhbnk="
        }
    }