{ "opencollection": "1.0.0", "info": { "name": "Lithic 3DS Tokenization API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Tokenization", "type": "folder" }, "items": [ { "info": { "name": "List digital card art", "type": "http" }, "http": { "method": "GET", "url": "https://api.lithic.com/v1/digital_card_art" }, "docs": "List digital card art." }, { "info": { "name": "Get digital card art by token", "type": "http" }, "http": { "method": "GET", "url": "https://api.lithic.com/v1/digital_card_art/:digital_card_art_token", "params": [ { "name": "digital_card_art_token", "value": "", "type": "path", "description": "Specifies the digital card art to be displayed in the user’s digital wallet after tokenization. This artwork must be approved by Mastercard" } ] }, "docs": "Get digital card art by token." }, { "info": { "name": "Simulate a card's tokenization", "type": "http" }, "http": { "method": "POST", "url": "https://api.lithic.com/v1/simulate/tokenizations", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is used to simulate a card's tokenization in the Digital Wallet and merchant tokenization ecosystem." }, { "info": { "name": "Retrieve the Tokenization Decisioning HMAC secret key", "type": "http" }, "http": { "method": "GET", "url": "https://api.lithic.com/v1/tokenization_decisioning/secret" }, "docs": "Retrieve the Tokenization Decisioning secret key. If one does not exist your program yet, calling this endpoint will create one for you. The headers of the Tokenization Decisioning request will contain a hmac signature which you can use to verify requests originate from Lithic. See [this page](https" }, { "info": { "name": "Rotate the Tokenization Decisioning HMAC secret key", "type": "http" }, "http": { "method": "POST", "url": "https://api.lithic.com/v1/tokenization_decisioning/secret/rotate" }, "docs": "Generate a new Tokenization Decisioning secret key. The old Tokenization Decisioning secret key will be deactivated 24 hours after a successful request to this endpoint." }, { "info": { "name": "Get a card's tokenizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.lithic.com/v1/tokenizations" }, "docs": "List card tokenizations" }, { "info": { "name": "Get a single card tokenization", "type": "http" }, "http": { "method": "GET", "url": "https://api.lithic.com/v1/tokenizations/:tokenization_token", "params": [ { "name": "tokenization_token", "value": "", "type": "path", "description": "Tokenization token" } ] }, "docs": "Get tokenization" }, { "info": { "name": "Pause a card tokenization", "type": "http" }, "http": { "method": "POST", "url": "https://api.lithic.com/v1/tokenizations/:tokenization_token/pause", "params": [ { "name": "tokenization_token", "value": "", "type": "path", "description": "Tokenization token" } ] }, "docs": "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" }, { "info": { "name": "Unpause a card tokenization", "type": "http" }, "http": { "method": "POST", "url": "https://api.lithic.com/v1/tokenizations/:tokenization_token/unpause", "params": [ { "name": "tokenization_token", "value": "", "type": "path", "description": "Tokenization token" } ] }, "docs": "This endpoint is used to ask the card network to unpause a tokenization. A successful response indicates that the request was successfully delivered to the card network. When the card network unpauses the tokenization, the state will be updated and a tokenization.updated event will be sent. The endp" }, { "info": { "name": "Deactivate a card tokenization", "type": "http" }, "http": { "method": "POST", "url": "https://api.lithic.com/v1/tokenizations/:tokenization_token/deactivate", "params": [ { "name": "tokenization_token", "value": "", "type": "path", "description": "Tokenization token" } ] }, "docs": "This endpoint is used to ask the card network to deactivate a tokenization. A successful response indicates that the request was successfully delivered to the card network. When the card network deactivates the tokenization, the state will be updated and a tokenization.updated event will be sent. Au" }, { "info": { "name": "Activate a card tokenization", "type": "http" }, "http": { "method": "POST", "url": "https://api.lithic.com/v1/tokenizations/:tokenization_token/activate", "params": [ { "name": "tokenization_token", "value": "", "type": "path", "description": "Tokenization token" } ] }, "docs": "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 en" }, { "info": { "name": "Resend activation code for a card tokenization", "type": "http" }, "http": { "method": "POST", "url": "https://api.lithic.com/v1/tokenizations/:tokenization_token/resend_activation_code", "params": [ { "name": "tokenization_token", "value": "", "type": "path", "description": "Tokenization token" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is used to ask the card network to send another activation code to a cardholder that has already tried tokenizing a card. A successful response indicates that the request was successfully delivered to the card network. The endpoint may only be used on Mastercard digital wallet tokeniza" }, { "info": { "name": "Update digital card art for a card tokenization", "type": "http" }, "http": { "method": "POST", "url": "https://api.lithic.com/v1/tokenizations/:tokenization_token/update_digital_card_art", "params": [ { "name": "tokenization_token", "value": "", "type": "path", "description": "Tokenization token" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is used update the digital card art for a digital wallet tokenization. A successful response indicates that the card network has updated the tokenization's art, and the tokenization's `digital_cart_art_token` field was updated. The endpoint may not be used on tokenizations with status" } ] } ], "bundled": true }