Represents the way employee or contractor net pay is split into multiple bank accounts.
See the net pay split guide for more information.
{
"id": "nps_lk218jk9082mjkjljT1c",
"employee": "emp_zGGp6wYcxAeu1Ng8IA7v",
"contractor": null,
"deactivated_at": null,
"deactivated_reason": null,
"is_default": true,
"splits": [
{
"bank_account": "bnk_R1UMH4Jtbjek10B9TxiX",
"priority": 1,
"amount": "100.0",
"percentage": null,
},
{
"bank_account": "bnk_zGGp6wYcxAeu1Ng8IA7v",
"priority": 2,
"amount": null,
"percentage": null,
}
]
}| Attribute | Description |
|---|---|
idstring | Unique identifier for the net pay split. |
employeestring | ID of the employee that the net pay split relates to. |
contractorstring | ID of the contractor that the net pay split relates to. |
deactivated_atdatetime | Datetime at which the net pay split was deactivated. |
deactivated_reasonstring | Reason due to which the net pay split was deactivated.
|
is_defaultboolean | If true, this net pay split object is set as the default and active net pay split for a worker. Defaults to false. |
sourcestring | The integration partner that created and manages this net pay split. When present, this indicates the net pay split is owned by an ecosystem partner (e.g., an earned wage access provider) and should not be modified by your platform. null if the net pay split was created by the partner or worker directly. |
splitsarray of objects | Prioritized list of bank accounts and the maximum amounts to be paid to each account. |
Objects in the splits array:
| Attribute | Description |
|---|---|
bank_accountstring | ID of the Bank Account the net pay will be sent to. |
priorityinteger | The priority of the net pay split with 1 being the highest priority and 7 being the lowest. Splits in the array should have consecutive integer priorities, starting from 1 (for example, 3 split objects with priorities 1, 2, and 3). |
amountstring | The maximum amount of dollars (and cents) this account should receive per paycheck. Note that on API versions |
percentagestring | The percent of net pay this account should receive per paycheck. One of Note this field is only available on API versions |

