For the complete documentation index, see llms.txt. This page is also available as Markdown.

📓Adjustment on Codashop Signature Example

Replaced "secretKey" with "1234567890ABCDE"

If roleId is not required:

The Hmac value should be calculated as: hmac.encode ("secretKey", "41234567890123456782.0topupCoda412345678901234567848765432109876543211002356101IDR200000.0diamonds_1100", ‘SHA256’)

The resulting signature value equals: 2244c750825a1098abf5175fd1dbd7041fabbb2d6eb5178ee20cd16d28455035

If roleId is required:

The Hmac value should be calculated as: _hmac.encode("secretKey", "41234567890123456782.0topupCoda412345678901234567848765432109876543211002356101IDR200000.0diamonds_1100111", ‘SHA256’)

The resulting signature value equals: 2c72d71189de832a61c45c6e217766a8d0f882e4c27e72e4662096a7ef352b0f

Last updated

Was this helpful?