# Tokenize API Tokenization offers a set of RESTful APIs for token management, including creation, update, retrieval, and deletion of tokens. The APIs enable secure tokenization of the various payment account data like ACH Bank Account, Credit Card, and Apple Pay. ## Tokenize a Payment Account Data - [POST /token-service/tokens](https://docs.nelnetpay.com/apis/osi-token-api/tokenize-api/tokenizepayment.md): Creates a secure token for various payment data account including ACH Bank Account, Credit Card, and Apple Pay. ## Delete Specific Token - [DELETE /token-service/tokens](https://docs.nelnetpay.com/apis/osi-token-api/tokenize-api/deletetoken.md) ## Update Token - [PATCH /token](https://docs.nelnetpay.com/apis/osi-token-api/tokenize-api/updatetoken.md): Updates an existing token for various payment methods including credit cards, ACH bank accounts, and Apple Pay ## Get Payment Data By Token - [GET /token-service/tokens/metadata](https://docs.nelnetpay.com/apis/osi-token-api/tokenize-api/gettokendetails.md): Retrieve the a payment data associated with a specific token. This will return meta data about the payment data but not the sensitive payment data.