Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 1504 |
Technical Name |
payment_clickpay |
License | OPL-1 |
Website | https://www.clickpay.com.sa |
Versions | 16.0 17.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Lines of code | 1504 |
Technical Name |
payment_clickpay |
License | OPL-1 |
Website | https://www.clickpay.com.sa |
Versions | 16.0 17.0 |
The Official Odoo plugin for ClickPay
Note: Delete any previous ClickPay plugin.
-
Download the latest release of the plugin
-
Upload the contents of the folder in ODOO addons folder. (You can find the path for addon folders in odoo.conf)
-
Login to your odoo as admin and navigate to settings.
-
Scroll down to bottom of the page and click “Activate the Developer Mode (with Assets)”
-
Wait for the page to load and Navigate to Apps. Click Update Apps List in the navigation menu. You can disable the developer mode now by following same steps in previous point. Wait for the operation to complete. Now click “Accounting” from the left menu.
-
Here, find the module named “CLICKPAY Payment Module”.
-
Click on “Install” button. Wait for the module to be installed. Navigate to “Invoicing” module. From the navigation menu, goto “Configuration” -> “Payment Acquirers”.
-
Find “Clickpay Payment Gateway” and click Activate.
-
Fill in the form entering the corresponding details in each tab.
-
Change State to Enable
-
Fill in credentials
- Profile ID: Enter the Profile ID of your ClickPay account
- Server Key:
Merchant’s Dashboard >> Developers >> Key management >> Server Key
- Client Key:
Merchant’s Dashboard >> Developers >> Key management >> Server Key
-
Enable hosted or iframe method or managed form.
-
In configuration tab, Enter the display name in website
-
Configure other according to your requirments.
-
Select Payment journal under Configuration tab. The Payment journal must have incoming payment set to clickpay. You can set this by clicking the arrow icon in front on Payment Journal field and then go to Incoming Payments tab and click Add a line.
-
-
Navigate to
"Invoicing" >> Configuration >> payment providers
-
Open
ClickPay - ApplePay
-
Please find the setup section below for the apple pay certificate creation
-
Once certificates created upload the certificates in admin panel
-
Add the Merchnat identifier name
-
Enter the primary credentials:
- Profile ID: Enter the Profile ID of your ClickPay account
- Server Key:
Merchant’s Dashboard >> Developers >> Key management >> Server Key
- Client Key:
Merchant’s Dashboard >> Developers >> Key management >> Server Key
-
Click
Save Config
- You must have a Apple Developer Account To use this Feature
- The Domain URL which you want to display the ApplePay Button. It should be verfied under same Apple Developer Account and under same merchant ID which you will create Certificates
-
Create two certificates (Apple Pay Payment Processing Certificate & Apple Pay Merchant Identity Certificate)
-
Create Apple Pay Payment Processing Certificate using below Link
https://support.clickpay.com.sa/en/support/solutions/articles/73000593115-how-to-configure-apple-pay-certificate-in-my-clickpay-dashboard-
-
Create Apple Pay Merchant Identity Certificate using below Steps
openssl req -sha256 -nodes -newkey rsa:2048 -keyout merchant-cert.key -out merchant-cert.csr (Create the CSR and Key File) Upload the CSR in Apple Developer portal to create merchant identifier Once Created Download the Certificate and Convert the downloaded cer to crt using below command openssl x509 -inform der -in merchant_id.cer -out merchant-cert.crt
- Access
debug_Clickpay.log
file found at:/var/log/debug_Clickpay.log
Done
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module