PortOne REST API - V2

API 결제, 결제 정보 조회, 결제 취소 등의 기능을 제공하는 REST API입니다.

V2 API hostname: api.portone.io

요청 및 응답 형식

요청과 응답의 본문은 JSON 형식입니다.

API 매개 변수 중 URL 경로에 들어가는 문자열 값이 있는 경우, URL 경로에 들어갈 수 없는 문자열은 이스케이프하여야 합니다. 자바스크립트의 encodeURIComponent 함수 등을 사용할 수 있습니다.

인증 방식

V2 API를 사용하기 위해서는 V2 API Secret이 필요하며, 포트원 관리자콘솔 내 결제연동 탭에서 발급받으실 수 있습니다.

인증 관련 API를 제외한 모든 API는 HTTP Authorization 헤더로 아래 형식의 인증 정보를 전달해주셔야 합니다.

  • Authorization: PortOne MY_API_SECRET

GET 요청 시 Body 대신 Query 사용하기

GET 요청 시에 Body를 전달해야 하는 경우, Body 대신 Query를 사용할 수 있습니다.

이 경우, Body 객체를 requestBody Query 필드에 넣어주시면 됩니다.

하위호환성

포트원이 제공하는 모든 Stable API에 대해 아래와 같은 하위호환성이 보장됩니다.

  1. 현재 사용 가능한 입력 형식은 앞으로도 사용할 수 있습니다.

    • 입력 형식 내 필드 정의가 삭제되지 않습니다.

    • 필수 입력 정보가 추가되거나, 선택 입력 정보가 필수로 변경되지 않습니다.

      • 오로지 선택 입력 정보만 추가될 수 있습니다.
    • 하위 필드의 형식(타입) 또한 위 규칙을 지키며 변경됩니다.

    • enum 타입의 값이 삭제되지 않습니다.

  2. 출력 형식이 확장될 수 있지만, 축소되지 않습니다.

    • 출력 형식 내 필드 정의가 삭제되지 않습니다.

    • 사용 중인 필수 출력 정보가 선택사항으로 변경되거나 출력 시 누락되지 않습니다.

      • 이미 존재하는 용례 내에서는 필수 출력 정보가 언제나 유지됩니다.
      • 단, 기능이 추가 및 확장되는 등 새로운 용례로 사용될 때의 출력 정보에 한하여 선택사항으로 변경될 수 있습니다.
    • 하위 필드의 형식(타입) 또한 위 규칙을 지키며 변경됩니다.

    • 단, 새로운 필드 또는 enum 값, oneOf 케이스가 추가될 수 있습니다.

      • 알지 못하는 필드 및 값이 주어지더라도 crash가 발생하지 않도록 유의하여 개발해주세요.

UNSTABLE이 표기된 일부 API의 경우, 위 하위호환성 정책과 무관하게 변경 및 지원 종료될 수 있으니 이용에 유의하세요.


인증 관련 API

결제 관련 API

결제 예약 관련 API

빌링키 관련 API

현금 영수증 관련 API

프로모션 관련 API

프로모션과 관련된 API 기능을 제공합니다.

본인인증 관련 API

파트너 정산 관련 API

파트너 정산 서비스 API 기능을 제공합니다.

정책 관련 API

파트너 관련 API

정산 상세내역 관련 API

get/platform/transfers/{id}

정산건 조회

정산건을 조회합니다.

Request

Path

id: string
조회하고 싶은 정산건 아이디

조회하고 싶은 정산건 아이디

Response

200 Ok

PlatformManualTransfer

type이(가)"MANUAL"일 때의 타입

수기 정산건

PlatformOrderTransfer

type이(가)"ORDER"일 때의 타입

주문 정산건

PlatformOrderCancelTransfer

type이(가)"ORDER_CANCEL"일 때의 타입

주문 취소 정산건

400 Error

InvalidRequestError

type이(가)"INVALID_REQUEST"일 때의 타입

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

401 Error

UnauthorizedError

type이(가)"UNAUTHORIZED"일 때의 타입

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

403 Error

ForbiddenError

type이(가)"FORBIDDEN"일 때의 타입

요청이 거절된 경우

PlatformNotEnabledError

type이(가)"PLATFORM_NOT_ENABLED"일 때의 타입

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

404 Error

PlatformTransferNotFoundError

type이(가)"PLATFORM_TRANSFER_NOT_FOUND"일 때의 타입

try
Request
Request Sample
N/A
delete/platform/transfers/{id}

정산건 삭제

scheduled, in_process 상태의 정산건만 삭제가능합니다.

Request

Path

id: string
정산건 아이디

정산건 아이디

Response

200 Ok

400 Error

InvalidRequestError

type이(가)"INVALID_REQUEST"일 때의 타입

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

PlatformCancelOrderTransfersExistsError

type이(가)"PLATFORM_CANCEL_ORDER_TRANSFERS_EXISTS"일 때의 타입

PlatformTransferNonDeletableStatusError

type이(가)"PLATFORM_TRANSFER_NON_DELETABLE_STATUS"일 때의 타입

401 Error

UnauthorizedError

type이(가)"UNAUTHORIZED"일 때의 타입

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

403 Error

ForbiddenError

type이(가)"FORBIDDEN"일 때의 타입

요청이 거절된 경우

PlatformNotEnabledError

type이(가)"PLATFORM_NOT_ENABLED"일 때의 타입

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

404 Error

PlatformTransferNotFoundError

