Skip to main content

GatewaySplitEntry

What one processor contributed to a period.

type GatewaySplitEntry {
gateway: PaymentGateway!
paymentCount: Int!
amount: Money!
feeAmount: Money!
sharePercent: Float!
}

Fields

GatewaySplitEntry.gateway ● PaymentGateway! non-null enum

The processor.

GatewaySplitEntry.paymentCount ● Int! non-null scalar

How many payments it took.

GatewaySplitEntry.amount ● Money! non-null object

What they came to, before charges and refunds.

GatewaySplitEntry.feeAmount ● Money! non-null object

What it charged the merchant for taking them.

GatewaySplitEntry.sharePercent ● Float! non-null scalar

This processor's share of the period's captured volume, as a percentage between 0 and 100. Zero for every processor when the period captured nothing.

Member Of

PaymentsSummary object