Open APIs

 View Only
  • 1.  Tokenization/DeTokenization API

    Posted 18 days ago
    Edited by Ajay Saini 17 days ago

    Hello guys,

    I am looking for the standarized data model for the tokenization and detokenization of the data. For example:-

    • PAN - 4111111111111111
    • Tokenized Value - TKN_9f8a72b1c4d5e6f7

    and vice versa for the detokenization. I need to tokenize the PII data of the all customer data. Any reference which I can consider for this considering extendability, ? 

    Thanks



    ------------------------------
    Ajay
    ------------------------------



  • 2.  RE: Tokenization/DeTokenization API

    Posted 17 days ago

    There isn't a standard TM Forum data model specifically for tokenization/detokenization. A common approach is to use a secure token vault where each token maps to the original PII. For extensibility, design a generic token object with fields like tokenId, dataType, status, createdAt, and vaultReference. For payment card data, PCI DSS tokenization guidance is a good reference.



    ------------------------------
    budi banyu
    TO BE VERIFIED
    ------------------------------