Token Creation


To Create Tokens;

  • InvoiceQueryId

  • SecretKey

values must be entered. This information is generated by passing it through the SHA-256 hash algorithm.


InvoiceQueryId

SecretKey



Token Value


Attention! Token value must contain lowercase letters.

If the "InvoiceQueryId" value sent for payment is more than one, they should all be added in the order they were sent.
The parameter values of an example token SHA-256 hash algorithm should be as follows. It must be encrypted with a secretkey.

InvoiceQueryId = "15645652893"

SecretKey= "1625369756489156"

SignatureString: ("InvoiceQueryId" + "SecretKey")

SignatureString: ("15645652893" + "1625369756489156")

Token : "f59ab02eff2c922bc343d4550c838dabbfcd80e5903dbe99bcb7b2d59fc2db6b"