portone_server_sdk.PortOneClient#
- class portone_server_sdk.PortOneClient(*, secret: str, store_id: str | None = None, base_url: str = 'https://api.portone.io')#
- __init__(*, secret: str, store_id: str | None = None, base_url: str = 'https://api.portone.io') None #
API Secret을 사용해 포트원 API 클라이언트를 생성합니다.
Methods
__init__
(*, secret[, store_id, base_url])API Secret을 사용해 포트원 API 클라이언트를 생성합니다.
Attributes
- auth: AuthClient#
- platform: PlatformClient#
- identity_verification: IdentityVerificationClient#
- payment: PaymentClient#
- pg_specific: PgSpecificClient#