NOVO Regras de Split

Toda vez que é criado um split, cada recebedor recebe um identificador de sua regra de split, o que chamamos de split_rule.

AtributosTipoDescrição
idstring_Identificador (id) da regra de split
typestring_Tipo do valor (amount). valores possíveis: 'flat' ou 'percentage'
amountint_Valor da regra de split
recipientobject_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
            }
          }
        ],
}
Website Localization