getAnalyticsPaymentChart

@JvmName(name = "getAnalyticsPaymentChartSuspend")
suspend fun getAnalyticsPaymentChart(from: Instant, until: Instant, currency: Currency, excludeCancelled: Boolean? = null, timeGranularity: AnalyticsTimeGranularity): AnalyticsPaymentChart

고객사의 결제 현황을 조회합니다.

Parameters

from

조회할 결제 현황의 시작 시간

until

조회할 결제 현황의 끝 시간

currency

조회할 결제 통화

입력된 통화로 발생한 결제내역만 응답에 포함됩니다.

excludeCancelled

결제취소건 제외 여부

true 이면 결제취소내역은 응답에 포함 및 반영되지 않습니다. false 또는 값을 명시하지 않은 경우 결제취소내역이 응답에 반영됩니다.

timeGranularity

결제 현황 조회 단위

시간별, 월별 단위만 지원됩니다.

Throws

요청이 거절된 경우

요청된 입력 정보가 유효하지 않은 경우

인증 정보가 올바르지 않은 경우

API 응답이 알 수 없는 형식인 경우