Tokenization is a process to convert the card number and expiry date into a token, which is represented by a unique string (eg. 5a04127fbe64ae7e487f8c55). This token represents the buyer’s card details, so that you do not have to handle the real credit card information. This reduces your PCI-DSS scope and enhances security.
For further information you can refer to the documentation here.