Billing Key Client
class BillingKeyClient(apiSecret: String, apiBase: String = "https://api.portone.io", storeId: String? = null) : Closeable
API Secret을 사용해 포트원 API 클라이언트를 생성합니다.
Parameters
api Secret
포트원 API Secret입니다.
api Base
포트원 REST API 주소입니다. 기본값은 "https://api.portone.io"
입니다.
store Id
하위 상점에 대해 기능을 사용할 때 필요한 하위 상점의 ID입니다.
Functions
Link copied to clipboard
빌링키 삭제
Link copied to clipboard
빌링키 단건 조회
Link copied to clipboard
suspend fun getBillingKeyInfos(page: PageInput? = null, sort: BillingKeySortInput? = null, filter: BillingKeyFilterInput? = null): GetBillingKeyInfosResponse
빌링키 다건 조회
Link copied to clipboard
suspend fun issueBillingKey(method: InstantBillingKeyPaymentMethodInput, channelKey: String? = null, channelGroupId: String? = null, customer: CustomerInput? = null, customData: String? = null, bypass: JsonObject? = null, noticeUrls: List<String>? = null): IssueBillingKeyResponse
빌링키 발급