@portone/server-sdk
    Preparing search index...

    Type Alias AccountClient

    type AccountClient = {
        getPlatformAccountHolder: (
            options: {
                bank: Bank;
                accountNumber: string;
                birthdate?: string;
                businessRegistrationNumber?: string;
            },
        ) => Promise<PlatformAccountHolder>;
    }
    Index

    Properties

    getPlatformAccountHolder: (
        options: {
            bank: Bank;
            accountNumber: string;
            birthdate?: string;
            businessRegistrationNumber?: string;
        },
    ) => Promise<PlatformAccountHolder>

    예금주 조회

    계좌의 예금주를 조회합니다.

    GetPlatformAccountHolderError