Payments that power your growth.
Accept CIB & Edahabia seamlessly. Automate your payouts. Scale your Algerian business with the most developer-friendly gateway.
Everything you need to get paid
We've handled the complexity of Algerian banking payments so you can focus on your product.
Quick Setup
Get started in minutes with our straightforward API
Secure Payments
Bank-grade security powered by SATIM
Real-time Tracking
Monitor payment status in real-time
Flexible Fees
Choose who pays transaction fees
How It Works
Get started in simple steps
Sign up at oneclick
Get merchant validated
Create a payment link or integrate with SDK
We offer SDKs like WordPress WooCommerce plugin, PHP SDK, and comprehensive docs for developers
Withdraw funds
No website? No problem.
Generate a secure payment link in seconds. Share it on WhatsApp, Messenger, or Instagram DM. Your customer pays, you get notified instantly.
Create
Generate payment link
Share
Send to customer
Paid
Receive instant notification
Simple, Transparent Pricing
0% transaction fees. 0% when spending on OneClick.
Auto-Payout
Set it and forget it. Automatic monthly transfers.
- 0% Transaction Fee
- 0% when spending on OneClick
- 0.8% withdrawal fee
- 1 Automatic Monthly Transfer
- Lowest Rate Available
Standard
Perfect for most businesses.
- 0% Transaction Fee
- 0% when spending on OneClick
- 1% withdrawal fee
- 2 Withdrawals/month
- 0% on OneClick Products
Growth
For high-volume sellers who need more flexibility.
- 0% Transaction Fee
- 0% when spending on OneClick
- 1.2% withdrawal fee
- 4 Withdrawals/month
- Priority Support
Developer Resources
Everything you need to integrate OCPay
WordPress/WooCommerce Plugin
Install in minutes. No coding required. Auto status polling every 20 minutes.
Create Payment Link
curl -X POST https://api.oneclickdz.com/v3/ocpay/createLink \
-H "Content-Type: application/json" \
-H "X-Access-Token: YOUR_API_KEY" \
-d '{
"productInfo": {
"title": "Order #123",
"amount": 1000
},
"redirectUrl": "https://yoursite.com/orders/123"
}'Check Payment Status
curl -X GET \
"https://api.oneclickdz.com/v3/ocpay/checkPayment/PAYMENT_REF" \
-H "X-Access-Token: YOUR_API_KEY"Built for developers, by developers.
Integrate payments in minutes with our robust, well-documented API. We provide SDKs for major languages and plugins for popular CMS platforms.
RESTful Architecture
Predictable resource-oriented URLs and standard HTTP response codes
Sandboxed Environment
Test everything with mock cards without spending a dinar
const response = await fetch('https://api.oneclickdz.com/v3/ocpay/createLink', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
'X-Access-Token': process.env.ONECLICK_API_KEY
},
body: JSON.stringify({
productInfo: {
title: 'Order #123',
amount: 5000
},
redirectUrl: 'https://yoursite.com/orders/123'
})
});
const data = await response.json();
// Save data.data.paymentRef with your order!
// Redirect customer to data.data.paymentUrlCost Calculator
Calculate your costs and find the best plan for your business
Enter your estimated monthly amount and withdrawals to see cost comparisons
Frequently Asked Questions
Everything you need to know about OCPay