일괄 지급 내역 관련 API

파트너 정산 서비스의 일괄 지급 내역과 관련된 API 입니다.

타입 정의

API 요청/응답의 각 필드에서 사용되는 타입 정의들을 확인할 수 있습니다
DateTimeRange: { from, until }
시간 범위

시간 범위

ForbiddenError: { type, message }
요청이 거절된 경우

요청이 거절된 경우

GetPlatformBulkPayoutsBody: { isForTest, page, filter }
GetPlatformBulkPayoutsBody
GetPlatformBulkPayoutsError: ForbiddenError | InvalidRequestError | PlatformNotEnabledError | ...
GetPlatformBulkPayoutsError
GetPlatformBulkPayoutsResponse: { items, page, counts }
GetPlatformBulkPayoutsResponse
InvalidRequestError: { type, message }
요청된 입력 정보가 유효하지 않은 경우

허가되지 않은 값, 올바르지 않은 형식의 요청 등이 모두 해당됩니다.

PageInfo: { number, size, totalCount }
반환된 페이지 결과 정보

반환된 페이지 결과 정보

PageInput: { number, size }
다건 조회 API 에 사용되는 페이지 입력 정보

다건 조회 API 에 사용되는 페이지 입력 정보

PlatformBulkPayout: { id, graphqlId, name, ... }
PlatformBulkPayout
PlatformBulkPayoutFilterInput: { statuses, methods, criteria }
PlatformBulkPayoutFilterInput
PlatformBulkPayoutFilterInputCriteria: { timestampRange, statusUpdatedTimestampRange, bulkPayoutId }
PlatformBulkPayoutFilterInputCriteria
PlatformBulkPayoutStats: { amount, count }
PlatformBulkPayoutStats
PlatformBulkPayoutStatus: "PREPARING" | "PREPARED" | "ONGOING" | ...
PlatformBulkPayoutStatus
PlatformBulkPayoutStatusStats: { preparing, prepared, ongoing, ... }
PlatformBulkPayoutStatusStats
PlatformNotEnabledError: { type, message }
플랫폼 기능이 활성화되지 않아 요청을 처리할 수 없는 경우

플랫폼 기능이 활성화되지 않아 요청을 처리할 수 없는 경우

PlatformPayoutMethod: "DIRECT" | "AGENCY"
PlatformPayoutMethod
PlatformPayoutStatusStats: { confirmed, prepared, cancelled, ... }
PlatformPayoutStatusStats
UnauthorizedError: { type, message }
인증 정보가 올바르지 않은 경우

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