Extensions · Release documentation

Every Coriunder plugin, every version

Consolidated release documentation for the Coriunder hosted payment gateway across WooCommerce, Magento 2, OpenCart 3 and 4, PrestaShop, Shopware 6, Odoo and Salesforce.

0
Packages
0
Releases

Version matrix

Current release of each integration and the platform range it targets.

Shared behaviour

Identical across every integration.

Outbound request signature

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
)))

Inbound reply and webhook signature

reply    = base64(sha256_raw(reply_code + trans_id + personalHash))
webhook  = urlencode(base64(sha256_raw(trans_order + reply_code + personalHash)))

Reply codes

CodeMeaningOrder outcome
000ApprovedPaid / captured
5533-D Secure pendingLeft pending, a follow-up notification is expected
Any otherDeclined or errorFailed or cancelled
Merchant-supplied logo. No gateway logo ships with any package and none is used as a fallback — when nothing is uploaded, checkout renders without an image. No sandbox mode. Recent releases removed test-mode toggles and second credential sets across all platforms; one set of credentials is always used. Debug logging is retained everywhere, in its own section, and never records customer PII, signatures or credentials.
No platform or version matches that filter.