type이(가)"PLATFORM_TRANSFER_NOT_FOUND"일 때의 타입

try
Request
Request Sample
N/A
get/platform/transfer-summaries

정산건 다건 조회

성공 응답으로 조회된 정산건 요약 리스트와 페이지 정보가 반환됩니다.

Request

body를 쿼리 문자열에 포함시켜 보낼 수 있습니다. 자세히 보기

Body

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

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

filter?: PlatformTransferFilterInput
정산건 필터 입력 정보

정산 시작일 범위와 정산 일 범위는 둘 중 하나만 입력 가능합니다.

Response

200 Ok

transferSummaries: Array<PlatformTransferSummary>
page: PageInfo
반환된 페이지 결과 정보

반환된 페이지 결과 정보

400 Error

InvalidRequestError

type이(가)"INVALID_REQUEST"일 때의 타입

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

401 Error

UnauthorizedError

type이(가)"UNAUTHORIZED"일 때의 타입

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

403 Error

ForbiddenError

type이(가)"FORBIDDEN"일 때의 타입

요청이 거절된 경우

PlatformNotEnabledError

type이(가)"PLATFORM_NOT_ENABLED"일 때의 타입

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

try
Request
Request Sample
N/A
post/platform/transfers/order

주문 정산건 생성

성공 응답으로 생성된 주문 정산건 객체가 반환됩니다.

Request

Body

partnerId: string
파트너 아이디
contractId?: string
계약 아이디

기본값은 파트너의 기본 계약 아이디 입니다.

memo?: string
메모
paymentId: string
결제 아이디
orderDetail: CreatePlatformOrderTransferBodyOrderDetail
주문 정보

주문 금액 또는 주문 항목 하나만 입력 가능합니다.

taxFreeAmount?: integer (64 bit)
주문 면세 금액

주문 항목과 면세 금액을 같이 전달하시면 최종 면세 금액은 주문 항목의 면세 금액이 아닌 전달해주신 면세 금액으로 적용됩니다.

settlementStartDate?: string (yyyy-MM-dd)
정산 시작일

날짜를 나타내는 문자열로, yyyy-MM-dd 형식을 따릅니다.

discounts: Array<CreatePlatformOrderTransferBodyDiscount>
할인 정보
additionalFees: Array<CreatePlatformOrderTransferBodyAdditionalFee>
추가 수수료 정보
externalPaymentDetail?: CreatePlatformOrderTransferBodyExternalPaymentDetail
외부 결제 상세 정보

외부 결제 상세 정보

isForTest?: boolean
테스트 모드 여부

기본값은 false 입니다.

parameters?: TransferParameters
TransferParameters
userDefinedProperties?: Array<PlatformUserDefinedPropertyKeyValue>
사용자 정의 속성

Response

200 Ok

transfer: PlatformOrderTransfer
주문 정산건

주문 정산건

400 Error

InvalidRequestError

type이(가)"INVALID_REQUEST"일 때의 타입

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

PlatformAdditionalFixedAmountFeeCurrencyAndSettlementCurrencyMismatchedError

type이(가)"PLATFORM_ADDITIONAL_FIXED_AMOUNT_FEE_CURRENCY_AND_SETTLEMENT_CURRENCY_MISMATCHED"일 때의 타입

PlatformContractPlatformFixedAmountFeeCurrencyAndSettlementCurrencyMismatchedError

type이(가)"PLATFORM_CONTRACT_PLATFORM_FIXED_AMOUNT_FEE_CURRENCY_AND_SETTLEMENT_CURRENCY_MISMATCHED"일 때의 타입

PlatformCurrencyNotSupportedError

type이(가)"PLATFORM_CURRENCY_NOT_SUPPORTED"일 때의 타입

지원 되지 않는 통화를 선택한 경우

PlatformProductIdDuplicatedError

type이(가)"PLATFORM_PRODUCT_ID_DUPLICATED"일 때의 타입

PlatformSettlementAmountExceededError

type이(가)"PLATFORM_SETTLEMENT_AMOUNT_EXCEEDED"일 때의 타입

정산 가능한 금액을 초과한 경우

PlatformSettlementPaymentAmountExceededPortOnePaymentError

type이(가)"PLATFORM_SETTLEMENT_PAYMENT_AMOUNT_EXCEEDED_PORT_ONE_PAYMENT"일 때의 타입

정산 요청 결제 금액이 포트원 결제 내역의 결제 금액을 초과한 경우

PlatformSettlementSupplyWithVatAmountExceededPortOnePaymentError

type이(가)"PLATFORM_SETTLEMENT_SUPPLY_WITH_VAT_AMOUNT_EXCEEDED_PORT_ONE_PAYMENT"일 때의 타입

정산 요청 공급대가가 포트원 결제 내역의 공급대가를 초과한 경우

PlatformSettlementTaxFreeAmountExceededPortOnePaymentError

type이(가)"PLATFORM_SETTLEMENT_TAX_FREE_AMOUNT_EXCEEDED_PORT_ONE_PAYMENT"일 때의 타입

정산 요청 면세 금액이 포트원 결제 내역의 면세 금액을 초과한 경우

401 Error

UnauthorizedError

type이(가)"UNAUTHORIZED"일 때의 타입

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

403 Error

ForbiddenError

type이(가)"FORBIDDEN"일 때의 타입

요청이 거절된 경우

PlatformNotEnabledError

type이(가)"PLATFORM_NOT_ENABLED"일 때의 타입

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

404 Error

