create Platform Contract
suspend fun createPlatformContract(id: String? = null, name: String, memo: String? = null, platformFee: PlatformFeeInput, settlementCycle: PlatformSettlementCycleInput, platformFeeVatPayer: PlatformPayer, subtractPaymentVatAmount: Boolean): CreatePlatformContractResponse
계약 생성
새로운 계약을 생성합니다.
Parameters
id
계약에 부여할 고유 아이디
명시하지 않는 경우 포트원이 임의의 아이디를 발급해드립니다.
name
계약 이름
memo
계약 내부 표기를 위한 메모
platform Fee
중개수수료
settlement Cycle
정산 주기
platform Fee Vat Payer
중개수수료에 대한 부가세 부담 주체
subtract Payment Vat Amount
정산 시 결제금액 부가세 감액 여부
Throws
요청이 거절된 경우
요청된 입력 정보가 유효하지 않은 경우
PlatformContractAlreadyExistsError
플랫폼 기능이 활성화되지 않아 요청을 처리할 수 없는 경우
인증 정보가 올바르지 않은 경우
API 응답이 알 수 없는 형식인 경우