Every release of every Coriunder e-commerce plugin, together with the technical reference for each one. Every entry below is taken from the README, INSTALL and CHANGELOG files that ship inside the packages themselves.
Consolidated release documentation for the Coriunder hosted payment gateway across WooCommerce, Magento 2, OpenCart 3 and 4, PrestaShop, Shopware 6, Odoo and Salesforce.
Concatenate the 19 request fields in this exact order, append the personal hash, SHA-256 the result, Base64-encode the raw digest, then URL-encode it. The personal hash is never sent in the URL.
signature = urlencode(base64(sha256_raw( merchantID + url_redirect + notification_url + trans_installments + trans_type + trans_amount + trans_currency + trans_refNum + disp_payFor + disp_lng + disp_lngList + client_phoneNum + client_email + client_billAddress1 + client_billZipcode + client_billCity + client_billCountry + client_fullName + brand + personalHash )))
reply = base64(sha256_raw(reply_code + trans_id + personalHash)) webhook = urlencode(base64(sha256_raw(trans_order + reply_code + personalHash)))
000
553