activate
open suspend fun activate(tokenizationToken: String, params: TokenizationActivateParams = TokenizationActivateParams.none(), requestOptions: RequestOptions = RequestOptions.none())
This endpoint is used to ask the card network to activate a tokenization. A successful response indicates that the request was successfully delivered to the card network. When the card network activates the tokenization, the state will be updated and a tokenization.updated event will be sent. The endpoint may only be used on digital wallet tokenizations with status INACTIVE, PENDING_ACTIVATION, or PENDING_2FA. This will put the tokenization in an active state, and transactions will be allowed. Reach out at lithic.com/contact for more information.
abstract suspend fun activate(params: TokenizationActivateParams, requestOptions: RequestOptions = RequestOptions.none())