Paytabs provides you with a collection of API endpoints which used to process all payments, regardless of if they are through either your own payment pages, the managed payment pages, or if you are using the hosted payment pages.


This article is dedicated to the clarification of the Card Token (token) parameter. Card Token (token) is the parameter that indicates Tokenization. Only if the card has been tokenized (have a token created representing this card) the card token would be returned within the response,

You can find about token management in our Token Management solution article.


Specifications 


The Parameter Tag/Nametoken
JSON Example
"token": "JfN1DVw6w7hrM7mm1P11jNMbzFFAe9WU"
Data TypeString
Nullable
 
Samples 
  • [1=>no tokenization ] :
    null
  • [2=>Hex32] :
    2C4652BD67A3E936C6B490FC658B75B1
  • [3=>AlphaNum20] :
    JfN1DVw6w7hrM7mk7P11
  • [4=>Digit22] :
    9784728714285600213410
  • [5=>Digit16] :
    7814287600213411
  • [6=>AlphaNum32] :
    JfN1DVw6w7hrM7mm1P11jNMbzFFAe9WU
Max Length