AccountClient

class AccountClient(apiSecret: String, apiBase: String = "https://api.portone.io", storeId: String? = null) : Closeable

Constructors

Link copied to clipboard
constructor(apiSecret: String, apiBase: String = "https://api.portone.io", storeId: String? = null)

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
@JvmName(name = "getPlatformAccountHolderSuspend")
suspend fun getPlatformAccountHolder(bank: Bank, accountNumber: String, birthdate: String? = null, businessRegistrationNumber: String? = null): PlatformAccountHolder

예금주 조회