Stop losing 3.5% of your revenue to credit card gateways and waiting 3 days for cash settlement. Connect your WooCommerce / WordPress / Shopify / Laravel / React / Magento / PrestaShop / Custom Store directly to your Jordanian corporate bank account via CliQ for zero-friction checkout, instant liquidity, and flat-fee processing.
Send payment to Alias:
YOUR_STORE
Connects directly via JoPACC rails to major Jordanian banks
Addressing the core concerns of C-Level executives and Product Managers. A reliable, scalable, and zero-risk infrastructure.
Funds land in your corporate IBAN in seconds via JoPACC rails, not days. Unlock your liquidity instantly.
Push-based user authorization strictly prevents fraudulent card disputes and unlawful chargebacks.
One-time 35 JOD software license. 0% ongoing transaction markup from our end forever.
Explicitly built for reliability. Open, fully documented native code. Zero vendor lock-in. Your developer team maintains 100% control over the entire transaction lifecycle.
WooCommerce / WordPress / Shopify / Laravel / React / Magento / PrestaShop / Custom Store cart generates a unique tracking reference mapped to the order ID.
Secure server-to-server dispatch to your local bank's mTLS authenticated gateway.
Customer receives push notification directly in their banking app to authorize the amount.
Webhook confirmation updates WooCommerce / WordPress / Shopify / Laravel / React / Magento / PrestaShop / Custom Store order status to "Paid" autonomously.
<?php
// Listen for incoming JoPACC / Bank Webhook
$payload = file_get_contents('php://input');
$signature = $_SERVER['HTTP_X_SIGNATURE'];
if (!verifySignature($payload, $signature, $pubKey)) {
http_response_code(401);
exit('Untrusted origin');
}
$data = json_decode($payload);
if ($data->status === 'PAID') {
$order = wc_get_order($data->referenceId);
$order->payment_complete($data->transactionId);
log_transaction($data);
http_response_code(200);
}
Transparent pricing with no hidden fees.
Compare fixed CliQ tiers directly against percentage-based credit card gateways (calculated at avg. 3.0%). Build executive trust through transparent, predictable math.
| Transaction Value (JOD) | Your Bank CliQ Fixed Fee | Credit Card Fee (Avg. 3.0%) | Net Margin Saved via CliQ |
|---|---|---|---|
| Amount ≤ 5 | 0.06 JOD | Up to 0.15 JOD | ~60.0% Saved |
| 5 < Amount ≤ 20 | 0.09 JOD | Up to 0.60 JOD | ~85.0% Saved |
| 20 < Amount ≤ 50 | 0.15 JOD | Up to 1.50 JOD | ~90.0% Saved |
| 50 < Amount ≤ 100 | 0.21 JOD | Up to 3.00 JOD | ~93.0% Saved |
| 100 < Amount ≤ 500 | 0.30 JOD | Up to 15.00 JOD | ~98.0% Saved |
| 500 < Amount ≤ 1000 | 0.43 JOD | Up to 30.00 JOD | ~98.5% Saved |
| 1000 < Amount ≤ 2000 | 0.625 JOD | Up to 60.00 JOD | ~99.0% Saved |
| 2000 < Amount ≤ 3000 | 1.20 JOD | Up to 90.00 JOD | ~98.6% Saved |
| 3000 < Amount ≤ 5000 | 1.80 JOD | Up to 150.00 JOD | ~98.8% Saved |
| 5000 < Amount ≤ 7000 | 2.40 JOD | Up to 210.00 JOD | ~98.8% Saved |
| 7000 < Amount ≤ 10000 | 3.00 JOD | Up to 300.00 JOD | ~99.0% Saved |
Defusing core objections surrounding security, code longevity, and maintenance.
100% Non-Custodial Architecture. The plugin lives entirely inside your secure web server environments. Your commercial bank API keys and client secrets are locally encrypted inside your native database using secure WordPress wrappers. No financial credentials or transactional payloads ever travel to, or pass through, third-party intermediary servers.
Clean, Fully Documented Open Source Code. Your one-time license features complete source code delivery with no obfuscated scripts or compiled code. The system is built natively on object-oriented framework standards. If your engineering needs change, any in-house developer can audit, update, or extend the codebase without friction.
Proactive Sandbox Patch Management. Local banks announce breaking endpoint or protocol revisions inside developer sandboxes months prior to production rollout. Our active testing environments catch these framework changes early. This ensures updated patch layers are safely pushed directly to your site before changes disrupt your live checkout line.
Integration takes less than 2 hours. Start testing the sandbox environment today.