Hashing Algorithms
Hashing plays a crucial role in securing the integrity and authenticity of data exchanged within the payment API. In this document, we'll focus on utilizing the SHA-256 hashing algorithm, a widely adopted cryptographic hash function known for its strength and security.
Enable the hashing
Login to the portal with your credential, then access to setting page you will see the option to enable hash for payment.

Hashing format
Payment
Service: COLLECTION or PAYOUT
Webhook
Code sample to generate the hash
C#
Java:
Javascript:
Last updated