Skip to content

Activate

Activate a card tokenization
post/v1/tokenizations/{tokenization_token}/activate

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.

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