타입 별칭 IssueBillingKeyBody

IssueBillingKeyBody: {
    storeId?: string;
    method: InstantBillingKeyPaymentMethodInput;
    channelKey?: string;
    channelGroupId?: string;
    customer?: CustomerInput;
    customData?: string;
    bypass?: void;
    noticeUrls?: string[];
}

빌링키 발급 요청 양식

타입 선언

  • OptionalstoreId?: string

    상점 아이디

    접근 권한이 있는 상점 아이디만 입력 가능하며, 미입력시 토큰에 담긴 상점 아이디를 사용합니다.

  • method: InstantBillingKeyPaymentMethodInput

    빌링키 결제 수단 정보

  • OptionalchannelKey?: string

    채널 키

    채널 키 또는 채널 그룹 ID 필수

  • OptionalchannelGroupId?: string

    채널 그룹 ID

    채널 키 또는 채널 그룹 ID 필수

  • Optionalcustomer?: CustomerInput

    고객 정보

  • OptionalcustomData?: string

    사용자 지정 데이터

  • Optionalbypass?: void

    PG사별 추가 파라미터 ("PG사별 연동 가이드" 참고)

  • OptionalnoticeUrls?: string[]

    웹훅 주소

    빌링키 발급 시 요청을 받을 웹훅 주소입니다. 상점에 설정되어 있는 값보다 우선적으로 적용됩니다. 입력된 값이 없을 경우에는 빈 배열로 해석됩니다.