PlatformAdditionalFeePoliciesNotFoundError

type이(가)"PLATFORM_ADDITIONAL_FEE_POLICIES_NOT_FOUND"일 때의 타입

PlatformContractNotFoundError

type이(가)"PLATFORM_CONTRACT_NOT_FOUND"일 때의 타입

PlatformDiscountSharePoliciesNotFoundError

type이(가)"PLATFORM_DISCOUNT_SHARE_POLICIES_NOT_FOUND"일 때의 타입

PlatformPartnerNotFoundError

type이(가)"PLATFORM_PARTNER_NOT_FOUND"일 때의 타입

PlatformPaymentNotFoundError

type이(가)"PLATFORM_PAYMENT_NOT_FOUND"일 때의 타입

PlatformSettlementParameterNotFoundError

type이(가)"PLATFORM_SETTLEMENT_PARAMETER_NOT_FOUND"일 때의 타입

정산 파라미터가 존재하지 않는 경우

PlatformUserDefinedPropertyNotFoundError

type이(가)"PLATFORM_USER_DEFINED_PROPERTY_NOT_FOUND"일 때의 타입

사용자 정의 속성이 존재 하지 않는 경우

409 Error

PlatformTransferAlreadyExistsError

type이(가)"PLATFORM_TRANSFER_ALREADY_EXISTS"일 때의 타입

try
Request
Request Sample
N/A
post/platform/transfers/order-cancel

주문 취소 정산건 생성

성공 응답으로 생성된 주문 취소 정산건 객체가 반환됩니다.

Request

Body

partnerId?: string
파트너 아이디
paymentId?: string
결제 아이디
transferId?: string
정산건 아이디
cancellationId: string
취소 내역 아이디
memo?: string
메모
orderDetail?: CreatePlatformOrderCancelTransferBodyOrderDetail
주문 취소 정보

orderAmount, orderLines, all 중에서 하나만 입력하여야 합니다.

taxFreeAmount?: integer (64 bit)
주문 취소 면세 금액

주문 취소 항목과 취소 면세 금액을 같이 전달하시면 최종 취소 면세 금액은 주문 취소 항목의 면세 금액이 아닌 전달해주신 취소 면세 금액으로 적용됩니다.

discounts: Array<CreatePlatformOrderCancelTransferBodyDiscount>
할인 정보
settlementStartDate?: string (yyyy-MM-dd)
정산 시작일

날짜를 나타내는 문자열로, yyyy-MM-dd 형식을 따릅니다.

externalCancellationDetail?: CreatePlatformOrderCancelTransferBodyExternalCancellationDetail
외부 결제 상세 정보

외부 결제 상세 정보

isForTest?: boolean
테스트 모드 여부

기본값은 false 입니다.

userDefinedProperties?: Array<PlatformUserDefinedPropertyKeyValue>
사용자 정의 속성

Response

200 Ok

transfer: PlatformOrderCancelTransfer
주문 취소 정산건

주문 취소 정산건

400 Error

InvalidRequestError

type이(가)"INVALID_REQUEST"일 때의 타입

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

PlatformCancellableAmountExceededError

type이(가)"PLATFORM_CANCELLABLE_AMOUNT_EXCEEDED"일 때의 타입

취소 가능한 금액이 초과한 경우

PlatformCancellableDiscountAmountExceededError

type이(가)"PLATFORM_CANCELLABLE_DISCOUNT_AMOUNT_EXCEEDED"일 때의 타입

PlatformCancellableDiscountTaxFreeAmountExceededError

type이(가)"PLATFORM_CANCELLABLE_DISCOUNT_TAX_FREE_AMOUNT_EXCEEDED"일 때의 타입

PlatformCancellableProductQuantityExceededError

type이(가)"PLATFORM_CANCELLABLE_PRODUCT_QUANTITY_EXCEEDED"일 때의 타입

PlatformCancellationAndPaymentTypeMismatchedError

type이(가)"PLATFORM_CANCELLATION_AND_PAYMENT_TYPE_MISMATCHED"일 때의 타입

PlatformCannotSpecifyTransferError

type이(가)"PLATFORM_CANNOT_SPECIFY_TRANSFER"일 때의 타입

정산 건 식별에 실패한 경우

PlatformDiscountSharePolicyIdDuplicatedError

type이(가)"PLATFORM_DISCOUNT_SHARE_POLICY_ID_DUPLICATED"일 때의 타입

PlatformOrderDetailMismatchedError

type이(가)"PLATFORM_ORDER_DETAIL_MISMATCHED"일 때의 타입

PlatformOrderTransferAlreadyCancelledError

type이(가)"PLATFORM_ORDER_TRANSFER_ALREADY_CANCELLED"일 때의 타입

PlatformProductIdDuplicatedError

type이(가)"PLATFORM_PRODUCT_ID_DUPLICATED"일 때의 타입

PlatformSettlementAmountExceededError

type이(가)"PLATFORM_SETTLEMENT_AMOUNT_EXCEEDED"일 때의 타입

정산 가능한 금액을 초과한 경우

PlatformSettlementCancelAmountExceededPortOneCancelError

type이(가)"PLATFORM_SETTLEMENT_CANCEL_AMOUNT_EXCEEDED_PORT_ONE_CANCEL"일 때의 타입

정산 취소 요청 금액이 포트원 결제 취소 내역의 취소 금액을 초과한 경우

401 Error

UnauthorizedError

type이(가)"UNAUTHORIZED"일 때의 타입

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

