pause

open suspend fun pause(tokenizationToken: String, params: TokenizationPauseParams = TokenizationPauseParams.none(), requestOptions: RequestOptions = RequestOptions.none())

This endpoint is used to ask the card network to pause a tokenization. A successful response indicates that the request was successfully delivered to the card network. When the card network pauses the tokenization, the state will be updated and a tokenization.updated event will be sent. The endpoint may only be used on tokenizations with status ACTIVE. A paused token will prevent merchants from sending authorizations, and is a temporary status that can be changed. Reach out at lithic.com/contact for more information.


abstract suspend fun pause(params: TokenizationPauseParams, requestOptions: RequestOptions = RequestOptions.none())
open suspend fun pause(tokenizationToken: String, requestOptions: RequestOptions)

See also