# PaymentRuleRouteSplitInput

One bucket in a `route_split` / `tag_store_split` / `tag_pos_split` action: the share of matching traffic for one target. Set exactly the id matching the action `type` — `providerId` for `route_split`, `storeId` for `tag_store_split`, `pointOfSaleId` for `tag_pos_split`. Percentages across all `splits` on the same action must sum to 100.

```
input PaymentRuleRouteSplitInput {

  providerId: ID

  storeId: ID

  pointOfSaleId: ID

  percentage: Int!

}
```

### Fields[​](#fields "Enlace directo al Fields")

#### [`PaymentRuleRouteSplitInput.providerId`](#provider-id) ● [`ID`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) scalar[​](#provider-id "Enlace directo al provider-id")

Provider to receive this share (when the action is `route_split`).

#### [`PaymentRuleRouteSplitInput.storeId`](#store-id) ● [`ID`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) scalar[​](#store-id "Enlace directo al store-id")

Store to receive this share (when the action is `tag_store_split`).

#### [`PaymentRuleRouteSplitInput.pointOfSaleId`](#point-of-sale-id) ● [`ID`](https://docs.monei.com/es/es/apis/graphql/types/scalars/id/.md) scalar[​](#point-of-sale-id "Enlace directo al point-of-sale-id")

Point of sale to receive this share (when the action is `tag_pos_split`).

#### [`PaymentRuleRouteSplitInput.percentage`](#percentage) ● [`Int!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/int/.md) non-null scalar[​](#percentage "Enlace directo al percentage")

Share of matching transactions for this target. Integer 1-100; sum of all `splits` must equal 100.

### Member Of[​](#member-of "Enlace directo al Member Of")

[`PaymentRuleActionInput`](https://docs.monei.com/es/es/apis/graphql/types/inputs/payment-rule-action-input/.md) input
