retrieveFeatures

open suspend fun retrieveFeatures(authRuleToken: String, params: AuthRuleV2RetrieveFeaturesParams = AuthRuleV2RetrieveFeaturesParams.none(), requestOptions: RequestOptions = RequestOptions.none()): V2RetrieveFeaturesResponse

Fetches the current calculated Feature values for the given Auth Rule

This only calculates the features for the active version.

  • VelocityLimit Rules calculates the current Velocity Feature data. This requires a card_token or account_token matching what the rule is Scoped to.

  • ConditionalBlock Rules calculates the CARD_TRANSACTION_COUNT_* attributes on the rule. This requires a card_token


abstract suspend fun retrieveFeatures(params: AuthRuleV2RetrieveFeaturesParams, requestOptions: RequestOptions = RequestOptions.none()): V2RetrieveFeaturesResponse
open suspend fun retrieveFeatures(authRuleToken: String, requestOptions: RequestOptions): V2RetrieveFeaturesResponse

See also