retrieveSpendLimits

open suspend fun retrieveSpendLimits(cardToken: String, params: CardRetrieveSpendLimitsParams = CardRetrieveSpendLimitsParams.none(), requestOptions: RequestOptions = RequestOptions.none()): CardSpendLimits

Get a Card's available spend limit, which is based on the spend limit configured on the Card and the amount already spent over the spend limit's duration. For example, if the Card has a monthly spend limit of

$1000 configured, and has spent $

600 in the last month, the available spend limit returned would be $400.


abstract suspend fun retrieveSpendLimits(params: CardRetrieveSpendLimitsParams, requestOptions: RequestOptions = RequestOptions.none()): CardSpendLimits
open suspend fun retrieveSpendLimits(cardToken: String, requestOptions: RequestOptions): CardSpendLimits

See also