403 Error

ForbiddenError

type이(가)"FORBIDDEN"일 때의 타입

요청이 거절된 경우

PlatformNotEnabledError

type이(가)"PLATFORM_NOT_ENABLED"일 때의 타입

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

404 Error

PlatformCancellationNotFoundError

type이(가)"PLATFORM_CANCELLATION_NOT_FOUND"일 때의 타입

PlatformPaymentNotFoundError

type이(가)"PLATFORM_PAYMENT_NOT_FOUND"일 때의 타입

PlatformProductIdNotFoundError

type이(가)"PLATFORM_PRODUCT_ID_NOT_FOUND"일 때의 타입

PlatformTransferDiscountSharePolicyNotFoundError

type이(가)"PLATFORM_TRANSFER_DISCOUNT_SHARE_POLICY_NOT_FOUND"일 때의 타입

PlatformTransferNotFoundError

type이(가)"PLATFORM_TRANSFER_NOT_FOUND"일 때의 타입

PlatformUserDefinedPropertyNotFoundError

type이(가)"PLATFORM_USER_DEFINED_PROPERTY_NOT_FOUND"일 때의 타입

사용자 정의 속성이 존재 하지 않는 경우

409 Error

PlatformTransferAlreadyExistsError

type이(가)"PLATFORM_TRANSFER_ALREADY_EXISTS"일 때의 타입

try
Request
Request Sample
N/A
post/platform/transfers/manual

수기 정산건 생성

성공 응답으로 생성된 수기 정산건 객체가 반환됩니다.

Request

Body

partnerId: string
파트너 아이디
memo?: string
메모
settlementAmount: integer (64 bit)
정산 금액
settlementTaxFreeAmount?: integer (64 bit)
정산 면세 금액
settlementDate: string (yyyy-MM-dd)
정산 일

날짜를 나타내는 문자열로, yyyy-MM-dd 형식을 따릅니다.

isForTest?: boolean
테스트 모드 여부

기본값은 false 입니다.

userDefinedProperties?: Array<PlatformUserDefinedPropertyKeyValue>
사용자 정의 속성

Response

200 Ok

transfer: PlatformManualTransfer
수기 정산건

수기 정산건

400 Error

InvalidRequestError

type이(가)"INVALID_REQUEST"일 때의 타입

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

401 Error

UnauthorizedError

type이(가)"UNAUTHORIZED"일 때의 타입

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

403 Error

ForbiddenError

type이(가)"FORBIDDEN"일 때의 타입

요청이 거절된 경우

PlatformNotEnabledError

type이(가)"PLATFORM_NOT_ENABLED"일 때의 타입

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

404 Error

PlatformPartnerNotFoundError

type이(가)"PLATFORM_PARTNER_NOT_FOUND"일 때의 타입

PlatformUserDefinedPropertyNotFoundError

type이(가)"PLATFORM_USER_DEFINED_PROPERTY_NOT_FOUND"일 때의 타입

사용자 정의 속성이 존재 하지 않는 경우

try
Request
Request Sample
N/A
get/platform/transfer-summaries/sheet-file

정산 상세 내역 다운로드

정산 상세 내역을 csv 파일로 다운로드 합니다.

Request

body를 쿼리 문자열에 포함시켜 보낼 수 있습니다. 자세히 보기

Body

filter?: PlatformTransferFilterInput
정산건 필터 입력 정보

정산 시작일 범위와 정산 일 범위는 둘 중 하나만 입력 가능합니다.

fields?: Array<PlatformTransferSheetField>
다운로드 할 시트 컬럼
transferUserDefinedPropertyKeys?: Array<string>
partnerUserDefinedPropertyKeys?: Array<string>

Response

400 Error

InvalidRequestError

type이(가)"INVALID_REQUEST"일 때의 타입

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

401 Error

UnauthorizedError

type이(가)"UNAUTHORIZED"일 때의 타입

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

try
Request
Request Sample
N/A

계좌 관련 API

파트너 정산 서비스의 계좌와 관련된 API 입니다.

정산 내역 관련 API

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

지급 내역 관련 API

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

일괄 지급 내역 관련 API

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

이체 내역 관련 API

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

사업자 관련 API

특정 PG사 관련 API

특정 PG사에 국한된 API 기능을 제공합니다.

대사 서비스 API

거래 대사 및 정산 대사 관련 API 기능을 제공합니다.

공통 API

공통 API 기능을 제공합니다.

타입 정의

