After a split configuration profile is applied to your user's store, all payments that are processed through the store and meet the conditions of at least one rule in the profile, are automatically split according to the instructions of the rule with the highest priority condition.
If you need to add or remove a rule, or change the conditions and split instructions of an existing rule, you can do so at any time in your Customer Area or using the Management API.
You can modify the following details of a split configuration profile:
- Add or delete a rule
- Change the description of a profile
- Change the conditions or split instructions of a rule
- Delete a profile
Requirements
- If you are using the Management API, make sure that:
- Your credential has the Management API—SplitConfiguration read and write role.
- You have the IDs of the resources you want to update (split configuration profile, rule, or split logic) at hand. You can use the GET /merchants/{merchantId}/splitConfigurations endpoint to retrieve this information.
- If you want to manage split configuration profiles in your Customer Area, you must have the Manage new split configuration settings role.
Add a rule
You can define new rules to automatically split transactions, even after the split configuration profile has been created and applied to a store.
Delete a rule
All split configuration profiles must contain at least one rule. Therefore, deleting the only rule in the profile is not possible. If you want to remove a rule but keep the profile, make sure the profile contains at least one other rule. Otherwise, delete the whole profile.
Change the rule conditions
You can update the conditions that determine whether the payment is split automatically, by modifying the rule in the profile. For more information on these conditions, see Rule conditions.
Change the split instructions
You can change the way a transaction is split between the balance accounts of your platform by modifying the split instructions of the rule.
Change the profile description
You can only update the description of a split configuration profile by using the Management API.
To update the description of a profile, make a PATCH /merchants/{merchantId}/splitConfigurations/{splitConfigurationId} request, specifying the merchantId and splitConfigurationId in the path, and the new description
in the body.
The response returns the whole profile, including the updated description.