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 |
---|---|
id string | Unique identifier for the net pay split. |
employee | ID of the employee that the net pay split relates to. |
contractor | ID of the contractor that the net pay split relates to. |
deactivated_at | Datetime at which the net pay split was deactivated. |
deactivated_reason | Reason due to which the net pay split was deactivated.
|
is_default | If |
splits | Prioritized list of bank accounts and the maximum amounts to be paid to each account. |
Objects in the splits
array:
Attribute | Description |
---|---|
bank_account string | ID of the Bank Account the net pay will be sent to. |
priority | The priority of the net pay split with |
amount | The maximum amount of dollars (and cents) this account should receive per paycheck. Note that on API versions |
percentage | The percent of net pay this account should receive per paycheck. One of Note this field is only available on API versions |