이체 내역 관련 API

파트너 정산 서비스의 이체 내역과 관련된 API 입니다.

타입 정의

API 요청/응답의 각 필드에서 사용되는 타입 정의들을 확인할 수 있습니다
Bank: "BANK_OF_KOREA" | "KDB" | "IBK" | ...
은행

은행

Currency: "KRW" | "USD" | "JPY" | ...
통화 단위

통화 단위

DateTimeRange: { from, until }
시간 범위

시간 범위

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

요청이 거절된 경우

GetPlatformAccountTransfersError: ForbiddenError | InvalidRequestError | PlatformNotEnabledError | ...
GetPlatformAccountTransfersError
GetPlatformAccountTransfersResponse: { items, page, counts }
이체내역 다건 조회 성공 응답 정보

이체내역 다건 조회 성공 응답 정보

InvalidRequestError: { type, message }
요청된 입력 정보가 유효하지 않은 경우

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

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

반환된 페이지 결과 정보

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

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

PlatformAccountTransfer: PlatformDepositAccountTransfer | PlatformWithdrawalAccountTransfer
계좌 이체

송금 대행을 통해 일어난 정산 금액 지급, 인출 목적의 계좌 이체 결과 정보입니다.

PlatformAccountTransferFilter: { tradeTimestampRange, createdTimestampRange, statusUpdatedTimestampRange, ... }
PlatformAccountTransferFilter
PlatformAccountTransferStatus: "PREPARED" | "SCHEDULED" | "CANCELLED" | ...
계좌 이체 상태

계좌 이체 상태

PlatformAccountTransferStatusStats: { prepared, scheduled, cancelled, ... }
PlatformAccountTransferStatusStats
PlatformAccountTransferType: "DEPOSIT" | "WITHDRAWAL"
계좌 이체 유형

계좌 이체 유형

PlatformBankAccountDetail: { accountNumber, bank, provider, ... }
계좌 상세 정보

계좌 상세 정보

PlatformBankAccountProvider: "HYPHEN_DATA" | "HYPHEN_FIRM" | "DOZN" | ...
제공자

제공자

PlatformDepositAccountTransfer: { type, id, bankAccountId, ... }
PlatformDepositAccountTransfer
PlatformNotEnabledError: { type, message }
플랫폼 기능이 활성화되지 않아 요청을 처리할 수 없는 경우

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

PlatformWithdrawalAccountTransfer: { type, id, bankAccountId, ... }
PlatformWithdrawalAccountTransfer
Type: "PARTNER_PAYOUT" | "REMIT"
Type
UnauthorizedError: { type, message }
인증 정보가 올바르지 않은 경우

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