Token Creation
To Create Tokens;
ConversationId
Price
SecretKey
values must be entered. This information is generated by passing it through the SHA-256 hash algorithm. You can find information with the SHA-256 hash algorithm here.
ConversationId
Price
SecretKey
Token Value
Attention! Token value must contain lowercase letters.
The parameter values of an example token SHA-256 hash algorithm should be as follows.It must be encrypted with Secretkey.
ConversationId="15645652893"
Price="15.6"
SecretKey=""1625369756489156""
SignatureString: ("ConversationId" + "Price" + "SecretKey")
SignatureString: ("15645652893" + "15.6" + "1625369756489156")
SecretKey : "1625369756489156"