API 요청/응답의 각 필드에서 사용되는 타입 정의들을 확인할 수 있습니다
AddressAlreadyPaidErrorAlreadyPaidOrWaitingErrorApplyEscrowLogisticsErrorApplyEscrowLogisticsResponseArchivePlatformAdditionalFeePolicyErrorArchivePlatformAdditionalFeePolicyResponseArchivePlatformContractErrorArchivePlatformContractResponseArchivePlatformDiscountSharePolicyErrorArchivePlatformDiscountSharePolicyResponseArchivePlatformPartnerErrorArchivePlatformPartnerResponseB2bBusinessInfoB2bBusinessInfoResultB2bExternalServiceErrorB2bNotEnabledErrorBankBankInfoBankInfoNameBeforeRegisteredPaymentEscrowBillingKeyAlreadyDeletedErrorBillingKeyFailureBillingKeyFilterInputBillingKeyInfoBillingKeyInfoSummaryBillingKeyNotFoundErrorBillingKeyNotIssuedErrorBillingKeyPaymentInputBillingKeyPaymentMethodBillingKeyPaymentMethodCardBillingKeyPaymentMethodEasyPayBillingKeyPaymentMethodEasyPayChargeBillingKeyPaymentMethodEasyPayMethodBillingKeyPaymentMethodMobileBillingKeyPaymentMethodPaypalBillingKeyPaymentMethodTransferBillingKeyPaymentMethodTypeBillingKeyPaymentSummaryBillingKeySortByBillingKeySortInputBillingKeyStatusBillingKeyTextSearchBillingKeyTextSearchFieldBillingKeyTimeRangeFieldCancelAmountExceedsCancellableAmountErrorCancelCashReceiptErrorCancelCashReceiptResponseCancelPaymentBodyRefundAccountCancelPaymentErrorCancelPaymentResponseCancelRequesterCancelTaxAmountExceedsCancellableTaxAmountErrorCancelTaxFreeAmountExceedsCancellableTaxFreeAmountErrorCancellableAmountConsistencyBrokenErrorCancelledCashReceiptCancelledPaymentCancelledPaymentCashReceiptCancelledPaymentEscrowCancelledPaymentTransactionCardCardBrandCardCredentialCardOwnerTypeCardPromotionCardTypeCarrierCashReceiptCashReceiptAlreadyIssuedErrorCashReceiptFilterInputCashReceiptInputCashReceiptInputTypeCashReceiptNotFoundErrorCashReceiptNotIssuedErrorCashReceiptSortByCashReceiptSortInputCashReceiptStatusCashReceiptSummaryCashReceiptTimeRangeFieldCashReceiptTypeChannelGroupSummaryChannelNotFoundErrorChannelSpecificErrorChannelSpecificFailureChannelSpecificFailureInvalidRequestChannelSpecificFailurePgProviderCloseVirtualAccountErrorCloseVirtualAccountResponseConfirmEscrowErrorConfirmEscrowResponseConfirmIdentityVerificationErrorConfirmIdentityVerificationResponseConfirmedPaymentEscrowConnectBulkPartnerMemberCompanyErrorConnectBulkPartnerMemberCompanyResponseConnectPartnerMemberCompanyErrorConnectPartnerMemberCompanyResponseCountryCreateManualTransferResponseCreateOrderCancelTransferResponseCreateOrderTransferResponseCreatePaymentScheduleErrorCreatePaymentScheduleResponseCreatePlatformAdditionalFeePolicyErrorCreatePlatformAdditionalFeePolicyResponseCreatePlatformContractErrorCreatePlatformContractResponseCreatePlatformDiscountSharePolicyErrorCreatePlatformDiscountSharePolicyResponseCreatePlatformManualTransferErrorCreatePlatformOrderCancelTransferBodyDiscountCreatePlatformOrderCancelTransferBodyExternalCancellationDetailCreatePlatformOrderCancelTransferBodyOrderDetailCreatePlatformOrderCancelTransferBodyOrderDetailAllCreatePlatformOrderCancelTransferBodyOrderLineCreatePlatformOrderCancelTransferErrorCreatePlatformOrderTransferBodyAdditionalFeeCreatePlatformOrderTransferBodyDiscountCreatePlatformOrderTransferBodyExternalPaymentDetailCreatePlatformOrderTransferBodyOrderDetailCreatePlatformOrderTransferBodyOrderLineCreatePlatformOrderTransferBodyProductCreatePlatformOrderTransferErrorCreatePlatformPartnerBodyCreatePlatformPartnerBodyAccountCreatePlatformPartnerBodyContactCreatePlatformPartnerBodyTypeCreatePlatformPartnerBodyTypeBusinessCreatePlatformPartnerBodyTypeNonWhtPayerCreatePlatformPartnerBodyTypeWhtPayerCreatePlatformPartnerErrorCreatePlatformPartnerResponseCreatePlatformPartnersErrorCreatePlatformPartnersResponseCurrencyCustomerCustomerInputCustomerNameInputCustomerSeparatedNameDateRangeDateTimeRangeDayOfWeekDeleteBillingKeyErrorDeleteBillingKeyResponseDeletePlatformTransferErrorDeletePlatformTransferResponseDeletedBillingKeyInfoDeliveredPaymentEscrowDisconnectBulkPartnerMemberCompanyErrorDisconnectBulkPartnerMemberCompanyResponseDisconnectPartnerMemberCompanyErrorDisconnectPartnerMemberCompanyResponseDiscountAmountExceedsTotalAmountErrorDisputeDisputeStatusDownloadPlatformTransferSheetErrorEasyPayMethodTypeEasyPayProviderFailedIdentityVerificationFailedPaymentFailedPaymentCancellationFailedPaymentScheduleFailedPaymentTransactionFailedPgBillingKeyIssueResponseForbiddenErrorGenderGetAllPaymentsByCursorResponseGetAllPaymentsErrorGetB2bBusinessInfosErrorGetB2bBusinessInfosResponseGetBankInfosErrorGetBankInfosResponseGetBillingKeyInfoErrorGetBillingKeyInfosErrorGetBillingKeyInfosResponseGetCashReceiptErrorGetCashReceiptsErrorGetCashReceiptsResponseGetIdentityVerificationErrorGetIdentityVerificationsErrorGetIdentityVerificationsResponseGetKakaopayPaymentOrderErrorGetKakaopayPaymentOrderResponseGetPaymentErrorGetPaymentScheduleErrorGetPaymentSchedulesErrorGetPaymentSchedulesResponseGetPaymentTransactionsErrorGetPaymentTransactionsResponseGetPaymentsErrorGetPaymentsResponseGetPlatformAccountHolderErrorGetPlatformAccountTransfersErrorGetPlatformAccountTransfersResponseGetPlatformAdditionalFeePoliciesErrorGetPlatformAdditionalFeePoliciesResponseGetPlatformAdditionalFeePolicyErrorGetPlatformBulkPayoutsErrorGetPlatformBulkPayoutsResponseGetPlatformCompanyStateErrorGetPlatformCompanyStatePayloadGetPlatformContractErrorGetPlatformContractsErrorGetPlatformContractsResponseGetPlatformDiscountSharePoliciesErrorGetPlatformDiscountSharePoliciesResponseGetPlatformDiscountSharePolicyErrorGetPlatformPartnerErrorGetPlatformPartnerSettlementsErrorGetPlatformPartnerSettlementsResponseGetPlatformPartnersErrorGetPlatformPartnersResponseGetPlatformPayoutsErrorGetPlatformPayoutsResponseGetPlatformTransferErrorGetPlatformTransferSummariesErrorGetPlatformTransferSummariesResponseGetPromotionErrorIdentityVerificationIdentityVerificationAlreadySentErrorIdentityVerificationAlreadyVerifiedErrorIdentityVerificationFailureIdentityVerificationFilterCustomerInputIdentityVerificationFilterInputIdentityVerificationMethodIdentityVerificationNotFoundErrorIdentityVerificationNotSentErrorIdentityVerificationOperatorIdentityVerificationRequestedCustomerIdentityVerificationSortByIdentityVerificationSortInputIdentityVerificationStatusIdentityVerificationTimeRangeFieldIdentityVerificationVerifiedCustomerInstantBillingKeyPaymentMethodInputInstantBillingKeyPaymentMethodInputCardInstantPaymentMethodInputInstantPaymentMethodInputCardInstantPaymentMethodInputVirtualAccountInstantPaymentMethodInputVirtualAccountCashReceiptInfoInstantPaymentMethodInputVirtualAccountExpiryInstantPaymentMethodInputVirtualAccountOptionInstantPaymentMethodInputVirtualAccountOptionFixedInstantPaymentMethodInputVirtualAccountOptionTypeInstantPaymentSummaryInvalidRequestErrorIssueBillingKeyErrorIssueBillingKeyResponseIssueCashReceiptCustomerInputIssueCashReceiptErrorIssueCashReceiptPaymentMethodTypeIssueCashReceiptResponseIssueFailedCashReceiptIssuedBillingKeyInfoIssuedCashReceiptIssuedPaymentCashReceiptIssuedPgBillingKeyIssueResponseLoginViaApiSecretErrorLoginViaApiSecretResponseMaxTransactionCountReachedErrorMaxWebhookRetryCountReachedErrorModifyEscrowLogisticsErrorModifyEscrowLogisticsResponseMonthDayNegativePromotionAdjustedCancelAmountErrorOneLineAddressPageInfoPageInputPaidPaymentPaidPaymentTransactionPartialCancelledPaymentPartialCancelledPaymentTransactionPayInstantlyErrorPayInstantlyResponsePayPendingPaymentPayPendingPaymentTransactionPayWithBillingKeyErrorPayWithBillingKeyResponsePaymentPaymentAlreadyCancelledErrorPaymentAmountPaymentAmountInputPaymentCancellationPaymentCashReceiptPaymentCashReceiptStatusPaymentClientTypePaymentEscrowPaymentEscrowReceiverInputPaymentEscrowSenderInputPaymentFailurePaymentFilterInputPaymentFilterInputEscrowStatusPaymentInstallmentPaymentLogisticsPaymentLogisticsCompanyPaymentMethodPaymentMethodCardPaymentMethodConvenienceStorePaymentMethodEasyPayPaymentMethodEasyPayMethodPaymentMethodEasyPayMethodChargePaymentMethodGiftCertificatePaymentMethodGiftCertificateTypePaymentMethodMobilePaymentMethodTransferPaymentMethodTypePaymentMethodVirtualAccountPaymentMethodVirtualAccountRefundStatusPaymentMethodVirtualAccountTypePaymentNotFoundErrorPaymentNotPaidErrorPaymentNotWaitingForDepositErrorPaymentProductPaymentProductTypePaymentSchedulePaymentScheduleAlreadyExistsErrorPaymentScheduleAlreadyProcessedErrorPaymentScheduleAlreadyRevokedErrorPaymentScheduleFilterInputPaymentScheduleNotFoundErrorPaymentScheduleSortByPaymentScheduleSortInputPaymentScheduleStatusPaymentScheduleSummaryPaymentSortByPaymentStatusPaymentTextSearchPaymentTextSearchFieldPaymentTimestampTypePaymentTransactionPaymentWebhookPaymentWebhookPaymentStatusPaymentWebhookRequestPaymentWebhookResponsePaymentWebhookStatusPaymentWebhookTriggerPaymentWithCursorPendingPaymentSchedulePgBillingKeyIssueResponsePgCompanyPgProviderPgProviderErrorPlatformAccountPlatformAccountHolderPlatformAccountStatusPlatformAccountTransferPlatformAccountTransferFilterPlatformAccountTransferTypePlatformAccountVerificationAlreadyUsedErrorPlatformAccountVerificationFailedErrorPlatformAccountVerificationNotFoundErrorPlatformAdditionalFeePoliciesNotFoundErrorPlatformAdditionalFeePolicyPlatformAdditionalFeePolicyAlreadyExistsErrorPlatformAdditionalFeePolicyFilterInputPlatformAdditionalFeePolicyFilterInputKeywordPlatformAdditionalFeePolicyNotFoundErrorPlatformAdditionalFixedAmountFeeCurrencyAndSettlementCurrencyMismatchedErrorPlatformAmountExceededTypePlatformArchivedAdditionalFeePolicyErrorPlatformArchivedContractErrorPlatformArchivedDiscountSharePolicyErrorPlatformArchivedPartnerErrorPlatformBtxNotEnabledErrorPlatformBulkPayoutPlatformBulkPayoutFilterInputPlatformBulkPayoutFilterInputCriteriaPlatformBulkPayoutStatsPlatformBulkPayoutStatusPlatformBulkPayoutStatusStatsPlatformBulkTaskPlatformBulkTaskProgressStatsPlatformBulkTaskStatusPlatformBulkTaskTypePlatformBusinessStatusPlatformCancelOrderTransfersExistsErrorPlatformCancellableAmountExceededErrorPlatformCancellableAmountTypePlatformCancellableDiscountAmountExceededErrorPlatformCancellableDiscountTaxFreeAmountExceededErrorPlatformCancellableProductQuantityExceededErrorPlatformCancellationAndPaymentTypeMismatchedErrorPlatformCancellationNotFoundErrorPlatformCannotArchiveScheduledAdditionalFeePolicyErrorPlatformCannotArchiveScheduledContractErrorPlatformCannotArchiveScheduledDiscountSharePolicyErrorPlatformCannotArchiveScheduledPartnerErrorPlatformCannotSpecifyTransferErrorPlatformCompanyNotFoundErrorPlatformCompanyStatePlatformCompanyVerificationAlreadyUsedErrorPlatformContactPlatformContractPlatformContractAlreadyExistsErrorPlatformContractFilterInputPlatformContractFilterInputKeywordPlatformContractNotFoundErrorPlatformContractPlatformFixedAmountFeeCurrencyAndSettlementCurrencyMismatchedErrorPlatformContractsNotFoundErrorPlatformCurrencyNotSupportedErrorPlatformDepositAccountTransferPlatformDiscountSharePoliciesNotFoundErrorPlatformDiscountSharePolicyPlatformDiscountSharePolicyAlreadyExistsErrorPlatformDiscountSharePolicyFilterInputPlatformDiscountSharePolicyFilterInputKeywordPlatformDiscountSharePolicyIdDuplicatedErrorPlatformDiscountSharePolicyNotFoundErrorPlatformExternalApiFailedErrorPlatformExternalApiTemporarilyFailedErrorPlatformExternalPaymentPlatformFeePlatformFeeInputPlatformFixedAmountFeePlatformFixedRateFeePlatformInsufficientDataToChangePartnerTypeErrorPlatformManualTransferPlatformManualTransferSummaryPlatformMemberCompanyConnectedPartnerBrnUnchangeableErrorPlatformMemberCompanyConnectedPartnerTypeUnchangeableErrorPlatformMemberCompanyNotConnectableStatusErrorPlatformMemberCompanyNotConnectedErrorPlatformNotEnabledErrorPlatformNotSupportedBankErrorPlatformOngoingTaxInvoiceExistsErrorPlatformOrderCancelTransferPlatformOrderCancelTransferSummaryPlatformOrderDetailMismatchedErrorPlatformOrderSettlementAmountPlatformOrderTransferPlatformOrderTransferAdditionalFeePlatformOrderTransferAlreadyCancelledErrorPlatformOrderTransferCancellationPlatformOrderTransferDiscountPlatformOrderTransferOrderLinePlatformOrderTransferProductPlatformOrderTransferSummaryPlatformPartnerPlatformPartnerBusinessStatusPlatformPartnerFilterInputPlatformPartnerFilterInputKeywordPlatformPartnerIdAlreadyExistsErrorPlatformPartnerIdsAlreadyExistErrorPlatformPartnerIdsDuplicatedErrorPlatformPartnerManualSettlementPlatformPartnerMemberCompanyConnectionStatusPlatformPartnerNotFoundErrorPlatformPartnerOrderCancelSettlementPlatformPartnerOrderSettlementPlatformPartnerPayoutAccountTransferPlatformPartnerScheduleExistsErrorPlatformPartnerSettlementPlatformPartnerSettlementFilterInputPlatformPartnerSettlementFilterKeywordInputPlatformPartnerSettlementStatusPlatformPartnerSettlementStatusStatsPlatformPartnerSettlementTypePlatformPartnerStatusPlatformPartnerTaxationTypePlatformPartnerTaxationTypeIsSimpleErrorPlatformPartnerTypePlatformPartnerTypeBusinessPlatformPartnerTypeIsNotBusinessErrorPlatformPartnerTypeNamePlatformPartnerTypeNonWhtPayerPlatformPartnerTypeWhtPayerPlatformPayerPlatformPaymentPlatformPaymentMethodPlatformPaymentMethodCardPlatformPaymentMethodCardInputPlatformPaymentMethodEasyPayPlatformPaymentMethodEasyPayInputPlatformPaymentMethodGiftCertificatePlatformPaymentMethodGiftCertificateInputPlatformPaymentMethodInputPlatformPaymentMethodMobilePlatformPaymentMethodMobileInputPlatformPaymentMethodTransferPlatformPaymentMethodTransferInputPlatformPaymentMethodVirtualAccountPlatformPaymentMethodVirtualAccountInputPlatformPaymentNotFoundErrorPlatformPayoutPlatformPayoutAccountPlatformPayoutFilterInputPlatformPayoutFilterInputCriteriaPlatformPayoutMethodPlatformPayoutStatusPlatformPayoutStatusStatsPlatformPortOnePaymentPlatformPortOnePaymentCancelAmountTypePlatformProductIdDuplicatedErrorPlatformProductIdNotFoundErrorPlatformPropertiesPlatformRemitAccountTransferPlatformSettlementAmountExceededErrorPlatformSettlementCancelAmountExceededPortOneCancelErrorPlatformSettlementCyclePlatformSettlementCycleDatePolicyPlatformSettlementCycleInputPlatformSettlementCycleMethodPlatformSettlementCycleMethodDailyPlatformSettlementCycleMethodDailyInputPlatformSettlementCycleMethodInputPlatformSettlementCycleMethodManualDatesPlatformSettlementCycleMethodManualDatesInputPlatformSettlementCycleMethodMonthlyPlatformSettlementCycleMethodMonthlyInputPlatformSettlementCycleMethodWeeklyPlatformSettlementCycleMethodWeeklyInputPlatformSettlementCycleTypePlatformSettlementParameterNotFoundErrorPlatformSettlementParameterValuePlatformSettlementPaymentAmountExceededPortOnePaymentErrorPlatformSettlementSupplyWithVatAmountExceededPortOnePaymentErrorPlatformSettlementTaxFreeAmountExceededPortOnePaymentErrorPlatformTargetPartnerNotFoundErrorPlatformTaxationTypePlatformTransferPlatformTransferAlreadyExistsErrorPlatformTransferDiscountSharePolicyNotFoundErrorPlatformTransferFilterInputPlatformTransferFilterInputKeywordPlatformTransferNonDeletableStatusErrorPlatformTransferNotFoundErrorPlatformTransferSheetFieldPlatformTransferStatusPlatformTransferSummaryPlatformTransferSummaryExternalPaymentPlatformTransferSummaryPartnerPlatformTransferSummaryPartnerTypePlatformTransferSummaryPaymentPlatformTransferSummaryPortOnePaymentPlatformTransferTypePlatformUserDefinedFormulaResultsPlatformUserDefinedPropertyKeyValuePlatformUserDefinedPropertyNotFoundErrorPlatformUserDefinedPropertyValuePortOneVersionPreRegisterPaymentErrorPreRegisterPaymentResponsePromotionPromotionAmountDiscountSchemePromotionCardCompanyPromotionDiscountPartitionPromotionDiscountPolicyPromotionDiscountRetainOptionPromotionDiscountRetainOptionShouldNotBeChangedErrorPromotionDiscountSchemePromotionNotFoundErrorPromotionPayMethodDoesNotMatchErrorPromotionPercentDiscountSchemePromotionRecoverOptionPromotionRecoverOptionNoRecoverPromotionRecoverOptionRecoverPromotionSpareBudgetPromotionSpareBudgetAmountPromotionSpareBudgetPercentPromotionStatusReadyIdentityVerificationReadyPaymentReadyPaymentTransactionRecoverPlatformAdditionalFeePolicyErrorRecoverPlatformAdditionalFeePolicyResponseRecoverPlatformContractErrorRecoverPlatformContractResponseRecoverPlatformDiscountSharePolicyErrorRecoverPlatformDiscountSharePolicyResponseRecoverPlatformPartnerErrorRecoverPlatformPartnerResponseRefreshTokenErrorRefreshTokenResponseRegisterStoreReceiptBodyItemRegisterStoreReceiptErrorRegisterStoreReceiptResponseRegisteredPaymentEscrowRejectConfirmedPaymentEscrowRejectedPaymentEscrowRequestedPaymentCancellationResendIdentityVerificationErrorResendIdentityVerificationResponseResendWebhookErrorResendWebhookResponseRevokePaymentSchedulesErrorRevokePaymentSchedulesResponseRevokedPaymentScheduleScheduledPaymentScheduleSelectedChannelSelectedChannelTypeSendIdentityVerificationBodyCustomerSendIdentityVerificationErrorSendIdentityVerificationResponseSeparatedAddressSeparatedAddressInputSortOrderStartedPaymentScheduleSucceededPaymentCancellationSucceededPaymentScheduleSumOfPartsExceedsCancelAmountErrorSumOfPartsExceedsTotalAmountErrorTransferParametersTriggerUnauthorizedErrorUpdatePlatformAdditionalFeePolicyErrorUpdatePlatformAdditionalFeePolicyResponseUpdatePlatformContractErrorUpdatePlatformContractResponseUpdatePlatformDiscountSharePolicyErrorUpdatePlatformDiscountSharePolicyResponseUpdatePlatformPartnerBodyAccountUpdatePlatformPartnerBodyContactUpdatePlatformPartnerBodyTypeUpdatePlatformPartnerBodyTypeBusinessUpdatePlatformPartnerBodyTypeNonWhtPayerUpdatePlatformPartnerBodyTypeWhtPayerUpdatePlatformPartnerErrorUpdatePlatformPartnerResponseVerifiedIdentityVerificationVirtualAccountIssuedPaymentVirtualAccountIssuedPaymentTransactionWebhookNotFoundError