getBasisTheoryApiKey

abstract suspend fun getBasisTheoryApiKey(merchantId: String): ApiResult<String>

Fetches the associated Basis Theory API key for the merchant of a given ID.

Return

The API key for BasisTheory SDK

Parameters

merchantId

The ID of the merchant. You will receive this constant value during onboarding.