Skip to content

Pause

Pause a card tokenization
post/v1/tokenizations/{tokenization_token}/pause

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.

Path Parameters
tokenization_tokenstring
formatuuid
Request example Request
curl https://api.lithic.com/v1/tokenizations/$TOKENIZATION_TOKEN/pause \
    -X POST \
    -H "Authorization: $LITHIC_API_KEY"