getPaymentMethods

abstract suspend fun getPaymentMethods(customerId: String): ApiResult<List<PaymentMethod>>

Gets any payment methods for a specific customer

Return

A list of PaymentMethod or an ApiResult.Error

Parameters

customerId

Unique identifier for the customer.