ChargesDateRangeKPITotal
Aggregated KPI totals for the requested date range. Amounts in the smallest unit of the report currency.
type ChargesDateRangeKPITotal {
succeededAmount: Long!
succeededCount: Long!
capturedAmount: Long!
capturedCount: Long!
directAmount: Long!
directCount: Long!
canceledAmount: Long!
canceledCount: Long!
refundedAmount: Long!
refundedCount: Long!
failedAmount: Long!
failedCount: Long!
}
Fields
ChargesDateRangeKPITotal.succeededAmount ● Long! non-null scalar
Total amount of SUCCEEDED charges (authorized + captured + paid out).
ChargesDateRangeKPITotal.succeededCount ● Long! non-null scalar
Number of SUCCEEDED charges.
ChargesDateRangeKPITotal.capturedAmount ● Long! non-null scalar
Total amount captured (AUTH flow charges that were captured).
ChargesDateRangeKPITotal.capturedCount ● Long! non-null scalar
Number of captured charges.
ChargesDateRangeKPITotal.directAmount ● Long! non-null scalar
Total amount of direct (SALE) charges captured at authorization time.
ChargesDateRangeKPITotal.directCount ● Long! non-null scalar
Number of direct charges.
ChargesDateRangeKPITotal.canceledAmount ● Long! non-null scalar
Total amount of canceled charges.
ChargesDateRangeKPITotal.canceledCount ● Long! non-null scalar
Number of canceled charges.
ChargesDateRangeKPITotal.refundedAmount ● Long! non-null scalar
Total refunded amount.
ChargesDateRangeKPITotal.refundedCount ● Long! non-null scalar
Number of refunds.
ChargesDateRangeKPITotal.failedAmount ● Long! non-null scalar
Total amount of failed charges.
ChargesDateRangeKPITotal.failedCount ● Long! non-null scalar
Number of failed charges.
Member Of
ChargesDateRangeKPI object