# Get a charge split **GET /api/v1/charge-split/{chargeSplit_uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **chargeSplit_uuid** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **splitable_type** (string) The model type this charge split belongs to. - **splitable** (object) Model this charge split belongs to e.g. plan - **account** (object) Account who will be receiving this charge split - **charge_split_schema** (object) The charge split schema model that defined the parameters of this charge split - **percentage** (number) How much of the expectation the given account is expected to receive - **percentage_paid_by_firm** (integer) How much of the charge split amount will be paid by the firm - **percentage_paid_by_adviser** (integer) How much of the charge split amount will be paid by the adviser - **transfer_fci** (string) Whether the account will receive FCI recognition for this expectation amount - **initial** (string) Whether the charge split will apply to initial charges - **ongoing** (string) Whether the charge split will apply to ongoing charges - **apply_to_plans** (boolean) When adding this charge split to a client, setting this to true will automatically apply the charge split to all of the client's plans [Powered by Bump.sh](https://bump.sh)