Toda vez que é criado um split, cada recebedor recebe um identificador de sua regra de split, o que chamamos de split_rule
.
Atributos | Tipo | Descrição |
---|---|---|
id | string | _Identificador (id) da regra de split |
type | string | _Tipo do valor (amount). valores possíveis: 'flat' ou 'percentage' |
amount | int | _Valor da regra de split |
recipient | object | _Dados do recebedor |
{
"split":[
{
"id":"sr_z57bX1Yujni9EMXa",
"amount":"10000",
"type":"flat",
"gateway_id": "sr_ck5cjwv36006ykw6e1o54ahwz",
"recipient": {
"id": "rp_5yGwpMGckBHVYmb6",
"name": "Tony Shark",
"email": "[email protected]",
"document": "12728994706",
"description": "Descrição do recebedor 1",
"type": "individual",
"status": "active",
"created_at": "2020-01-02T20:23:14Z",
"updated_at": "2020-01-02T20:23:14Z"
},
"options": {
"liable": true,
"charge_processing_fee": true,
"charge_remainder_fee": true
}
},
{
"id": "sr_VjnrOnXT01t2a5L3",
"type": "percentage",
"gateway_id": "sr_ck5cjwv37006zkw6egthikmwj",
"amount": 50,
"recipient": {
"id": "rp_yLnAyVpHbQIqZxwO",
"name": "t",
"email": "[email protected]",
"document": "15313587000166",
"description": "Descrição do recebedor 2",
"type": "company",
"status": "active",
"created_at": "2020-01-02T20:23:17Z",
"updated_at": "2020-01-02T20:23:17Z"
},
"options": {
"liable": false,
"charge_processing_fee": false,
"charge_remainder_fee": false
}
}
],
}