Split Payout (split_payout)
In this manual, we are going to walk you through the split_payout parameter, which is the required list of objects defining stakeholders in the transaction. Each entity included in this list receives a designated payout amount, supporting multi-party transactions within a single batch..
The Parameter Key | split_payout | |||
---|---|---|---|---|
Data Type | Object | |||
Description | The Split Object which contains, the stakeholders of current transaction. If it is defined at least two entities should be provided. | |||
Required | β | |||
Sample |
| |||
Parameter | ||||
entity_id | ||||
Unique Entity Id, defined by the merchant
| ||||
entity_name | ||||
Entity name | ||||
item_description | ||||
A brief description for the item. | ||||
item_total | ||||
The amount that should be paid for related entity. | ||||
msc_flag | One of the following values: F= Full MSC is applied to this item P = Proportional MSC is applied to this item Z = Zero MSC R = Remainder of MSC | |||
If one item has βFβ as the flag, then all other items must have βZβ. The item set to βFβ will take the entire MSC for the total transaction amount. If an item as βPβ as the flag, then the MSC charged to that item will be a proportion of the total MSC based on what proportion of the total transaction this item Required represents. If using βPβ as one of the flags, then one item must have βRβ as itβs flag, for that item to take the remainder of any MSC that has not been allocated elsewhere. |